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.Builder
SharePatch.Builder. accessControlMode(String accessControlMode)
Set the accessControlMode.SharePatch.Builder
SharePatch.Builder. addAllowedTransitEncryptionModes(String allowedTransitEncryptionModes)
Adds a new element to allowedTransitEncryptionModes.SharePatch.Builder
SharePatch.Builder. addUserTags(String userTags)
Adds a new element to userTags.SharePatch.Builder
SharePatch.Builder. allowedTransitEncryptionModes(List<String> allowedTransitEncryptionModes)
Set the allowedTransitEncryptionModes.SharePatch.Builder
SharePatch.Builder. iops(long iops)
Set the iops.SharePatch.Builder
SharePatch.Builder. name(String name)
Set the name.SharePatch.Builder
SharePatch. newBuilder()
New builder.SharePatch.Builder
SharePatch.Builder. profile(ShareProfileIdentity profile)
Set the profile.SharePatch.Builder
SharePatch.Builder. replicationCronSpec(String replicationCronSpec)
Set the replicationCronSpec.SharePatch.Builder
SharePatch.Builder. size(long size)
Set the size.SharePatch.Builder
SharePatch.Builder. userTags(List<String> userTags)
Set the userTags.
-