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 ID of the VPC endpoint.
|
EndpointDetails.Builder |
vpcId(String vpcId)
The VPC ID 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 ID of the VPC endpoint.
This property can only be set when EndpointType is set to VPC_ENDPOINT.
vpcEndpointId - The ID of the VPC endpoint.
This property can only be set when EndpointType is set to VPC_ENDPOINT.
EndpointDetails.Builder vpcId(String vpcId)
The VPC ID 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 ID 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 only edit the SecurityGroupIds property in the UpdateServer API and only if
you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to
VPC.
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 only edit the SecurityGroupIds property in the UpdateServer API and
only if you are changing the EndpointType from PUBLIC or
VPC_ENDPOINT to VPC.
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 only edit the SecurityGroupIds property in the UpdateServer API and only if
you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to
VPC.
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 only edit the SecurityGroupIds property in the UpdateServer API and
only if you are changing the EndpointType from PUBLIC or
VPC_ENDPOINT to VPC.
Copyright © 2020. All rights reserved.