@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() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the AWS 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:
|
String |
getName()
The display name of the dashboard.
|
Parameters |
getParameters()
A structure that contains the parameters of the dashboard.
|
DashboardSourceEntity |
getSourceEntity()
The template or analysis from which the dashboard is created.
|
String |
getVersionDescription()
A description for the first version of the dashboard being created.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the AWS 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 |
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 template or analysis from which the dashboard is created.
|
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 AWS 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 |
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 template or analysis from which the dashboard is created.
|
UpdateDashboardRequest |
withVersionDescription(String versionDescription)
A description for the first version of the dashboard being created.
|
addHandlerContext, copyBaseTo, 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 AWS account that contains the dashboard that you're updating.
awsAccountId - The ID of the AWS account that contains the dashboard that you're updating.public String getAwsAccountId()
The ID of the AWS account that contains the dashboard that you're updating.
public UpdateDashboardRequest withAwsAccountId(String awsAccountId)
The ID of the AWS account that contains the dashboard that you're updating.
awsAccountId - The ID of the AWS 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 template or analysis from which the dashboard is created. The SouceTemplate entity accepts the
Amazon Resource Name (ARN) of the template and also references to replacement datasets for the placeholders set
when creating the template. The replacement datasets need to follow the same schema as the datasets for which
placeholders were created when creating the template.
sourceEntity - The template or analysis from which the dashboard is created. The SouceTemplate entity
accepts the Amazon Resource Name (ARN) of the template and also references to replacement datasets for the
placeholders set when creating the template. The replacement datasets need to follow the same schema as
the datasets for which placeholders were created when creating the template.public DashboardSourceEntity getSourceEntity()
The template or analysis from which the dashboard is created. The SouceTemplate entity accepts the
Amazon Resource Name (ARN) of the template and also references to replacement datasets for the placeholders set
when creating the template. The replacement datasets need to follow the same schema as the datasets for which
placeholders were created when creating the template.
SouceTemplate entity
accepts the Amazon Resource Name (ARN) of the template and also references to replacement datasets for
the placeholders set when creating the template. The replacement datasets need to follow the same schema
as the datasets for which placeholders were created when creating the template.public UpdateDashboardRequest withSourceEntity(DashboardSourceEntity sourceEntity)
The template or analysis from which the dashboard is created. The SouceTemplate entity accepts the
Amazon Resource Name (ARN) of the template and also references to replacement datasets for the placeholders set
when creating the template. The replacement datasets need to follow the same schema as the datasets for which
placeholders were created when creating the template.
sourceEntity - The template or analysis from which the dashboard is created. The SouceTemplate entity
accepts the Amazon Resource Name (ARN) of the template and also references to replacement datasets for the
placeholders set when creating the template. The replacement datasets need to follow the same schema as
the datasets for which placeholders were created when creating the template.public void setParameters(Parameters parameters)
A structure that contains the parameters of the dashboard.
parameters - A structure that contains the parameters of the dashboard.public Parameters getParameters()
A structure that contains the parameters of the dashboard.
public UpdateDashboardRequest withParameters(Parameters parameters)
A structure that contains the parameters of the dashboard.
parameters - A structure that contains the parameters of the dashboard.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, 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. The sheet controls pane is collapsed by default when set to
true. 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, 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. The sheet controls pane is collapsed by default when set
to true. 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, 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. The sheet controls pane is collapsed by default when set to
true. This option is COLLAPSED by default.
AvailabilityStatus for AdHocFilteringOption - This status can be either
ENABLED or DISABLED. When this is set to DISABLED, 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. The sheet controls pane is collapsed by default when set
to true. 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, 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. The sheet controls pane is collapsed by default when set to
true. 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, 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. The sheet controls pane is collapsed by default when set
to true. This option is COLLAPSED by default.
public String toString()
toString in class ObjectObject.toString()public UpdateDashboardRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.