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