ToCopyableBuilder<Endpoint.Builder,Endpoint>
@Generated("software.amazon.awssdk:codegen") public class Endpoint extends Object implements ToCopyableBuilder<Endpoint.Builder,Endpoint>
This data type is used as a response element in the following actions:
Modifier and Type | Class | Description |
---|---|---|
static interface |
Endpoint.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
address() |
Specifies the DNS address of the DB instance.
|
static Endpoint.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hostedZoneId() |
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
|
Integer |
port() |
Specifies the port that the database engine is listening on.
|
static Class<? extends Endpoint.Builder> |
serializableBuilderClass() |
|
Endpoint.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String address()
Specifies the DNS address of the DB instance.
public Integer port()
Specifies the port that the database engine is listening on.
public String hostedZoneId()
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
public Endpoint.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Endpoint.Builder,Endpoint>
public static Endpoint.Builder builder()
public static Class<? extends Endpoint.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.