Interface CreateSpaceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateSpaceRequest.Builder,
,CreateSpaceRequest> RepostspaceRequest.Builder
,SdkBuilder<CreateSpaceRequest.Builder,
,CreateSpaceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateSpaceRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description for the private re:Post.The name 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 subdomain that you use to access your AWS re:Post Private private re:Post.default CreateSpaceRequest.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 list of tags associated with the private re:Post.The pricing tier for the private re:Post.The pricing tier for the private re:Post.userKMSKey
(String userKMSKey) The AWS KMS key ARN that’s used for the AWS KMS encryption.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
-
name
The name for the private re:Post. This must be unique in your account.
- Parameters:
name
- The name for the private re:Post. This must be unique in your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subdomain
The subdomain that you use to access your AWS re:Post Private private re:Post. All custom subdomains must be approved by AWS before use. In addition to your custom subdomain, all private re:Posts are issued an AWS generated subdomain for immediate use.
- Parameters:
subdomain
- The subdomain that you use to access your AWS re:Post Private private re:Post. All custom subdomains must be approved by AWS before use. In addition to your custom subdomain, all private re:Posts are issued an AWS generated subdomain for immediate use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tier
The pricing tier for the private re:Post.
- Parameters:
tier
- The pricing tier for the private re:Post.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tier
The pricing tier for the private re:Post.
- Parameters:
tier
- The pricing tier for the private re:Post.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
userKMSKey
The AWS KMS key ARN that’s used for the AWS KMS encryption. If you don't provide a key, your data is encrypted by default with a key that AWS owns and manages for you.
- Parameters:
userKMSKey
- The AWS KMS key ARN that’s used for the AWS KMS encryption. If you don't provide a key, your data is encrypted by default with a key that AWS owns and manages for you.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of tags associated with the private re:Post.
- Parameters:
tags
- The list of tags associated with the 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.
-
supportedEmailDomains
CreateSpaceRequest.Builder supportedEmailDomains(SupportedEmailDomainsParameters supportedEmailDomains) - Parameters:
supportedEmailDomains
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedEmailDomains
default CreateSpaceRequest.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
CreateSpaceRequest.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
CreateSpaceRequest.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.
-