Interface CreateTenantResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateTenantResponse.Builder,,CreateTenantResponse> SdkBuilder<CreateTenantResponse.Builder,,CreateTenantResponse> SdkPojo,SdkResponse.Builder,SesV2Response.Builder
- Enclosing class:
CreateTenantResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp(Instant createdTimestamp) The date and time when the tenant was created.sendingStatus(String sendingStatus) The status of email sending capability for the tenant.sendingStatus(SendingStatus sendingStatus) The status of email sending capability for the tenant.default CreateTenantResponse.BuildersuppressionAttributes(Consumer<TenantSuppressionAttributes.Builder> suppressionAttributes) Sets the value of the SuppressionAttributes property for this object.suppressionAttributes(TenantSuppressionAttributes suppressionAttributes) Sets the value of the SuppressionAttributes property for this object.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) associated with the tenant.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) associated with the tenant.An array of objects that define the tags (keys and values) associated with the tenant.The Amazon Resource Name (ARN) of the tenant.A unique identifier for the tenant.tenantName(String tenantName) The name of the tenant.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
tenantName
The name of the tenant.
- Parameters:
tenantName- The name of the tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantId
A unique identifier for the tenant.
- Parameters:
tenantId- A unique identifier for the tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantArn
The Amazon Resource Name (ARN) of the tenant.
- Parameters:
tenantArn- The Amazon Resource Name (ARN) of the tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The date and time when the tenant was created.
- Parameters:
createdTimestamp- The date and time when the tenant was created.- 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) associated with the tenant.
- Parameters:
tags- An array of objects that define the tags (keys and values) associated 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) associated with the tenant.
- Parameters:
tags- An array of objects that define the tags (keys and values) associated 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) associated 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 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:
-
sendingStatus
The status of email sending capability for the tenant.
- Parameters:
sendingStatus- The status of email sending capability for the tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sendingStatus
The status of email sending capability for the tenant.
- Parameters:
sendingStatus- The status of email sending capability for the tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
suppressionAttributes
CreateTenantResponse.Builder suppressionAttributes(TenantSuppressionAttributes suppressionAttributes) Sets the value of the SuppressionAttributes property for this object.- Parameters:
suppressionAttributes- The new value for the SuppressionAttributes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suppressionAttributes
default CreateTenantResponse.Builder suppressionAttributes(Consumer<TenantSuppressionAttributes.Builder> suppressionAttributes) Sets the value of the SuppressionAttributes property for this object. This is a convenience method that creates an instance of theTenantSuppressionAttributes.Builderavoiding the need to create one manually viaTenantSuppressionAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosuppressionAttributes(TenantSuppressionAttributes).- Parameters:
suppressionAttributes- a consumer that will call methods onTenantSuppressionAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-