Package com.ibm.cloud.is.vpc.v1.model
Class NetworkACLRuleBeforePatchNetworkACLRuleIdentityById.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.NetworkACLRuleBeforePatchNetworkACLRuleIdentityById.Builder
-
- Enclosing class:
- NetworkACLRuleBeforePatchNetworkACLRuleIdentityById
public static class NetworkACLRuleBeforePatchNetworkACLRuleIdentityById.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.Builder(NetworkACLRuleBeforePatch networkAclRuleBeforePatchNetworkAclRuleIdentityById)Instantiates a new Builder from an existing NetworkACLRuleBeforePatchNetworkACLRuleIdentityById instance.Builder(String id)Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkACLRuleBeforePatchNetworkACLRuleIdentityByIdbuild()Builds a NetworkACLRuleBeforePatchNetworkACLRuleIdentityById.NetworkACLRuleBeforePatchNetworkACLRuleIdentityById.Builderid(String id)Set the id.
-
-
-
Constructor Detail
-
Builder
public Builder(NetworkACLRuleBeforePatch networkAclRuleBeforePatchNetworkAclRuleIdentityById)
Instantiates a new Builder from an existing NetworkACLRuleBeforePatchNetworkACLRuleIdentityById instance.- Parameters:
networkAclRuleBeforePatchNetworkAclRuleIdentityById- the instance to initialize the Builder with
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String id)
Instantiates a new builder with required properties.- Parameters:
id- the id
-
-
Method Detail
-
build
public NetworkACLRuleBeforePatchNetworkACLRuleIdentityById build()
Builds a NetworkACLRuleBeforePatchNetworkACLRuleIdentityById.- Returns:
- the new NetworkACLRuleBeforePatchNetworkACLRuleIdentityById instance
-
id
public NetworkACLRuleBeforePatchNetworkACLRuleIdentityById.Builder id(String id)
Set the id.- Parameters:
id- the id- Returns:
- the NetworkACLRuleBeforePatchNetworkACLRuleIdentityById builder
-
-