Interface TenantResource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TenantResource.Builder,
,TenantResource> SdkBuilder<TenantResource.Builder,
,TenantResource> SdkPojo
- Enclosing class:
TenantResource
@Mutable
@NotThreadSafe
public static interface TenantResource.Builder
extends SdkPojo, CopyableBuilder<TenantResource.Builder,TenantResource>
-
Method Summary
Modifier and TypeMethodDescriptionresourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the resource associated with the tenant.resourceType
(String resourceType) The type of resource associated with the tenant.resourceType
(ResourceType resourceType) The type of resource associated with the tenant.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceType
The type of resource associated with the tenant. Valid values are
EMAIL_IDENTITY
,CONFIGURATION_SET
, orEMAIL_TEMPLATE
.- Parameters:
resourceType
- The type of resource associated with the tenant. Valid values areEMAIL_IDENTITY
,CONFIGURATION_SET
, orEMAIL_TEMPLATE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of resource associated with the tenant. Valid values are
EMAIL_IDENTITY
,CONFIGURATION_SET
, orEMAIL_TEMPLATE
.- Parameters:
resourceType
- The type of resource associated with the tenant. Valid values areEMAIL_IDENTITY
,CONFIGURATION_SET
, orEMAIL_TEMPLATE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceArn
The Amazon Resource Name (ARN) of the resource associated with the tenant.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the resource associated with the tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-