Interface UpdateConnectorVpcLatticeEgressConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateConnectorVpcLatticeEgressConfig.Builder,,UpdateConnectorVpcLatticeEgressConfig> SdkBuilder<UpdateConnectorVpcLatticeEgressConfig.Builder,,UpdateConnectorVpcLatticeEgressConfig> SdkPojo
- Enclosing class:
UpdateConnectorVpcLatticeEgressConfig
@Mutable
@NotThreadSafe
public static interface UpdateConnectorVpcLatticeEgressConfig.Builder
extends SdkPojo, CopyableBuilder<UpdateConnectorVpcLatticeEgressConfig.Builder,UpdateConnectorVpcLatticeEgressConfig>
-
Method Summary
Modifier and TypeMethodDescriptionportNumber(Integer portNumber) Updated port number for SFTP connections through VPC_LATTICE.resourceConfigurationArn(String resourceConfigurationArn) Updated ARN of the VPC_LATTICE Resource Configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceConfigurationArn
UpdateConnectorVpcLatticeEgressConfig.Builder resourceConfigurationArn(String resourceConfigurationArn) Updated ARN of the VPC_LATTICE Resource Configuration. Use this to change the target SFTP server location or modify the network path through the customer's VPC infrastructure.
- Parameters:
resourceConfigurationArn- Updated ARN of the VPC_LATTICE Resource Configuration. Use this to change the target SFTP server location or modify the network path through the customer's VPC infrastructure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portNumber
Updated port number for SFTP connections through VPC_LATTICE. Change this if the target SFTP server port has been modified or if connecting to a different server endpoint.
- Parameters:
portNumber- Updated port number for SFTP connections through VPC_LATTICE. Change this if the target SFTP server port has been modified or if connecting to a different server endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-