Uses of Interface
software.amazon.awssdk.services.sesv2.model.CreateTenantResponse.Builder
Packages that use CreateTenantResponse.Builder
-
Uses of CreateTenantResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return CreateTenantResponse.BuilderModifier and TypeMethodDescriptionstatic CreateTenantResponse.BuilderCreateTenantResponse.builder()CreateTenantResponse.Builder.createdTimestamp(Instant createdTimestamp) The date and time when the tenant was created.CreateTenantResponse.Builder.sendingStatus(String sendingStatus) The status of email sending capability for the tenant.CreateTenantResponse.Builder.sendingStatus(SendingStatus sendingStatus) The status of email sending capability for the tenant.default CreateTenantResponse.BuilderCreateTenantResponse.Builder.suppressionAttributes(Consumer<TenantSuppressionAttributes.Builder> suppressionAttributes) Sets the value of the SuppressionAttributes property for this object.CreateTenantResponse.Builder.suppressionAttributes(TenantSuppressionAttributes suppressionAttributes) Sets the value of the SuppressionAttributes property for this object.CreateTenantResponse.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) associated with the tenant.CreateTenantResponse.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.CreateTenantResponse.Builder.tenantName(String tenantName) The name of the tenant.CreateTenantResponse.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type CreateTenantResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateTenantResponse.Builder>CreateTenantResponse.serializableBuilderClass()