@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDashboardRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateDashboardRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateDashboardRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAwsAccountId()
 The ID of the Amazon Web Services account that contains the dashboard that you're updating. | 
| String | getDashboardId()
 The ID for the dashboard. | 
| DashboardPublishOptions | getDashboardPublishOptions()
 Options for publishing the dashboard when you create it: | 
| DashboardVersionDefinition | getDefinition()
 The definition of a dashboard. | 
| String | getName()
 The display name of the dashboard. | 
| Parameters | getParameters()
 A structure that contains the parameters of the dashboard. | 
| DashboardSourceEntity | getSourceEntity()
 The entity that you are using as a source when you update the dashboard. | 
| String | getThemeArn()
 The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. | 
| ValidationStrategy | getValidationStrategy()
 The option to relax the validation needed to update a dashboard with definition objects. | 
| String | getVersionDescription()
 A description for the first version of the dashboard being created. | 
| int | hashCode() | 
| void | setAwsAccountId(String awsAccountId)
 The ID of the Amazon Web Services account that contains the dashboard that you're updating. | 
| void | setDashboardId(String dashboardId)
 The ID for the dashboard. | 
| void | setDashboardPublishOptions(DashboardPublishOptions dashboardPublishOptions)
 Options for publishing the dashboard when you create it: | 
| void | setDefinition(DashboardVersionDefinition definition)
 The definition of a dashboard. | 
| void | setName(String name)
 The display name of the dashboard. | 
| void | setParameters(Parameters parameters)
 A structure that contains the parameters of the dashboard. | 
| void | setSourceEntity(DashboardSourceEntity sourceEntity)
 The entity that you are using as a source when you update the dashboard. | 
| void | setThemeArn(String themeArn)
 The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. | 
| void | setValidationStrategy(ValidationStrategy validationStrategy)
 The option to relax the validation needed to update a dashboard with definition objects. | 
| void | setVersionDescription(String versionDescription)
 A description for the first version of the dashboard being created. | 
| String | toString()Returns a string representation of this object. | 
| UpdateDashboardRequest | withAwsAccountId(String awsAccountId)
 The ID of the Amazon Web Services account that contains the dashboard that you're updating. | 
| UpdateDashboardRequest | withDashboardId(String dashboardId)
 The ID for the dashboard. | 
| UpdateDashboardRequest | withDashboardPublishOptions(DashboardPublishOptions dashboardPublishOptions)
 Options for publishing the dashboard when you create it: | 
| UpdateDashboardRequest | withDefinition(DashboardVersionDefinition definition)
 The definition of a dashboard. | 
| UpdateDashboardRequest | withName(String name)
 The display name of the dashboard. | 
| UpdateDashboardRequest | withParameters(Parameters parameters)
 A structure that contains the parameters of the dashboard. | 
| UpdateDashboardRequest | withSourceEntity(DashboardSourceEntity sourceEntity)
 The entity that you are using as a source when you update the dashboard. | 
| UpdateDashboardRequest | withThemeArn(String themeArn)
 The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. | 
| UpdateDashboardRequest | withValidationStrategy(ValidationStrategy validationStrategy)
 The option to relax the validation needed to update a dashboard with definition objects. | 
| UpdateDashboardRequest | withVersionDescription(String versionDescription)
 A description for the first version of the dashboard being created. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
awsAccountId - The ID of the Amazon Web Services account that contains the dashboard that you're updating.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
public UpdateDashboardRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
awsAccountId - The ID of the Amazon Web Services account that contains the dashboard that you're updating.public void setDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId - The ID for the dashboard.public String getDashboardId()
The ID for the dashboard.
public UpdateDashboardRequest withDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId - The ID for the dashboard.public void setName(String name)
The display name of the dashboard.
name - The display name of the dashboard.public String getName()
The display name of the dashboard.
public UpdateDashboardRequest withName(String name)
The display name of the dashboard.
name - The display name of the dashboard.public void setSourceEntity(DashboardSourceEntity sourceEntity)
 The entity that you are using as a source when you update the dashboard. In SourceEntity, you
 specify the type of object you're using as source. You can only update a dashboard from a template, so you use a
 SourceTemplate entity. If you need to update a dashboard from an analysis, first convert the
 analysis to a template by using the
  CreateTemplate 
 API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template.
 The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon
 QuickSight-supported Amazon Web Services Region.
 
 Use the DataSetReferences entity within SourceTemplate to list the replacement datasets
 for the placeholders listed in the original. The schema in each dataset must match its placeholder.
 
sourceEntity - The entity that you are using as a source when you update the dashboard. In SourceEntity, you
        specify the type of object you're using as source. You can only update a dashboard from a template, so you
        use a SourceTemplate entity. If you need to update a dashboard from an analysis, first
        convert the analysis to a template by using the
         CreateTemplate 
        API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source
        template. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon
        QuickSight-supported Amazon Web Services Region. 
        
        Use the DataSetReferences entity within SourceTemplate to list the replacement
        datasets for the placeholders listed in the original. The schema in each dataset must match its
        placeholder.
