Class CfnTenantPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnTenantPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTenantPropsMixin>
- Enclosing class:
CfnTenantPropsMixin
@Stability(Stable)
public static final class CfnTenantPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTenantPropsMixin>
A fluent builder for
CfnTenantPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnTenantPropsMixin.Buildercreate()static CfnTenantPropsMixin.Buildercreate(CfnPropertyMixinOptions options) resourceAssociations(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 CfnTenantPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTenantPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTenantPropsMixin.Builder.
-
resourceAssociations
@Stability(Stable) public CfnTenantPropsMixin.Builder resourceAssociations(IResolvable 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 CfnTenantPropsMixin.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:
-
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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTenantPropsMixin>- Returns:
- a newly built instance of
CfnTenantPropsMixin.
-