Interface UpdateAccountCustomizationResponse.Builder

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

  • Method Details

    • arn

      The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.

      Parameters:
      arn - The Amazon Resource Name (ARN) for the updated customization 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 update Amazon QuickSight customizations for.

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

      The namespace associated with the customization that you're updating.

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

      UpdateAccountCustomizationResponse.Builder accountCustomization(AccountCustomization accountCustomization)

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

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

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

      The Amazon QuickSight customizations you're updating 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.