Interface CreateTenantRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateTenantRequest.Builder,
,CreateTenantRequest> SdkBuilder<CreateTenantRequest.Builder,
,CreateTenantRequest> SdkPojo
,SdkRequest.Builder
,SesV2Request.Builder
- Enclosing class:
CreateTenantRequest
@Mutable
@NotThreadSafe
public static interface CreateTenantRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<CreateTenantRequest.Builder,CreateTenantRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) An array of objects that define the tags (keys and values) to associate with the tenanttags
(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) to associate with the tenantAn array of objects that define the tags (keys and values) to associate with the tenanttenantName
(String tenantName) The name of the tenant to create.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
Method Details
-
tenantName
The name of the tenant to create. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
- Parameters:
tenantName
- The name of the tenant to create. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of objects that define the tags (keys and values) to associate with the tenant
- Parameters:
tags
- An array of objects that define the tags (keys and values) to associate with the tenant- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of objects that define the tags (keys and values) to associate with the tenant
- Parameters:
tags
- An array of objects that define the tags (keys and values) to associate with the tenant- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of objects that define the tags (keys and values) to associate with the tenant
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateTenantRequest.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
CreateTenantRequest.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.
-