Package com.ibm.cloud.is.vpc.v1.model
Class CreateNetworkAclOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.CreateNetworkAclOptions.Builder
-
- Enclosing class:
- CreateNetworkAclOptions
public static class CreateNetworkAclOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(NetworkACLPrototype networkAclPrototype)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateNetworkAclOptions
build()
Builds a CreateNetworkAclOptions.CreateNetworkAclOptions.Builder
networkAclPrototype(NetworkACLPrototype networkAclPrototype)
Set the networkAclPrototype.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(NetworkACLPrototype networkAclPrototype)
Instantiates a new builder with required properties.- Parameters:
networkAclPrototype
- the networkAclPrototype
-
-
Method Detail
-
build
public CreateNetworkAclOptions build()
Builds a CreateNetworkAclOptions.- Returns:
- the new CreateNetworkAclOptions instance
-
networkAclPrototype
public CreateNetworkAclOptions.Builder networkAclPrototype(NetworkACLPrototype networkAclPrototype)
Set the networkAclPrototype.- Parameters:
networkAclPrototype
- the networkAclPrototype- Returns:
- the CreateNetworkAclOptions builder
-
-