Interface DescribedConnectorEgressConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DescribedConnectorEgressConfig.Builder,
,DescribedConnectorEgressConfig> SdkBuilder<DescribedConnectorEgressConfig.Builder,
,DescribedConnectorEgressConfig> SdkPojo
- Enclosing class:
DescribedConnectorEgressConfig
@Mutable
@NotThreadSafe
public static interface DescribedConnectorEgressConfig.Builder
extends SdkPojo, CopyableBuilder<DescribedConnectorEgressConfig.Builder,DescribedConnectorEgressConfig>
-
Method Summary
Modifier and TypeMethodDescriptionVPC_LATTICE configuration details in the response, showing the current Resource Configuration ARN and port settings for VPC-based connectivity.vpcLattice
(DescribedConnectorVpcLatticeEgressConfig vpcLattice) VPC_LATTICE configuration details in the response, showing the current Resource Configuration ARN and port settings for VPC-based connectivity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcLattice
DescribedConnectorEgressConfig.Builder vpcLattice(DescribedConnectorVpcLatticeEgressConfig vpcLattice) VPC_LATTICE configuration details in the response, showing the current Resource Configuration ARN and port settings for VPC-based connectivity.
- Parameters:
vpcLattice
- VPC_LATTICE configuration details in the response, showing the current Resource Configuration ARN and port settings for VPC-based connectivity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcLattice
default DescribedConnectorEgressConfig.Builder vpcLattice(Consumer<DescribedConnectorVpcLatticeEgressConfig.Builder> vpcLattice) VPC_LATTICE configuration details in the response, showing the current Resource Configuration ARN and port settings for VPC-based connectivity.
This is a convenience method that creates an instance of theDescribedConnectorVpcLatticeEgressConfig.Builder
avoiding the need to create one manually viaDescribedConnectorVpcLatticeEgressConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpcLattice(DescribedConnectorVpcLatticeEgressConfig)
.- Parameters:
vpcLattice
- a consumer that will call methods onDescribedConnectorVpcLatticeEgressConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-