public DashboardSourceEntity getSourceEntity()
 The entity that you are using as a source when you update the dashboard. In SourceEntity, you
 specify the type of object you're using as source. You can only update a dashboard from a template, so you use a
 SourceTemplate entity. If you need to update a dashboard from an analysis, first convert the
 analysis to a template by using the
  CreateTemplate 
 API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template.
 The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon
 QuickSight-supported Amazon Web Services Region.
 
 Use the DataSetReferences entity within SourceTemplate to list the replacement datasets
 for the placeholders listed in the original. The schema in each dataset must match its placeholder.
 
SourceEntity,
         you specify the type of object you're using as source. You can only update a dashboard from a template,
         so you use a SourceTemplate entity. If you need to update a dashboard from an analysis,
         first convert the analysis to a template by using the
          CreateTemplate 
         API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source
         template. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon
         QuickSight-supported Amazon Web Services Region. 
         
         Use the DataSetReferences entity within SourceTemplate to list the replacement
         datasets for the placeholders listed in the original. The schema in each dataset must match its
         placeholder.
public UpdateDashboardRequest withSourceEntity(DashboardSourceEntity sourceEntity)
 The entity that you are using as a source when you update the dashboard. In SourceEntity, you
 specify the type of object you're using as source. You can only update a dashboard from a template, so you use a
 SourceTemplate entity. If you need to update a dashboard from an analysis, first convert the
 analysis to a template by using the
  CreateTemplate 
 API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template.
 The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon
 QuickSight-supported Amazon Web Services Region.
 
 Use the DataSetReferences entity within SourceTemplate to list the replacement datasets
 for the placeholders listed in the original. The schema in each dataset must match its placeholder.
 
sourceEntity - The entity that you are using as a source when you update the dashboard. In SourceEntity, you
        specify the type of object you're using as source. You can only update a dashboard from a template, so you
        use a SourceTemplate entity. If you need to update a dashboard from an analysis, first
        convert the analysis to a template by using the
         CreateTemplate 
        API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source
        template. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon
        QuickSight-supported Amazon Web Services Region. 
        
        Use the DataSetReferences entity within SourceTemplate to list the replacement
        datasets for the placeholders listed in the original. The schema in each dataset must match its
        placeholder.
public void setParameters(Parameters parameters)
A structure that contains the parameters of the dashboard. These are parameter overrides for a dashboard. A dashboard can have any type of parameters, and some parameters might accept multiple values.
parameters - A structure that contains the parameters of the dashboard. These are parameter overrides for a dashboard.
        A dashboard can have any type of parameters, and some parameters might accept multiple values.public Parameters getParameters()
A structure that contains the parameters of the dashboard. These are parameter overrides for a dashboard. A dashboard can have any type of parameters, and some parameters might accept multiple values.
public UpdateDashboardRequest withParameters(Parameters parameters)
A structure that contains the parameters of the dashboard. These are parameter overrides for a dashboard. A dashboard can have any type of parameters, and some parameters might accept multiple values.
parameters - A structure that contains the parameters of the dashboard. These are parameter overrides for a dashboard.
        A dashboard can have any type of parameters, and some parameters might accept multiple values.public void setVersionDescription(String versionDescription)
A description for the first version of the dashboard being created.
versionDescription - A description for the first version of the dashboard being created.public String getVersionDescription()
A description for the first version of the dashboard being created.
public UpdateDashboardRequest withVersionDescription(String versionDescription)
A description for the first version of the dashboard being created.
versionDescription - A description for the first version of the dashboard being created.public void setDashboardPublishOptions(DashboardPublishOptions dashboardPublishOptions)
Options for publishing the dashboard when you create it:
 AvailabilityStatus for AdHocFilteringOption - This status can be either
 ENABLED or DISABLED. When this is set to DISABLED, Amazon QuickSight
 disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This
 option is ENABLED by default.
 
 AvailabilityStatus for ExportToCSVOption - This status can be either
 ENABLED or DISABLED. The visual option to export data to .CSV format isn't enabled when
 this is set to DISABLED. This option is ENABLED by default.
 
 VisibilityState for SheetControlsOption - This visibility state can be either
 COLLAPSED or EXPANDED. This option is COLLAPSED by default.
 
dashboardPublishOptions - Options for publishing the dashboard when you create it:
        
        AvailabilityStatus for AdHocFilteringOption - This status can be either
        ENABLED or DISABLED. When this is set to DISABLED, Amazon
        QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc
        (one-time) filtering. This option is ENABLED by default.
        
        AvailabilityStatus for ExportToCSVOption - This status can be either
        ENABLED or DISABLED. The visual option to export data to .CSV format isn't
        enabled when this is set to DISABLED. This option is ENABLED by default.
        
        VisibilityState for SheetControlsOption - This visibility state can be either
        COLLAPSED or EXPANDED. This option is COLLAPSED by default.
        
