Uses of Interface
software.amazon.awssdk.services.fsx.model.AggregateConfiguration.Builder
-
Packages that use AggregateConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of AggregateConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return AggregateConfiguration.Builder Modifier and Type Method Description AggregateConfiguration.BuilderAggregateConfiguration.Builder. aggregates(String... aggregates)The list of aggregates that this volume resides on.AggregateConfiguration.BuilderAggregateConfiguration.Builder. aggregates(Collection<String> aggregates)The list of aggregates that this volume resides on.static AggregateConfiguration.BuilderAggregateConfiguration. builder()AggregateConfiguration.BuilderAggregateConfiguration. toBuilder()AggregateConfiguration.BuilderAggregateConfiguration.Builder. totalConstituents(Integer totalConstituents)The total number of constituents this FlexGroup volume has.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type AggregateConfiguration.Builder Modifier and Type Method Description static Class<? extends AggregateConfiguration.Builder>AggregateConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type AggregateConfiguration.Builder Modifier and Type Method Description default OntapVolumeConfiguration.BuilderOntapVolumeConfiguration.Builder. aggregateConfiguration(Consumer<AggregateConfiguration.Builder> aggregateConfiguration)This structure specifies configuration options for a volume’s storage aggregate or aggregates.
-