Class CreateSnapshotConsistencyGroupOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.CreateSnapshotConsistencyGroupOptions.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()
Instantiates a new builder.Builder
(SnapshotConsistencyGroupPrototype snapshotConsistencyGroupPrototype) Instantiates a new builder with required properties. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a CreateSnapshotConsistencyGroupOptions.snapshotConsistencyGroupPrototype
(SnapshotConsistencyGroupPrototype snapshotConsistencyGroupPrototype) Set the snapshotConsistencyGroupPrototype.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
snapshotConsistencyGroupPrototype
- the snapshotConsistencyGroupPrototype
-
-
Method Details
-
build
Builds a CreateSnapshotConsistencyGroupOptions.- Returns:
- the new CreateSnapshotConsistencyGroupOptions instance
-
snapshotConsistencyGroupPrototype
public CreateSnapshotConsistencyGroupOptions.Builder snapshotConsistencyGroupPrototype(SnapshotConsistencyGroupPrototype snapshotConsistencyGroupPrototype) Set the snapshotConsistencyGroupPrototype.- Parameters:
snapshotConsistencyGroupPrototype
- the snapshotConsistencyGroupPrototype- Returns:
- the CreateSnapshotConsistencyGroupOptions builder
-