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