Uses of Interface
software.amazon.awssdk.services.redshift.model.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of Endpoint.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return Endpoint.Builder Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. address(String address)The DNS address of the Cluster.static Endpoint.BuilderEndpoint. builder()Endpoint.BuilderEndpoint.Builder. port(Integer port)The port that the database engine is listening on.Endpoint.BuilderEndpoint. toBuilder()Endpoint.BuilderEndpoint.Builder. vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)Describes a connection endpoint.Endpoint.BuilderEndpoint.Builder. vpcEndpoints(Consumer<VpcEndpoint.Builder>... vpcEndpoints)Describes a connection endpoint.Endpoint.BuilderEndpoint.Builder. vpcEndpoints(VpcEndpoint... vpcEndpoints)Describes a connection endpoint.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type Endpoint.Builder Modifier and Type Method Description static Class<? extends Endpoint.Builder>Endpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type Endpoint.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. endpoint(Consumer<Endpoint.Builder> endpoint)The connection endpoint.
-