Uses of Class
com.ibm.cloud.is.vpc.v1.model.CreateShareSnapshotOptions.Builder
-
Packages that use CreateShareSnapshotOptions.Builder Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of CreateShareSnapshotOptions.Builder in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return CreateShareSnapshotOptions.Builder Modifier and Type Method Description CreateShareSnapshotOptions.Builder
CreateShareSnapshotOptions.Builder. addUserTags(String userTags)
Adds a new element to userTags.CreateShareSnapshotOptions.Builder
CreateShareSnapshotOptions.Builder. name(String name)
Set the name.CreateShareSnapshotOptions.Builder
CreateShareSnapshotOptions. newBuilder()
New builder.CreateShareSnapshotOptions.Builder
CreateShareSnapshotOptions.Builder. shareId(String shareId)
Set the shareId.CreateShareSnapshotOptions.Builder
CreateShareSnapshotOptions.Builder. userTags(List<String> userTags)
Set the userTags.
-