Class CreateNetworkAclOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.CreateNetworkAclOptions.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()
Instantiates a new builder.Builder
(NetworkACLPrototype networkAclPrototype) Instantiates a new builder with required properties. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a CreateNetworkAclOptions.networkAclPrototype
(NetworkACLPrototype networkAclPrototype) Set the networkAclPrototype.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
networkAclPrototype
- the networkAclPrototype
-
-
Method Details
-
build
Builds a CreateNetworkAclOptions.- Returns:
- the new CreateNetworkAclOptions instance
-
networkAclPrototype
Set the networkAclPrototype.- Parameters:
networkAclPrototype
- the networkAclPrototype- Returns:
- the CreateNetworkAclOptions builder
-