Class CreateNetworkAclOptions.Builder

    • 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