Interface UpdateSpaceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateSpaceRequest.Builder,
,UpdateSpaceRequest> RepostspaceRequest.Builder
,SdkBuilder<UpdateSpaceRequest.Builder,
,UpdateSpaceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateSpaceRequest
@Mutable
@NotThreadSafe
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.default UpdateSpaceRequest.Builder
supportedEmailDomains
(Consumer<SupportedEmailDomainsParameters.Builder> supportedEmailDomains) This is a convenience method that creates an instance of theSupportedEmailDomainsParameters.Builder
avoiding the need to create one manually viaSupportedEmailDomainsParameters.builder()
.supportedEmailDomains
(SupportedEmailDomainsParameters supportedEmailDomains) 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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.repostspace.model.RepostspaceRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
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:
-
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.
-
supportedEmailDomains
UpdateSpaceRequest.Builder supportedEmailDomains(SupportedEmailDomainsParameters supportedEmailDomains) - Parameters:
supportedEmailDomains
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedEmailDomains
default UpdateSpaceRequest.Builder supportedEmailDomains(Consumer<SupportedEmailDomainsParameters.Builder> supportedEmailDomains) This is a convenience method that creates an instance of theSupportedEmailDomainsParameters.Builder
avoiding the need to create one manually viaSupportedEmailDomainsParameters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosupportedEmailDomains(SupportedEmailDomainsParameters)
.- Parameters:
supportedEmailDomains
- a consumer that will call methods onSupportedEmailDomainsParameters.Builder
- 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 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-