Interface CreateDbClusterEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateDbClusterEndpointResponse.Builder,CreateDbClusterEndpointResponse>
,RdsResponse.Builder
,SdkBuilder<CreateDbClusterEndpointResponse.Builder,CreateDbClusterEndpointResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreateDbClusterEndpointResponse
public static interface CreateDbClusterEndpointResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateDbClusterEndpointResponse.Builder,CreateDbClusterEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String... excludedMembers)
List of DB instance identifiers that aren't 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.CreateDbClusterEndpointResponse.Builder
staticMembers(String... staticMembers)
List of DB instance identifiers that are 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
status(String status)
The current status of the endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
dbClusterEndpointIdentifier
CreateDbClusterEndpointResponse.Builder dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier)
The identifier associated with the endpoint. This parameter is stored as a lowercase string.
- Parameters:
dbClusterEndpointIdentifier
- The identifier associated with the endpoint. This parameter is stored as a lowercase string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterIdentifier
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.
- Parameters:
dbClusterIdentifier
- The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterEndpointResourceIdentifier
CreateDbClusterEndpointResponse.Builder dbClusterEndpointResourceIdentifier(String dbClusterEndpointResourceIdentifier)
A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.
- Parameters:
dbClusterEndpointResourceIdentifier
- A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
CreateDbClusterEndpointResponse.Builder endpoint(String endpoint)
The DNS address of the endpoint.
- Parameters:
endpoint
- The DNS address of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CreateDbClusterEndpointResponse.Builder status(String status)
The current status of the endpoint. One of:
creating
,available
,deleting
,inactive
,modifying
. Theinactive
state applies to an endpoint that can't be used for a certain kind of cluster, such as awriter
endpoint for a read-only secondary cluster in a global database.- Parameters:
status
- The current status of the endpoint. One of:creating
,available
,deleting
,inactive
,modifying
. Theinactive
state applies to an endpoint that can't be used for a certain kind of cluster, such as awriter
endpoint for a read-only secondary cluster in a global database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointType
CreateDbClusterEndpointResponse.Builder endpointType(String endpointType)
The type of the endpoint. One of:
READER
,WRITER
,CUSTOM
.- Parameters:
endpointType
- The type of the endpoint. One of:READER
,WRITER
,CUSTOM
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customEndpointType
CreateDbClusterEndpointResponse.Builder customEndpointType(String customEndpointType)
The type associated with a custom endpoint. One of:
READER
,WRITER
,ANY
.- Parameters:
customEndpointType
- The type associated with a custom endpoint. One of:READER
,WRITER
,ANY
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
staticMembers
CreateDbClusterEndpointResponse.Builder staticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
- Parameters:
staticMembers
- List of DB instance identifiers that are part of the custom endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
staticMembers
CreateDbClusterEndpointResponse.Builder staticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
- Parameters:
staticMembers
- List of DB instance identifiers that are part of the custom endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludedMembers
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludedMembers
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterEndpointArn
CreateDbClusterEndpointResponse.Builder dbClusterEndpointArn(String dbClusterEndpointArn)
The Amazon Resource Name (ARN) for the endpoint.
- Parameters:
dbClusterEndpointArn
- The Amazon Resource Name (ARN) for the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-