Interface CreateVpcEndpointAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateVpcEndpointAssociationResponse.Builder,
,CreateVpcEndpointAssociationResponse> NetworkFirewallResponse.Builder
,SdkBuilder<CreateVpcEndpointAssociationResponse.Builder,
,CreateVpcEndpointAssociationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateVpcEndpointAssociationResponse
-
Method Summary
Modifier and TypeMethodDescriptionvpcEndpointAssociation
(Consumer<VpcEndpointAssociation.Builder> vpcEndpointAssociation) The configuration settings for the VPC endpoint association.vpcEndpointAssociation
(VpcEndpointAssociation vpcEndpointAssociation) The configuration settings for the VPC endpoint association.vpcEndpointAssociationStatus
(Consumer<VpcEndpointAssociationStatus.Builder> vpcEndpointAssociationStatus) Detailed information about the current status of a VpcEndpointAssociation.vpcEndpointAssociationStatus
(VpcEndpointAssociationStatus vpcEndpointAssociationStatus) Detailed information about the current status of a VpcEndpointAssociation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
vpcEndpointAssociation
CreateVpcEndpointAssociationResponse.Builder vpcEndpointAssociation(VpcEndpointAssociation vpcEndpointAssociation) The configuration settings for the VPC endpoint association. These settings include the firewall and the VPC and subnet to use for the firewall endpoint.
- Parameters:
vpcEndpointAssociation
- The configuration settings for the VPC endpoint association. These settings include the firewall and the VPC and subnet to use for the firewall endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointAssociation
default CreateVpcEndpointAssociationResponse.Builder vpcEndpointAssociation(Consumer<VpcEndpointAssociation.Builder> vpcEndpointAssociation) The configuration settings for the VPC endpoint association. These settings include the firewall and the VPC and subnet to use for the firewall endpoint.
This is a convenience method that creates an instance of theVpcEndpointAssociation.Builder
avoiding the need to create one manually viaVpcEndpointAssociation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpcEndpointAssociation(VpcEndpointAssociation)
.- Parameters:
vpcEndpointAssociation
- a consumer that will call methods onVpcEndpointAssociation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcEndpointAssociationStatus
CreateVpcEndpointAssociationResponse.Builder vpcEndpointAssociationStatus(VpcEndpointAssociationStatus vpcEndpointAssociationStatus) Detailed information about the current status of a VpcEndpointAssociation. You can retrieve this by calling DescribeVpcEndpointAssociation and providing the VPC endpoint association ARN.
- Parameters:
vpcEndpointAssociationStatus
- Detailed information about the current status of a VpcEndpointAssociation. You can retrieve this by calling DescribeVpcEndpointAssociation and providing the VPC endpoint association ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointAssociationStatus
default CreateVpcEndpointAssociationResponse.Builder vpcEndpointAssociationStatus(Consumer<VpcEndpointAssociationStatus.Builder> vpcEndpointAssociationStatus) Detailed information about the current status of a VpcEndpointAssociation. You can retrieve this by calling DescribeVpcEndpointAssociation and providing the VPC endpoint association ARN.
This is a convenience method that creates an instance of theVpcEndpointAssociationStatus.Builder
avoiding the need to create one manually viaVpcEndpointAssociationStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpcEndpointAssociationStatus(VpcEndpointAssociationStatus)
.- Parameters:
vpcEndpointAssociationStatus
- a consumer that will call methods onVpcEndpointAssociationStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-