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 Summary
Modifier and TypeMethodDescriptiondescription(String description) A description for the private re:Post.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.The unique ID of this private re:Post.The pricing tier of this private re:Post.The pricing tier of this private re:Post.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.repostspace.model.RepostspaceRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateSpaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -