static CreateTenantResponse.Builder |
CreateTenantResponse.builder() |
|
CreateTenantResponse.Builder |
CreateTenantResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The date and time when the tenant was created.
|
CreateTenantResponse.Builder |
CreateTenantResponse.Builder.sendingStatus(String sendingStatus) |
The status of email sending capability for the tenant.
|
CreateTenantResponse.Builder |
CreateTenantResponse.Builder.sendingStatus(SendingStatus sendingStatus) |
The status of email sending capability for the tenant.
|
CreateTenantResponse.Builder |
CreateTenantResponse.Builder.tags(Collection<Tag> tags) |
An array of objects that define the tags (keys and values) associated with the tenant.
|
CreateTenantResponse.Builder |
CreateTenantResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of objects that define the tags (keys and values) associated with the tenant.
|
CreateTenantResponse.Builder |
CreateTenantResponse.Builder.tags(Tag... tags) |
An array of objects that define the tags (keys and values) associated with the tenant.
|
CreateTenantResponse.Builder |
CreateTenantResponse.Builder.tenantArn(String tenantArn) |
The Amazon Resource Name (ARN) of the tenant.
|
CreateTenantResponse.Builder |
CreateTenantResponse.Builder.tenantId(String tenantId) |
A unique identifier for the tenant.
|
CreateTenantResponse.Builder |
CreateTenantResponse.Builder.tenantName(String tenantName) |
The name of the tenant.
|
CreateTenantResponse.Builder |
CreateTenantResponse.toBuilder() |
|