public static interface ModifyDbClusterEndpointResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyDbClusterEndpointResponse.Builder,ModifyDbClusterEndpointResponse>
Modifier and Type | Method and Description |
---|---|
ModifyDbClusterEndpointResponse.Builder |
customEndpointType(String customEndpointType)
The type associated with a custom endpoint.
|
ModifyDbClusterEndpointResponse.Builder |
dbClusterEndpointArn(String dbClusterEndpointArn)
The Amazon Resource Name (ARN) for the endpoint.
|
ModifyDbClusterEndpointResponse.Builder |
dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier)
The identifier associated with the endpoint.
|
ModifyDbClusterEndpointResponse.Builder |
dbClusterEndpointResourceIdentifier(String dbClusterEndpointResourceIdentifier)
A unique system-generated identifier for an endpoint.
|
ModifyDbClusterEndpointResponse.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint.
|
ModifyDbClusterEndpointResponse.Builder |
endpoint(String endpoint)
The DNS address of the endpoint.
|
ModifyDbClusterEndpointResponse.Builder |
endpointType(String endpointType)
The type of the endpoint.
|
ModifyDbClusterEndpointResponse.Builder |
excludedMembers(Collection<String> excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
ModifyDbClusterEndpointResponse.Builder |
excludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
ModifyDbClusterEndpointResponse.Builder |
staticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
ModifyDbClusterEndpointResponse.Builder |
staticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
ModifyDbClusterEndpointResponse.Builder |
status(String status)
The current status of the endpoint.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ModifyDbClusterEndpointResponse.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.ModifyDbClusterEndpointResponse.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.ModifyDbClusterEndpointResponse.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.ModifyDbClusterEndpointResponse.Builder endpoint(String endpoint)
The DNS address of the endpoint.
endpoint
- The DNS address of the endpoint.ModifyDbClusterEndpointResponse.Builder status(String status)
The current status of the endpoint. One of: creating
, available
,
deleting
, modifying
.
status
- The current status of the endpoint. One of: creating
, available
,
deleting
, modifying
.ModifyDbClusterEndpointResponse.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
.ModifyDbClusterEndpointResponse.Builder customEndpointType(String customEndpointType)
The type associated with a custom endpoint. One of: READER
, ANY
.
customEndpointType
- The type associated with a custom endpoint. One of: READER
, ANY
.ModifyDbClusterEndpointResponse.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.ModifyDbClusterEndpointResponse.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.ModifyDbClusterEndpointResponse.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.ModifyDbClusterEndpointResponse.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.ModifyDbClusterEndpointResponse.Builder dbClusterEndpointArn(String dbClusterEndpointArn)
The Amazon Resource Name (ARN) for the endpoint.
dbClusterEndpointArn
- The Amazon Resource Name (ARN) for the endpoint.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.