Class ShareSnapshotPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ShareSnapshotPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUserTags
(String userTags) Adds a new element to userTags.build()
Builds a ShareSnapshotPatch.Set the userTags.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a ShareSnapshotPatch.- Returns:
- the new ShareSnapshotPatch instance
-
addUserTags
Adds a new element to userTags.- Parameters:
userTags
- the new element to be added- Returns:
- the ShareSnapshotPatch builder
-
userTags
Set the userTags. Existing userTags will be replaced.- Parameters:
userTags
- the userTags- Returns:
- the ShareSnapshotPatch builder
-