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.The tags (keys and values) associated with the tenant.tenantName(String tenantName) The name of the 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 the tenant.- Parameters:
tenantName- The name of the 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
The tags (keys and values) associated with the tenant.- Parameters:
tags- The tags (keys and values) associated with the tenant. This parameter is required.- Returns:
this- See Also:
-
build
-