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