Interface CreateDbClusterEndpointRequest.Builder

    • Method Detail

      • dbClusterIdentifier

        CreateDbClusterEndpointRequest.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.
      • dbClusterEndpointIdentifier

        CreateDbClusterEndpointRequest.Builder dbClusterEndpointIdentifier​(String dbClusterEndpointIdentifier)

        The identifier to use for the new endpoint. This parameter is stored as a lowercase string.

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

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

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

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

        CreateDbClusterEndpointRequest.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. This parameter is relevant only 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. This parameter is relevant only if the list of static members is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • excludedMembers

        CreateDbClusterEndpointRequest.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. This parameter is relevant only 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. This parameter is relevant only if the list of static members is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDbClusterEndpointRequest.Builder tags​(Collection<Tag> tags)

        The tags to be assigned to the Amazon RDS resource.

        Parameters:
        tags - The tags to be assigned to the Amazon RDS resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDbClusterEndpointRequest.Builder tags​(Tag... tags)

        The tags to be assigned to the Amazon RDS resource.

        Parameters:
        tags - The tags to be assigned to the Amazon RDS resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.