Uses of Interface
software.amazon.awssdk.services.fsx.model.CreateAggregateConfiguration.Builder
-
Packages that use CreateAggregateConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of CreateAggregateConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return CreateAggregateConfiguration.Builder Modifier and Type Method Description CreateAggregateConfiguration.BuilderCreateAggregateConfiguration.Builder. aggregates(String... aggregates)Used to specify the names of aggregates on which the volume will be created.CreateAggregateConfiguration.BuilderCreateAggregateConfiguration.Builder. aggregates(Collection<String> aggregates)Used to specify the names of aggregates on which the volume will be created.static CreateAggregateConfiguration.BuilderCreateAggregateConfiguration. builder()CreateAggregateConfiguration.BuilderCreateAggregateConfiguration.Builder. constituentsPerAggregate(Integer constituentsPerAggregate)Used to explicitly set the number of constituents within the FlexGroup per storage aggregate.CreateAggregateConfiguration.BuilderCreateAggregateConfiguration. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type CreateAggregateConfiguration.Builder Modifier and Type Method Description static Class<? extends CreateAggregateConfiguration.Builder>CreateAggregateConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type CreateAggregateConfiguration.Builder Modifier and Type Method Description default CreateOntapVolumeConfiguration.BuilderCreateOntapVolumeConfiguration.Builder. aggregateConfiguration(Consumer<CreateAggregateConfiguration.Builder> aggregateConfiguration)Use to specify configuration options for a volume’s storage aggregate or aggregates.
-