Package com.ibm.cloud.is.vpc.v1.model
Class CreateShareOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.CreateShareOptions.Builder
-
- Enclosing class:
- CreateShareOptions
public static class CreateShareOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(SharePrototype sharePrototype)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateShareOptions
build()
Builds a CreateShareOptions.CreateShareOptions.Builder
sharePrototype(SharePrototype sharePrototype)
Set the sharePrototype.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(SharePrototype sharePrototype)
Instantiates a new builder with required properties.- Parameters:
sharePrototype
- the sharePrototype
-
-
Method Detail
-
build
public CreateShareOptions build()
Builds a CreateShareOptions.- Returns:
- the new CreateShareOptions instance
-
sharePrototype
public CreateShareOptions.Builder sharePrototype(SharePrototype sharePrototype)
Set the sharePrototype.- Parameters:
sharePrototype
- the sharePrototype- Returns:
- the CreateShareOptions builder
-
-