Interface DescribeThemeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeThemeRequest.Builder,DescribeThemeRequest>,QuickSightRequest.Builder,SdkBuilder<DescribeThemeRequest.Builder,DescribeThemeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeThemeRequest
public static interface DescribeThemeRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeThemeRequest.Builder,DescribeThemeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeThemeRequest.BuilderaliasName(String aliasName)The alias of the theme that you want to describe.DescribeThemeRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the theme that you're describing.DescribeThemeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeThemeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeThemeRequest.BuilderthemeId(String themeId)The ID for the theme.DescribeThemeRequest.BuilderversionNumber(Long versionNumber)The version number for the version to describe.-
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
DescribeThemeRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme that you're describing.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the theme that you're describing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeId
DescribeThemeRequest.Builder themeId(String themeId)
The ID for the theme.
- Parameters:
themeId- The ID for the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
DescribeThemeRequest.Builder versionNumber(Long versionNumber)
The version number for the version to describe. If a
VersionNumberparameter value isn't provided, the latest version of the theme is described.- Parameters:
versionNumber- The version number for the version to describe. If aVersionNumberparameter value isn't provided, the latest version of the theme is described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasName
DescribeThemeRequest.Builder aliasName(String aliasName)
The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword
$LATESTin theAliasNameparameter. The keyword$PUBLISHEDdoesn't apply to themes.- Parameters:
aliasName- The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword$LATESTin theAliasNameparameter. The keyword$PUBLISHEDdoesn't apply to themes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeThemeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeThemeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-