Interface DescribeDashboardRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDashboardRequest.Builder,DescribeDashboardRequest>,QuickSightRequest.Builder,SdkBuilder<DescribeDashboardRequest.Builder,DescribeDashboardRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDashboardRequest
@Mutable @NotThreadSafe public static interface DescribeDashboardRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeDashboardRequest.Builder,DescribeDashboardRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDashboardRequest.BuilderaliasName(String aliasName)The alias name.DescribeDashboardRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the dashboard that you're describing.DescribeDashboardRequest.BuilderdashboardId(String dashboardId)The ID for the dashboard.DescribeDashboardRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDashboardRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDashboardRequest.BuilderversionNumber(Long versionNumber)The version number for 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DescribeDashboardRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're describing.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the dashboard that you're describing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardId
DescribeDashboardRequest.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
DescribeDashboardRequest.Builder versionNumber(Long versionNumber)
The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.
- Parameters:
versionNumber- The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasName
DescribeDashboardRequest.Builder aliasName(String aliasName)
The alias name.
- Parameters:
aliasName- The alias name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-