Uses of Interface
software.amazon.awssdk.services.pcs.model.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of Endpoint.Builder in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return Endpoint.Builder Modifier and Type Method Description static Endpoint.BuilderEndpoint. builder()Endpoint.BuilderEndpoint.Builder. port(String port)The endpoint's connection port number.Endpoint.BuilderEndpoint.Builder. privateIpAddress(String privateIpAddress)The endpoint's private IP address.Endpoint.BuilderEndpoint.Builder. publicIpAddress(String publicIpAddress)The endpoint's public IP address.Endpoint.BuilderEndpoint. toBuilder()Endpoint.BuilderEndpoint.Builder. type(String type)Indicates the type of endpoint running at the specific IP address.Endpoint.BuilderEndpoint.Builder. type(EndpointType type)Indicates the type of endpoint running at the specific IP address.Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type Endpoint.Builder Modifier and Type Method Description static Class<? extends Endpoint.Builder>Endpoint. serializableBuilderClass()
-