Interface ModifyDbClusterEndpointRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ModifyDbClusterEndpointRequest.Builder,ModifyDbClusterEndpointRequest>, NeptuneRequest.Builder, SdkBuilder<ModifyDbClusterEndpointRequest.Builder,ModifyDbClusterEndpointRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ModifyDbClusterEndpointRequest

public static interface ModifyDbClusterEndpointRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbClusterEndpointRequest.Builder,ModifyDbClusterEndpointRequest>
  • Method Details

    • dbClusterEndpointIdentifier

      ModifyDbClusterEndpointRequest.Builder dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier)

      The identifier of the endpoint to modify. This parameter is stored as a lowercase string.

      Parameters:
      dbClusterEndpointIdentifier - The identifier of the endpoint to modify. This parameter is stored as a lowercase string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointType

      ModifyDbClusterEndpointRequest.Builder endpointType(String endpointType)

      The type of the endpoint. One of: READER, WRITER, ANY.

      Parameters:
      endpointType - The type of the endpoint. One of: READER, WRITER, ANY.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      ModifyDbClusterEndpointRequest.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

      ModifyDbClusterEndpointRequest.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

      ModifyDbClusterEndpointRequest.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.
    • overrideConfiguration

      ModifyDbClusterEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.