public DashboardPublishOptions getDashboardPublishOptions()
Options for publishing the dashboard when you create it:
 AvailabilityStatus for AdHocFilteringOption - This status can be either
 ENABLED or DISABLED. When this is set to DISABLED, Amazon QuickSight
 disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This
 option is ENABLED by default.
 
 AvailabilityStatus for ExportToCSVOption - This status can be either
 ENABLED or DISABLED. The visual option to export data to .CSV format isn't enabled when
 this is set to DISABLED. This option is ENABLED by default.
 
 VisibilityState for SheetControlsOption - This visibility state can be either
 COLLAPSED or EXPANDED. This option is COLLAPSED by default.
 
         AvailabilityStatus for AdHocFilteringOption - This status can be either
         ENABLED or DISABLED. When this is set to DISABLED, Amazon
         QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc
         (one-time) filtering. This option is ENABLED by default.
         
         AvailabilityStatus for ExportToCSVOption - This status can be either
         ENABLED or DISABLED. The visual option to export data to .CSV format isn't
         enabled when this is set to DISABLED. This option is ENABLED by default.
         
         VisibilityState for SheetControlsOption - This visibility state can be either
         COLLAPSED or EXPANDED. This option is COLLAPSED by default.
         
public UpdateDashboardRequest withDashboardPublishOptions(DashboardPublishOptions dashboardPublishOptions)
Options for publishing the dashboard when you create it:
 AvailabilityStatus for AdHocFilteringOption - This status can be either
 ENABLED or DISABLED. When this is set to DISABLED, Amazon QuickSight
 disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This
 option is ENABLED by default.
 
 AvailabilityStatus for ExportToCSVOption - This status can be either
 ENABLED or DISABLED. The visual option to export data to .CSV format isn't enabled when
 this is set to DISABLED. This option is ENABLED by default.
 
 VisibilityState for SheetControlsOption - This visibility state can be either
 COLLAPSED or EXPANDED. This option is COLLAPSED by default.
 
dashboardPublishOptions - Options for publishing the dashboard when you create it:
        
        AvailabilityStatus for AdHocFilteringOption - This status can be either
        ENABLED or DISABLED. When this is set to DISABLED, Amazon
        QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc
        (one-time) filtering. This option is ENABLED by default.
        
        AvailabilityStatus for ExportToCSVOption - This status can be either
        ENABLED or DISABLED. The visual option to export data to .CSV format isn't
        enabled when this is set to DISABLED. This option is ENABLED by default.
        
        VisibilityState for SheetControlsOption - This visibility state can be either
        COLLAPSED or EXPANDED. This option is COLLAPSED by default.
        
public void setThemeArn(String themeArn)
The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that was originally associated with the entity. The theme ARN must exist in the same Amazon Web Services account where you create the dashboard.
themeArn - The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for
        this field, it overrides the value that was originally associated with the entity. The theme ARN must
        exist in the same Amazon Web Services account where you create the dashboard.public String getThemeArn()
The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that was originally associated with the entity. The theme ARN must exist in the same Amazon Web Services account where you create the dashboard.
public UpdateDashboardRequest withThemeArn(String themeArn)
The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that was originally associated with the entity. The theme ARN must exist in the same Amazon Web Services account where you create the dashboard.
themeArn - The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for
        this field, it overrides the value that was originally associated with the entity. The theme ARN must
        exist in the same Amazon Web Services account where you create the dashboard.public void setDefinition(DashboardVersionDefinition definition)
The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
definition - The definition of a dashboard.
        A definition is the data model of all features in a Dashboard, Template, or Analysis.
public DashboardVersionDefinition getDefinition()
The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
public UpdateDashboardRequest withDefinition(DashboardVersionDefinition definition)
The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
definition - The definition of a dashboard.
        A definition is the data model of all features in a Dashboard, Template, or Analysis.
public void setValidationStrategy(ValidationStrategy validationStrategy)
The option to relax the validation needed to update a dashboard with definition objects. This skips the validation step for specific errors.
validationStrategy - The option to relax the validation needed to update a dashboard with definition objects. This skips the
        validation step for specific errors.public ValidationStrategy getValidationStrategy()
The option to relax the validation needed to update a dashboard with definition objects. This skips the validation step for specific errors.
public UpdateDashboardRequest withValidationStrategy(ValidationStrategy validationStrategy)
The option to relax the validation needed to update a dashboard with definition objects. This skips the validation step for specific errors.
validationStrategy - The option to relax the validation needed to update a dashboard with definition objects. This skips the
        validation step for specific errors.public String toString()
toString in class ObjectObject.toString()public UpdateDashboardRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()