Class VolumePatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.VolumePatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUserTags
(String userTags) Adds a new element to userTags.build()
Builds a VolumePatch.capacity
(long capacity) Set the capacity.iops
(long iops) Set the iops.Set the name.profile
(VolumeProfileIdentity profile) Set the profile.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 VolumePatch builder
-
capacity
Set the capacity.- Parameters:
capacity
- the capacity- Returns:
- the VolumePatch builder
-
iops
Set the iops.- Parameters:
iops
- the iops- Returns:
- the VolumePatch builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the VolumePatch builder
-
profile
Set the profile.- Parameters:
profile
- the profile- Returns:
- the VolumePatch builder
-
userTags
Set the userTags. Existing userTags will be replaced.- Parameters:
userTags
- the userTags- Returns:
- the VolumePatch builder
-