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