Interface TieringConfigurationsListMember.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TieringConfigurationsListMember.Builder,,TieringConfigurationsListMember> SdkBuilder<TieringConfigurationsListMember.Builder,,TieringConfigurationsListMember> SdkPojo
- Enclosing class:
TieringConfigurationsListMember
-
Method Summary
Modifier and TypeMethodDescriptionbackupVaultName(String backupVaultName) The name of the backup vault where the tiering configuration applies.creationTime(Instant creationTime) The date and time a tiering configuration was created, in Unix format and Coordinated Universal Time (UTC).lastUpdatedTime(Instant lastUpdatedTime) The date and time a tiering configuration was updated, in Unix format and Coordinated Universal Time (UTC).tieringConfigurationArn(String tieringConfigurationArn) An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.tieringConfigurationName(String tieringConfigurationName) The unique name of the tiering configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tieringConfigurationArn
An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.
- Parameters:
tieringConfigurationArn- An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tieringConfigurationName
The unique name of the tiering configuration.
- Parameters:
tieringConfigurationName- The unique name of the tiering configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupVaultName
The name of the backup vault where the tiering configuration applies. Use
*to apply to all backup vaults.- Parameters:
backupVaultName- The name of the backup vault where the tiering configuration applies. Use*to apply to all backup vaults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The date and time a tiering configuration was created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.- Parameters:
creationTime- The date and time a tiering configuration was created, in Unix format and Coordinated Universal Time (UTC). The value ofCreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The date and time a tiering configuration was updated, in Unix format and Coordinated Universal Time (UTC). The value of
LastUpdatedTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.- Parameters:
lastUpdatedTime- The date and time a tiering configuration was updated, in Unix format and Coordinated Universal Time (UTC). The value ofLastUpdatedTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-