public static interface CreateDbClusterEndpointResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateDbClusterEndpointResponse.Builder,CreateDbClusterEndpointResponse>
Modifier and Type | Method and Description |
---|---|
CreateDbClusterEndpointResponse.Builder |
customEndpointType(String customEndpointType)
The type associated with a custom endpoint.
|
CreateDbClusterEndpointResponse.Builder |
dbClusterEndpointArn(String dbClusterEndpointArn)
The Amazon Resource Name (ARN) for the endpoint.
|
CreateDbClusterEndpointResponse.Builder |
dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier)
The identifier associated with the endpoint.
|
CreateDbClusterEndpointResponse.Builder |
dbClusterEndpointResourceIdentifier(String dbClusterEndpointResourceIdentifier)
A unique system-generated identifier for an endpoint.
|
CreateDbClusterEndpointResponse.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint.
|
CreateDbClusterEndpointResponse.Builder |
endpoint(String endpoint)
The DNS address of the endpoint.
|
CreateDbClusterEndpointResponse.Builder |
endpointType(String endpointType)
The type of the endpoint.
|
CreateDbClusterEndpointResponse.Builder |
excludedMembers(Collection<String> excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
CreateDbClusterEndpointResponse.Builder |
excludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
CreateDbClusterEndpointResponse.Builder |
staticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
CreateDbClusterEndpointResponse.Builder |
staticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
CreateDbClusterEndpointResponse.Builder |
status(String status)
The current status of the endpoint.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateDbClusterEndpointResponse.Builder dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier)
The identifier associated with the endpoint. This parameter is stored as a lowercase string.
dbClusterEndpointIdentifier
- The identifier associated with the endpoint. This parameter is stored as a lowercase string.CreateDbClusterEndpointResponse.Builder dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.
dbClusterIdentifier
- The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as
a lowercase string.CreateDbClusterEndpointResponse.Builder dbClusterEndpointResourceIdentifier(String dbClusterEndpointResourceIdentifier)
A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.
dbClusterEndpointResourceIdentifier
- A unique system-generated identifier for an endpoint. It remains the same for the whole life of the
endpoint.CreateDbClusterEndpointResponse.Builder endpoint(String endpoint)
The DNS address of the endpoint.
endpoint
- The DNS address of the endpoint.CreateDbClusterEndpointResponse.Builder status(String status)
The current status of the endpoint. One of: creating
, available
,
deleting
, inactive
, modifying
. The inactive
state applies
to an endpoint that can't be used for a certain kind of cluster, such as a writer
endpoint for a
read-only secondary cluster in a global database.
status
- The current status of the endpoint. One of: creating
, available
,
deleting
, inactive
, modifying
. The inactive
state
applies to an endpoint that can't be used for a certain kind of cluster, such as a writer
endpoint for a read-only secondary cluster in a global database.CreateDbClusterEndpointResponse.Builder endpointType(String endpointType)
The type of the endpoint. One of: READER
, WRITER
, CUSTOM
.
endpointType
- The type of the endpoint. One of: READER
, WRITER
, CUSTOM
.CreateDbClusterEndpointResponse.Builder customEndpointType(String customEndpointType)
The type associated with a custom endpoint. One of: READER
, WRITER
,
ANY
.
customEndpointType
- The type associated with a custom endpoint. One of: READER
, WRITER
,
ANY
.CreateDbClusterEndpointResponse.Builder staticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
staticMembers
- List of DB instance identifiers that are part of the custom endpoint group.CreateDbClusterEndpointResponse.Builder staticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
staticMembers
- List of DB instance identifiers that are part of the custom endpoint group.CreateDbClusterEndpointResponse.Builder excludedMembers(Collection<String> excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty.
excludedMembers
- List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible
instances are reachable through the custom endpoint. Only relevant if the list of static members is
empty.CreateDbClusterEndpointResponse.Builder excludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty.
excludedMembers
- List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible
instances are reachable through the custom endpoint. Only relevant if the list of static members is
empty.CreateDbClusterEndpointResponse.Builder dbClusterEndpointArn(String dbClusterEndpointArn)
The Amazon Resource Name (ARN) for the endpoint.
dbClusterEndpointArn
- The Amazon Resource Name (ARN) for the endpoint.Copyright © 2021. All rights reserved.