Interface UpdateDashboardPublishedVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDashboardPublishedVersionRequest.Builder,UpdateDashboardPublishedVersionRequest>,QuickSightRequest.Builder,SdkBuilder<UpdateDashboardPublishedVersionRequest.Builder,UpdateDashboardPublishedVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDashboardPublishedVersionRequest
public static interface UpdateDashboardPublishedVersionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateDashboardPublishedVersionRequest.Builder,UpdateDashboardPublishedVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDashboardPublishedVersionRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the dashboard that you're updating.UpdateDashboardPublishedVersionRequest.BuilderdashboardId(String dashboardId)The ID for the dashboard.UpdateDashboardPublishedVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDashboardPublishedVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDashboardPublishedVersionRequest.BuilderversionNumber(Long versionNumber)The version number of the dashboard.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
UpdateDashboardPublishedVersionRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the dashboard that you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardId
UpdateDashboardPublishedVersionRequest.Builder dashboardId(String dashboardId)
The ID for the dashboard.
- Parameters:
dashboardId- The ID for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
UpdateDashboardPublishedVersionRequest.Builder versionNumber(Long versionNumber)
The version number of the dashboard.
- Parameters:
versionNumber- The version number of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDashboardPublishedVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDashboardPublishedVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-