Interface EndpointDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EndpointDetails.Builder,,EndpointDetails> SdkBuilder<EndpointDetails.Builder,,EndpointDetails> SdkPojo
- Enclosing class:
EndpointDetails
-
Method Summary
Modifier and TypeMethodDescriptionaddressAllocationIds(String... addressAllocationIds) A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.addressAllocationIds(Collection<String> addressAllocationIds) A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.securityGroupIds(String... securityGroupIds) A list of security groups IDs that are available to attach to your server's endpoint.securityGroupIds(Collection<String> securityGroupIds) A list of security groups IDs that are available to attach to your server's endpoint.A list of subnet IDs that are required to host your server endpoint in your VPC.subnetIds(Collection<String> subnetIds) A list of subnet IDs that are required to host your server endpoint in your VPC.vpcEndpointId(String vpcEndpointId) The identifier of the VPC endpoint.The VPC identifier of the VPC in which a server's endpoint will be hosted.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, sdkFields
-
Method Details
-
addressAllocationIds
A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.
This property can only be set when
EndpointTypeis set toVPCand it is only valid in theUpdateServerAPI.- Parameters:
addressAllocationIds- A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.This property can only be set when
EndpointTypeis set toVPCand it is only valid in theUpdateServerAPI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressAllocationIds
A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.
This property can only be set when
EndpointTypeis set toVPCand it is only valid in theUpdateServerAPI.- Parameters:
addressAllocationIds- A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.This property can only be set when
EndpointTypeis set toVPCand it is only valid in theUpdateServerAPI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of subnet IDs that are required to host your server endpoint in your VPC.
This property can only be set when
EndpointTypeis set toVPC.- Parameters:
subnetIds- A list of subnet IDs that are required to host your server endpoint in your VPC.This property can only be set when
EndpointTypeis set toVPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of subnet IDs that are required to host your server endpoint in your VPC.
This property can only be set when
EndpointTypeis set toVPC.- Parameters:
subnetIds- A list of subnet IDs that are required to host your server endpoint in your VPC.This property can only be set when
EndpointTypeis set toVPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointId
The identifier of the VPC endpoint.
This property can only be set when
EndpointTypeis set toVPC_ENDPOINT.For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.
- Parameters:
vpcEndpointId- The identifier of the VPC endpoint.This property can only be set when
EndpointTypeis set toVPC_ENDPOINT.For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html #deprecate-vpc-endpoint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The VPC identifier of the VPC in which a server's endpoint will be hosted.
This property can only be set when
EndpointTypeis set toVPC.- Parameters:
vpcId- The VPC identifier of the VPC in which a server's endpoint will be hosted.This property can only be set when
EndpointTypeis set toVPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
A list of security groups IDs that are available to attach to your server's endpoint.
This property can only be set when
EndpointTypeis set toVPC.You can edit the
SecurityGroupIdsproperty in the UpdateServer API only if you are changing theEndpointTypefromPUBLICorVPC_ENDPOINTtoVPC. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.- Parameters:
securityGroupIds- A list of security groups IDs that are available to attach to your server's endpoint.This property can only be set when
EndpointTypeis set toVPC.You can edit the
SecurityGroupIdsproperty in the UpdateServer API only if you are changing theEndpointTypefromPUBLICorVPC_ENDPOINTtoVPC. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
A list of security groups IDs that are available to attach to your server's endpoint.
This property can only be set when
EndpointTypeis set toVPC.You can edit the
SecurityGroupIdsproperty in the UpdateServer API only if you are changing theEndpointTypefromPUBLICorVPC_ENDPOINTtoVPC. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.- Parameters:
securityGroupIds- A list of security groups IDs that are available to attach to your server's endpoint.This property can only be set when
EndpointTypeis set toVPC.You can edit the
SecurityGroupIdsproperty in the UpdateServer API only if you are changing theEndpointTypefromPUBLICorVPC_ENDPOINTtoVPC. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-