Interface ConnectorVpcLatticeEgressConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectorVpcLatticeEgressConfig.Builder,
,ConnectorVpcLatticeEgressConfig> SdkBuilder<ConnectorVpcLatticeEgressConfig.Builder,
,ConnectorVpcLatticeEgressConfig> SdkPojo
- Enclosing class:
ConnectorVpcLatticeEgressConfig
@Mutable
@NotThreadSafe
public static interface ConnectorVpcLatticeEgressConfig.Builder
extends SdkPojo, CopyableBuilder<ConnectorVpcLatticeEgressConfig.Builder,ConnectorVpcLatticeEgressConfig>
-
Method Summary
Modifier and TypeMethodDescriptionportNumber
(Integer portNumber) Port number for connecting to the SFTP server through VPC_LATTICE.resourceConfigurationArn
(String resourceConfigurationArn) ARN of the VPC_LATTICE Resource Configuration that defines the target SFTP server location.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
ARN of the VPC_LATTICE Resource Configuration that defines the target SFTP server location. Must point to a valid Resource Configuration in the customer's VPC with appropriate network connectivity to the SFTP server.
- Parameters:
resourceConfigurationArn
- ARN of the VPC_LATTICE Resource Configuration that defines the target SFTP server location. Must point to a valid Resource Configuration in the customer's VPC with appropriate network connectivity to the SFTP server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portNumber
Port number for connecting to the SFTP server through VPC_LATTICE. Defaults to 22 if not specified. Must match the port on which the target SFTP server is listening.
- Parameters:
portNumber
- Port number for connecting to the SFTP server through VPC_LATTICE. Defaults to 22 if not specified. Must match the port on which the target SFTP server is listening.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-