Uses of Interface
software.amazon.awssdk.services.sesv2.model.Tenant.Builder
Packages that use Tenant.Builder
-
Uses of Tenant.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Tenant.BuilderModifier and TypeMethodDescriptionstatic Tenant.BuilderTenant.builder()Tenant.Builder.createdTimestamp(Instant createdTimestamp) The date and time when the tenant was created.Tenant.Builder.sendingStatus(String sendingStatus) The status of sending capability for the tenant.Tenant.Builder.sendingStatus(SendingStatus sendingStatus) The status of sending capability for the tenant.default Tenant.BuilderTenant.Builder.suppressionAttributes(Consumer<TenantSuppressionAttributes.Builder> suppressionAttributes) An object that contains information about the suppression list preferences for the tenant.Tenant.Builder.suppressionAttributes(TenantSuppressionAttributes suppressionAttributes) An object that contains information about the suppression list preferences for the tenant.Tenant.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) associated with the tenant.Tenant.Builder.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.Tenant.Builder.tenantName(String tenantName) The name of the tenant.Tenant.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Tenant.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Tenant.Builder>Tenant.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Tenant.BuilderModifier and TypeMethodDescriptiondefault GetTenantResponse.BuilderGetTenantResponse.Builder.tenant(Consumer<Tenant.Builder> tenant) A structure that contains details about the tenant.