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 Details

    • 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

      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 VersionNumber parameter value isn't provided, the latest version of the theme is described.

      Parameters:
      versionNumber - The version number for the version to describe. If a VersionNumber parameter 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 $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn'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 $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn'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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.