JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.rds.model

Class ModifyDBClusterEndpointRequest

    • Constructor Detail

      • ModifyDBClusterEndpointRequest

        public ModifyDBClusterEndpointRequest()
    • Method Detail

      • setDBClusterEndpointIdentifier

        public void setDBClusterEndpointIdentifier(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.
      • getDBClusterEndpointIdentifier

        public String getDBClusterEndpointIdentifier()

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

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

        public ModifyDBClusterEndpointRequest withDBClusterEndpointIdentifier(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.
      • setEndpointType

        public void setEndpointType(String endpointType)

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

        Parameters:
        endpointType - The type of the endpoint. One of: READER, WRITER, ANY.
      • getEndpointType

        public String getEndpointType()

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

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

        public ModifyDBClusterEndpointRequest withEndpointType(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.
      • getStaticMembers

        public List<String> getStaticMembers()

        List of DB instance identifiers that are part of the custom endpoint group.

        Returns:
        List of DB instance identifiers that are part of the custom endpoint group.
      • setStaticMembers

        public void setStaticMembers(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.
      • withStaticMembers

        public ModifyDBClusterEndpointRequest withStaticMembers(String... staticMembers)

        List of DB instance identifiers that are part of the custom endpoint group.

        NOTE: This method appends the values to the existing list (if any). Use setStaticMembers(java.util.Collection) or withStaticMembers(java.util.Collection) if you want to override the existing values.

        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.
      • withStaticMembers

        public ModifyDBClusterEndpointRequest withStaticMembers(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.
      • getExcludedMembers

        public List<String> getExcludedMembers()

        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:
        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.
      • setExcludedMembers

        public void setExcludedMembers(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.
      • withExcludedMembers

        public ModifyDBClusterEndpointRequest withExcludedMembers(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.

        NOTE: This method appends the values to the existing list (if any). Use setExcludedMembers(java.util.Collection) or withExcludedMembers(java.util.Collection) if you want to override the existing values.

        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.
      • withExcludedMembers

        public ModifyDBClusterEndpointRequest withExcludedMembers(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /