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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTenantRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTenantRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTenantRequest.Buildertags(Collection<Tag> tags)An array of objects that define the tags (keys and values) to associate with the tenantCreateTenantRequest.Buildertags(Consumer<Tag.Builder>... tags)An array of objects that define the tags (keys and values) to associate with the tenantCreateTenantRequest.Buildertags(Tag... tags)An array of objects that define the tags (keys and values) to associate with the tenantCreateTenantRequest.BuildertenantName(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 Detail
-
tenantName
CreateTenantRequest.Builder tenantName(String 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
CreateTenantRequest.Builder tags(Collection<Tag> 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
CreateTenantRequest.Builder tags(Tag... 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
CreateTenantRequest.Builder tags(Consumer<Tag.Builder>... 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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateTenantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTenantRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-