Interface CreateAccountCustomizationResponse.Builder

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

  • Method Details

    • arn

      The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.

      Parameters:
      arn - The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsAccountId

      The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.

      Parameters:
      awsAccountId - The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespace

      The namespace associated with the customization you're creating.

      Parameters:
      namespace - The namespace associated with the customization you're creating.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountCustomization

      CreateAccountCustomizationResponse.Builder accountCustomization(AccountCustomization accountCustomization)

      The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.

      Parameters:
      accountCustomization - The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountCustomization

      default CreateAccountCustomizationResponse.Builder accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)

      The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.

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

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

      Parameters:
      accountCustomization - a consumer that will call methods on AccountCustomization.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • 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.