Interface DeleteThemeRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DeleteThemeRequest.Builder,DeleteThemeRequest>, QuickSightRequest.Builder, SdkBuilder<DeleteThemeRequest.Builder,DeleteThemeRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DeleteThemeRequest

public static interface DeleteThemeRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteThemeRequest.Builder,DeleteThemeRequest>
  • Method Details

    • awsAccountId

      DeleteThemeRequest.Builder awsAccountId(String awsAccountId)

      The ID of the Amazon Web Services account that contains the theme that you're deleting.

      Parameters:
      awsAccountId - The ID of the Amazon Web Services account that contains the theme that you're deleting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • themeId

      An ID for the theme that you want to delete.

      Parameters:
      themeId - An ID for the theme that you want to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionNumber

      DeleteThemeRequest.Builder versionNumber(Long versionNumber)

      The version of the theme that you want to delete.

      Note: If you don't provide a version number, you're using this call to DeleteTheme to delete all versions of the theme.

      Parameters:
      versionNumber - The version of the theme that you want to delete.

      Note: If you don't provide a version number, you're using this call to DeleteTheme to delete all versions of the theme.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteThemeRequest.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.