Interface DescribedConnectorVpcLatticeEgressConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DescribedConnectorVpcLatticeEgressConfig.Builder,
,DescribedConnectorVpcLatticeEgressConfig> SdkBuilder<DescribedConnectorVpcLatticeEgressConfig.Builder,
,DescribedConnectorVpcLatticeEgressConfig> SdkPojo
- Enclosing class:
DescribedConnectorVpcLatticeEgressConfig
@Mutable
@NotThreadSafe
public static interface DescribedConnectorVpcLatticeEgressConfig.Builder
extends SdkPojo, CopyableBuilder<DescribedConnectorVpcLatticeEgressConfig.Builder,DescribedConnectorVpcLatticeEgressConfig>
-
Method Summary
Modifier and TypeMethodDescriptionportNumber
(Integer portNumber) Port number currently configured for SFTP connections through VPC_LATTICE.resourceConfigurationArn
(String resourceConfigurationArn) ARN of the VPC_LATTICE Resource Configuration currently used by the connector.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
-
resourceConfigurationArn
DescribedConnectorVpcLatticeEgressConfig.Builder resourceConfigurationArn(String resourceConfigurationArn) ARN of the VPC_LATTICE Resource Configuration currently used by the connector. This Resource Configuration defines the network path to the SFTP server through the customer's VPC.
- Parameters:
resourceConfigurationArn
- ARN of the VPC_LATTICE Resource Configuration currently used by the connector. This Resource Configuration defines the network path to the SFTP server through the customer's VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portNumber
Port number currently configured for SFTP connections through VPC_LATTICE. Shows the port on which the connector attempts to connect to the target SFTP server.
- Parameters:
portNumber
- Port number currently configured for SFTP connections through VPC_LATTICE. Shows the port on which the connector attempts to connect to the target SFTP server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-