Package com.ibm.cloud.is.vpc.v1.model
Class CreateSnapshotConsistencyGroupOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.CreateSnapshotConsistencyGroupOptions.Builder
-
- Enclosing class:
- CreateSnapshotConsistencyGroupOptions
public static class CreateSnapshotConsistencyGroupOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(SnapshotConsistencyGroupPrototype snapshotConsistencyGroupPrototype)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateSnapshotConsistencyGroupOptions
build()
Builds a CreateSnapshotConsistencyGroupOptions.CreateSnapshotConsistencyGroupOptions.Builder
snapshotConsistencyGroupPrototype(SnapshotConsistencyGroupPrototype snapshotConsistencyGroupPrototype)
Set the snapshotConsistencyGroupPrototype.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(SnapshotConsistencyGroupPrototype snapshotConsistencyGroupPrototype)
Instantiates a new builder with required properties.- Parameters:
snapshotConsistencyGroupPrototype
- the snapshotConsistencyGroupPrototype
-
-
Method Detail
-
build
public CreateSnapshotConsistencyGroupOptions 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
-
-