public static interface CreateNetworkAclRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateNetworkAclRequest.Builder,CreateNetworkAclRequest>
Modifier and Type | Method and Description |
---|---|
CreateNetworkAclRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateNetworkAclRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateNetworkAclRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the network ACL.
|
CreateNetworkAclRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the network ACL.
|
CreateNetworkAclRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the network ACL.
|
CreateNetworkAclRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateNetworkAclRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.CreateNetworkAclRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the network ACL.
tagSpecifications
- The tags to assign to the network ACL.CreateNetworkAclRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the network ACL.
tagSpecifications
- The tags to assign to the network ACL.CreateNetworkAclRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the network ACL.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #tagSpecifications(List)
.tagSpecifications
- a consumer that will call methods on List.Builder
#tagSpecifications(List)
CreateNetworkAclRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateNetworkAclRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.