Class CfnTenant.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnTenant.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTenant>
- Enclosing class:
CfnTenant
@Stability(Stable)
public static final class CfnTenant.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTenant>
A fluent builder for
CfnTenant.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnTenant.BuilderresourceAssociations(List<? extends Object> resourceAssociations) The list of resources to associate with the tenant.resourceAssociations(IResolvable resourceAssociations) The list of resources to associate with the tenant.An array of objects that define the tags (keys and values) associated with the tenant.tenantName(String tenantName) The name of a tenant.
-
Method Details
-
create
@Stability(Stable) public static CfnTenant.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTenant.Builder.
-
tenantName
The name of a tenant.The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
- Parameters:
tenantName- The name of a tenant. This parameter is required.- Returns:
this- See Also:
-
resourceAssociations
The list of resources to associate with the tenant.- Parameters:
resourceAssociations- The list of resources to associate with the tenant. This parameter is required.- Returns:
this- See Also:
-
resourceAssociations
@Stability(Stable) public CfnTenant.Builder resourceAssociations(List<? extends Object> resourceAssociations) The list of resources to associate with the tenant.- Parameters:
resourceAssociations- The list of resources to associate with the tenant. This parameter is required.- Returns:
this- See Also:
-
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. This parameter is required.- Returns:
this- See Also:
-
build
-