Interface CreateVpcEndpointAssociationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateVpcEndpointAssociationRequest.Builder,,CreateVpcEndpointAssociationRequest> NetworkFirewallRequest.Builder,SdkBuilder<CreateVpcEndpointAssociationRequest.Builder,,CreateVpcEndpointAssociationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateVpcEndpointAssociationRequest
@Mutable
@NotThreadSafe
public static interface CreateVpcEndpointAssociationRequest.Builder
extends NetworkFirewallRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointAssociationRequest.Builder,CreateVpcEndpointAssociationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the VPC endpoint association.firewallArn(String firewallArn) The Amazon Resource Name (ARN) of the firewall.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.subnetMapping(Consumer<SubnetMapping.Builder> subnetMapping) Sets the value of the SubnetMapping property for this object.subnetMapping(SubnetMapping subnetMapping) Sets the value of the SubnetMapping property for this object.tags(Collection<Tag> tags) The key:value pairs to associate with the resource.tags(Consumer<Tag.Builder>... tags) The key:value pairs to associate with the resource.The key:value pairs to associate with the resource.The unique identifier of the VPC where you want to create a firewall endpoint.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
firewallArn
The Amazon Resource Name (ARN) of the firewall.
- Parameters:
firewallArn- The Amazon Resource Name (ARN) of the firewall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The unique identifier of the VPC where you want to create a firewall endpoint.
- Parameters:
vpcId- The unique identifier of the VPC where you want to create a firewall endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetMapping
Sets the value of the SubnetMapping property for this object.- Parameters:
subnetMapping- The new value for the SubnetMapping property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetMapping
default CreateVpcEndpointAssociationRequest.Builder subnetMapping(Consumer<SubnetMapping.Builder> subnetMapping) Sets the value of the SubnetMapping property for this object. This is a convenience method that creates an instance of theSubnetMapping.Builderavoiding the need to create one manually viaSubnetMapping.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubnetMapping(SubnetMapping).- Parameters:
subnetMapping- a consumer that will call methods onSubnetMapping.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A description of the VPC endpoint association.
- Parameters:
description- A description of the VPC endpoint association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs to associate with the resource.
- Parameters:
tags- The key:value pairs to associate with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs to associate with the resource.
- Parameters:
tags- The key:value pairs to associate with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs to associate with the resource.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateVpcEndpointAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateVpcEndpointAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-