Class SharePatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.SharePatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessControlMode
(String accessControlMode) Set the accessControlMode.addAllowedTransitEncryptionModes
(String allowedTransitEncryptionModes) Adds a new element to allowedTransitEncryptionModes.addUserTags
(String userTags) Adds a new element to userTags.allowedTransitEncryptionModes
(List<String> allowedTransitEncryptionModes) Set the allowedTransitEncryptionModes.build()
Builds a SharePatch.iops
(long iops) Set the iops.Set the name.profile
(ShareProfileIdentity profile) Set the profile.replicationCronSpec
(String replicationCronSpec) Set the replicationCronSpec.size
(long size) Set the size.Set the userTags.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
-
addAllowedTransitEncryptionModes
Adds a new element to allowedTransitEncryptionModes.- Parameters:
allowedTransitEncryptionModes
- the new element to be added- Returns:
- the SharePatch builder
-
addUserTags
Adds a new element to userTags.- Parameters:
userTags
- the new element to be added- Returns:
- the SharePatch builder
-
accessControlMode
Set the accessControlMode.- Parameters:
accessControlMode
- the accessControlMode- Returns:
- the SharePatch builder
-
allowedTransitEncryptionModes
Set the allowedTransitEncryptionModes. Existing allowedTransitEncryptionModes will be replaced.- Parameters:
allowedTransitEncryptionModes
- the allowedTransitEncryptionModes- Returns:
- the SharePatch builder
-
iops
Set the iops.- Parameters:
iops
- the iops- Returns:
- the SharePatch builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the SharePatch builder
-
replicationCronSpec
Set the replicationCronSpec.- Parameters:
replicationCronSpec
- the replicationCronSpec- Returns:
- the SharePatch builder
-
size
Set the size.- Parameters:
size
- the size- Returns:
- the SharePatch builder
-
userTags
Set the userTags. Existing userTags will be replaced.- Parameters:
userTags
- the userTags- Returns:
- the SharePatch builder
-