Package com.ibm.cloud.is.vpc.v1.model
Class GetShareAccessorBindingOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.GetShareAccessorBindingOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetShareAccessorBindingOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getShareAccessorBinding options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetShareAccessorBindingOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Gets the id.GetShareAccessorBindingOptions.Builder
newBuilder()
New builder.String
shareId()
Gets the shareId.
-
-
-
Method Detail
-
newBuilder
public GetShareAccessorBindingOptions.Builder newBuilder()
New builder.- Returns:
- a GetShareAccessorBindingOptions builder
-
shareId
public String shareId()
Gets the shareId. The file share identifier.- Returns:
- the shareId
-
id
public String id()
Gets the id. The file share accessor binding identifier.- Returns:
- the id
-
-