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