Interface TieringConfigurationInputForUpdate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TieringConfigurationInputForUpdate.Builder,,TieringConfigurationInputForUpdate> SdkBuilder<TieringConfigurationInputForUpdate.Builder,,TieringConfigurationInputForUpdate> SdkPojo
- Enclosing class:
TieringConfigurationInputForUpdate
@Mutable
@NotThreadSafe
public static interface TieringConfigurationInputForUpdate.Builder
extends SdkPojo, CopyableBuilder<TieringConfigurationInputForUpdate.Builder,TieringConfigurationInputForUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionbackupVaultName(String backupVaultName) The name of the backup vault where the tiering configuration applies.resourceSelection(Collection<ResourceSelection> resourceSelection) An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.resourceSelection(Consumer<ResourceSelection.Builder>... resourceSelection) An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.resourceSelection(ResourceSelection... resourceSelection) An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.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
-
resourceSelection
TieringConfigurationInputForUpdate.Builder resourceSelection(Collection<ResourceSelection> resourceSelection) An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.
- Parameters:
resourceSelection- An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSelection
TieringConfigurationInputForUpdate.Builder resourceSelection(ResourceSelection... resourceSelection) An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.
- Parameters:
resourceSelection- An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSelection
TieringConfigurationInputForUpdate.Builder resourceSelection(Consumer<ResourceSelection.Builder>... resourceSelection) An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.
This is a convenience method that creates an instance of theResourceSelection.Builderavoiding the need to create one manually viaResourceSelection.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceSelection(List<ResourceSelection>).- Parameters:
resourceSelection- a consumer that will call methods onResourceSelection.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-