Interface DescribeThemeResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeThemeResponse.Builder,DescribeThemeResponse>, QuickSightResponse.Builder, SdkBuilder<DescribeThemeResponse.Builder,DescribeThemeResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeThemeResponse

public static interface DescribeThemeResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeThemeResponse.Builder,DescribeThemeResponse>
  • Method Details

    • theme

      The information about the theme that you are describing.

      Parameters:
      theme - The information about the theme that you are describing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • theme

      The information about the theme that you are describing.

      This is a convenience method that creates an instance of the Theme.Builder avoiding the need to create one manually via Theme.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to theme(Theme).

      Parameters:
      theme - a consumer that will call methods on Theme.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      DescribeThemeResponse.Builder requestId(String requestId)

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.