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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceTenantMetadata.BuilderassociatedTimestamp(Instant associatedTimestamp)The date and time when the resource was associated with the tenant.ResourceTenantMetadata.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource.ResourceTenantMetadata.BuildertenantId(String tenantId)A unique identifier for the tenant associated with the resource.ResourceTenantMetadata.BuildertenantName(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 Detail
-
tenantName
ResourceTenantMetadata.Builder tenantName(String 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
ResourceTenantMetadata.Builder tenantId(String 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
ResourceTenantMetadata.Builder resourceArn(String 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
ResourceTenantMetadata.Builder associatedTimestamp(Instant 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.
-
-