Interface AggregateConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AggregateConfiguration.Builder,AggregateConfiguration>,SdkBuilder<AggregateConfiguration.Builder,AggregateConfiguration>,SdkPojo
- Enclosing class:
- AggregateConfiguration
public static interface AggregateConfiguration.Builder extends SdkPojo, CopyableBuilder<AggregateConfiguration.Builder,AggregateConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregateConfiguration.Builderaggregates(String... aggregates)The list of aggregates that this volume resides on.AggregateConfiguration.Builderaggregates(Collection<String> aggregates)The list of aggregates that this volume resides on.AggregateConfiguration.BuildertotalConstituents(Integer totalConstituents)The total number of constituents this FlexGroup volume has.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
aggregates
AggregateConfiguration.Builder aggregates(Collection<String> aggregates)
The list of aggregates that this volume resides on. Aggregates are storage pools which make up your primary storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map to the names of the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single entry.
Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:
-
The strings in the value of
Aggregatesare not are not formatted asaggrX, where X is a number between 1 and 12. -
The value of
Aggregatescontains aggregates that are not present. -
One or more of the aggregates supplied are too close to the volume limit to support adding more volumes.
- Parameters:
aggregates- The list of aggregates that this volume resides on. Aggregates are storage pools which make up your primary storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map to the names of the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single entry.Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:
-
The strings in the value of
Aggregatesare not are not formatted asaggrX, where X is a number between 1 and 12. -
The value of
Aggregatescontains aggregates that are not present. -
One or more of the aggregates supplied are too close to the volume limit to support adding more volumes.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
aggregates
AggregateConfiguration.Builder aggregates(String... aggregates)
The list of aggregates that this volume resides on. Aggregates are storage pools which make up your primary storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map to the names of the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single entry.
Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:
-
The strings in the value of
Aggregatesare not are not formatted asaggrX, where X is a number between 1 and 12. -
The value of
Aggregatescontains aggregates that are not present. -
One or more of the aggregates supplied are too close to the volume limit to support adding more volumes.
- Parameters:
aggregates- The list of aggregates that this volume resides on. Aggregates are storage pools which make up your primary storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map to the names of the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single entry.Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:
-
The strings in the value of
Aggregatesare not are not formatted asaggrX, where X is a number between 1 and 12. -
The value of
Aggregatescontains aggregates that are not present. -
One or more of the aggregates supplied are too close to the volume limit to support adding more volumes.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
totalConstituents
AggregateConfiguration.Builder totalConstituents(Integer totalConstituents)
The total number of constituents this FlexGroup volume has. Not applicable for FlexVols.
- Parameters:
totalConstituents- The total number of constituents this FlexGroup volume has. Not applicable for FlexVols.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-