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