public static interface DescribeDashboardDefinitionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDashboardDefinitionResponse.Builder,DescribeDashboardDefinitionResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDashboardDefinitionResponse.Builder dashboardId(String dashboardId)
The ID of the dashboard described.
dashboardId - The ID of the dashboard described.DescribeDashboardDefinitionResponse.Builder errors(Collection<DashboardError> errors)
Errors associated with this dashboard version.
errors - Errors associated with this dashboard version.DescribeDashboardDefinitionResponse.Builder errors(DashboardError... errors)
Errors associated with this dashboard version.
errors - Errors associated with this dashboard version.DescribeDashboardDefinitionResponse.Builder errors(Consumer<DashboardError.Builder>... errors)
Errors associated with this dashboard version.
This is a convenience method that creates an instance of theDashboardError.Builder avoiding the need to create
one manually via DashboardError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #errors(List.
errors - a consumer that will call methods on
DashboardError.Builder#errors(java.util.Collection) DescribeDashboardDefinitionResponse.Builder name(String name)
The display name of the dashboard.
name - The display name of the dashboard.DescribeDashboardDefinitionResponse.Builder resourceStatus(String resourceStatus)
Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus - Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus,
ResourceStatusDescribeDashboardDefinitionResponse.Builder resourceStatus(ResourceStatus resourceStatus)
Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus - Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus,
ResourceStatusDescribeDashboardDefinitionResponse.Builder themeArn(String themeArn)
The ARN of the theme of the dashboard.
themeArn - The ARN of the theme of the dashboard.DescribeDashboardDefinitionResponse.Builder definition(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.
default DescribeDashboardDefinitionResponse.Builder definition(Consumer<DashboardVersionDefinition.Builder> definition)
The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
This is a convenience method that creates an instance of theDashboardVersionDefinition.Builder
avoiding the need to create one manually via DashboardVersionDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to definition(DashboardVersionDefinition).
definition - a consumer that will call methods on DashboardVersionDefinition.Builderdefinition(DashboardVersionDefinition)DescribeDashboardDefinitionResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeDashboardDefinitionResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeDashboardDefinitionResponse.Builder dashboardPublishOptions(DashboardPublishOptions dashboardPublishOptions)
Options for publishing the dashboard:
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:
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.
default DescribeDashboardDefinitionResponse.Builder dashboardPublishOptions(Consumer<DashboardPublishOptions.Builder> dashboardPublishOptions)
Options for publishing the dashboard:
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.Builder avoiding
the need to create one manually via DashboardPublishOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dashboardPublishOptions(DashboardPublishOptions).
dashboardPublishOptions - a consumer that will call methods on DashboardPublishOptions.BuilderdashboardPublishOptions(DashboardPublishOptions)Copyright © 2023. All rights reserved.