Class NetworkAclEntryReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ec2.NetworkAclEntryReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<NetworkAclEntryReference>
- Enclosing interface:
NetworkAclEntryReference
@Stability(Stable)
public static final class NetworkAclEntryReference.Builder
extends Object
implements software.amazon.jsii.Builder<NetworkAclEntryReference>
A builder for
NetworkAclEntryReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.networkAclEntryId(String networkAclEntryId) Sets the value ofNetworkAclEntryReference.getNetworkAclEntryId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkAclEntryId
@Stability(Stable) public NetworkAclEntryReference.Builder networkAclEntryId(String networkAclEntryId) Sets the value ofNetworkAclEntryReference.getNetworkAclEntryId()- Parameters:
networkAclEntryId- The Id of the NetworkAclEntry resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<NetworkAclEntryReference>- Returns:
- a new instance of
NetworkAclEntryReference - Throws:
NullPointerException- if any required attribute was not provided
-