Uses of Interface
software.amazon.awssdk.services.fsx.model.TieringPolicy.Builder
-
Packages that use TieringPolicy.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of TieringPolicy.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return TieringPolicy.Builder Modifier and Type Method Description static TieringPolicy.BuilderTieringPolicy. builder()TieringPolicy.BuilderTieringPolicy.Builder. coolingPeriod(Integer coolingPeriod)Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool.TieringPolicy.BuilderTieringPolicy.Builder. name(String name)Specifies the tiering policy used to transition data.TieringPolicy.BuilderTieringPolicy.Builder. name(TieringPolicyName name)Specifies the tiering policy used to transition data.TieringPolicy.BuilderTieringPolicy. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type TieringPolicy.Builder Modifier and Type Method Description static Class<? extends TieringPolicy.Builder>TieringPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type TieringPolicy.Builder Modifier and Type Method Description default CreateOntapVolumeConfiguration.BuilderCreateOntapVolumeConfiguration.Builder. tieringPolicy(Consumer<TieringPolicy.Builder> tieringPolicy)Sets the value of the TieringPolicy property for this object.default OntapVolumeConfiguration.BuilderOntapVolumeConfiguration.Builder. tieringPolicy(Consumer<TieringPolicy.Builder> tieringPolicy)The volume'sTieringPolicysetting.default UpdateOntapVolumeConfiguration.BuilderUpdateOntapVolumeConfiguration.Builder. tieringPolicy(Consumer<TieringPolicy.Builder> tieringPolicy)Update the volume's data tiering policy.
-