Interface UpdateSpaceRequest.Builder

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

public static interface UpdateSpaceRequest.Builder extends RepostspaceRequest.Builder, SdkPojo, CopyableBuilder<UpdateSpaceRequest.Builder,UpdateSpaceRequest>
  • Method Details

    • description

      UpdateSpaceRequest.Builder description(String description)

      A description for the private re:Post. This is used only to help you identify this private re:Post.

      Parameters:
      description - A description for the private re:Post. This is used only to help you identify this private re:Post.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.

      Parameters:
      roleArn - The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • spaceId

      The unique ID of this private re:Post.

      Parameters:
      spaceId - The unique ID of this private re:Post.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tier

      The pricing tier of this private re:Post.

      Parameters:
      tier - The pricing tier of this private re:Post.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tier

      The pricing tier of this private re:Post.

      Parameters:
      tier - The pricing tier of this private re:Post.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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