| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
static DBClusterEndpoint.Builder |
DBClusterEndpoint.builder() |
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.customEndpointType(String customEndpointType)
The type associated with a custom endpoint.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.dbClusterEndpointArn(String dbClusterEndpointArn)
The Amazon Resource Name (ARN) for the endpoint.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier)
The identifier associated with the endpoint.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.dbClusterEndpointResourceIdentifier(String dbClusterEndpointResourceIdentifier)
A unique system-generated identifier for an endpoint.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.endpoint(String endpoint)
The DNS address of the endpoint.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.endpointType(String endpointType)
The type of the endpoint.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.excludedMembers(Collection<String> excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.excludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.staticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.staticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.Builder.status(String status)
The current status of the endpoint.
|
DBClusterEndpoint.Builder |
DBClusterEndpoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBClusterEndpoint.Builder> |
DBClusterEndpoint.serializableBuilderClass() |
Copyright © 2021. All rights reserved.