Interface ResourceTenantMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceTenantMetadata.Builder,
,ResourceTenantMetadata> SdkBuilder<ResourceTenantMetadata.Builder,
,ResourceTenantMetadata> SdkPojo
- Enclosing class:
ResourceTenantMetadata
@Mutable
@NotThreadSafe
public static interface ResourceTenantMetadata.Builder
extends SdkPojo, CopyableBuilder<ResourceTenantMetadata.Builder,ResourceTenantMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionassociatedTimestamp
(Instant associatedTimestamp) The date and time when the resource was associated with the tenant.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the resource.A unique identifier for the tenant associated with the resource.tenantName
(String tenantName) The name of the tenant associated with the resource.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
-
tenantName
The name of the tenant associated with the resource.
- Parameters:
tenantName
- The name of the tenant associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantId
A unique identifier for the tenant associated with the resource.
- Parameters:
tenantId
- A unique identifier for the tenant associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) of the resource.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedTimestamp
The date and time when the resource was associated with the tenant.
- Parameters:
associatedTimestamp
- The date and time when the resource was associated with the tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-