public static interface EndpointDetails.Builder extends SdkPojo, CopyableBuilder<EndpointDetails.Builder,EndpointDetails>
| Modifier and Type | Method and Description |
|---|---|
EndpointDetails.Builder |
addressAllocationIds(Collection<String> addressAllocationIds)
A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.
|
EndpointDetails.Builder |
addressAllocationIds(String... addressAllocationIds)
A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.
|
EndpointDetails.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of security groups IDs that are available to attach to your server's endpoint.
|
EndpointDetails.Builder |
securityGroupIds(String... securityGroupIds)
A list of security groups IDs that are available to attach to your server's endpoint.
|
EndpointDetails.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs that are required to host your server endpoint in your VPC.
|
EndpointDetails.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs that are required to host your server endpoint in your VPC.
|
EndpointDetails.Builder |
vpcEndpointId(String vpcEndpointId)
The identifier of the VPC endpoint.
|
EndpointDetails.Builder |
vpcId(String vpcId)
The VPC identifier of the VPC in which a server's endpoint will be hosted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointDetails.Builder addressAllocationIds(Collection<String> 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 EndpointType is set to VPC and it is only valid
in the UpdateServer API.
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 EndpointType is set to VPC and it is only
valid in the UpdateServer API.
EndpointDetails.Builder addressAllocationIds(String... 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 EndpointType is set to VPC and it is only valid
in the UpdateServer API.
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 EndpointType is set to VPC and it is only
valid in the UpdateServer API.
EndpointDetails.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs that are required to host your server endpoint in your VPC.
This property can only be set when EndpointType is set to VPC.
subnetIds - A list of subnet IDs that are required to host your server endpoint in your VPC.
This property can only be set when EndpointType is set to VPC.
EndpointDetails.Builder subnetIds(String... subnetIds)
A list of subnet IDs that are required to host your server endpoint in your VPC.
This property can only be set when EndpointType is set to VPC.
subnetIds - A list of subnet IDs that are required to host your server endpoint in your VPC.
This property can only be set when EndpointType is set to VPC.
EndpointDetails.Builder vpcEndpointId(String vpcEndpointId)
The identifier of the VPC endpoint.
This property can only be set when EndpointType is set to VPC_ENDPOINT.
For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.
vpcEndpointId - The identifier of the VPC endpoint.
This property can only be set when EndpointType is set to VPC_ENDPOINT.
For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html #deprecate-vpc-endpoint.
EndpointDetails.Builder vpcId(String vpcId)
The VPC identifier of the VPC in which a server's endpoint will be hosted.
This property can only be set when EndpointType is set to VPC.
vpcId - The VPC identifier of the VPC in which a server's endpoint will be hosted.
This property can only be set when EndpointType is set to VPC.
EndpointDetails.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of security groups IDs that are available to attach to your server's endpoint.
This property can only be set when EndpointType is set to VPC.
You can edit the SecurityGroupIds property in the UpdateServer API only
if you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to
VPC. To change security groups associated with your server's VPC endpoint after creation, use
the Amazon EC2 ModifyVpcEndpoint
API.
securityGroupIds - A list of security groups IDs that are available to attach to your server's endpoint.
This property can only be set when EndpointType is set to VPC.
You can edit the SecurityGroupIds property in the UpdateServer
API only if you are changing the EndpointType from PUBLIC or
VPC_ENDPOINT to VPC. To change security groups associated with your server's
VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.
EndpointDetails.Builder securityGroupIds(String... securityGroupIds)
A list of security groups IDs that are available to attach to your server's endpoint.
This property can only be set when EndpointType is set to VPC.
You can edit the SecurityGroupIds property in the UpdateServer API only
if you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to
VPC. To change security groups associated with your server's VPC endpoint after creation, use
the Amazon EC2 ModifyVpcEndpoint
API.
securityGroupIds - A list of security groups IDs that are available to attach to your server's endpoint.
This property can only be set when EndpointType is set to VPC.
You can edit the SecurityGroupIds property in the UpdateServer
API only if you are changing the EndpointType from PUBLIC or
VPC_ENDPOINT to VPC. To change security groups associated with your server's
VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.
Copyright © 2023. All rights reserved.