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 CreateDBClusterEndpointRequest

    • Constructor Detail

      • CreateDBClusterEndpointRequest

        public CreateDBClusterEndpointRequest()
    • Method Detail

      • setDBClusterIdentifier

        public void setDBClusterIdentifier(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.
      • getDBClusterIdentifier

        public String getDBClusterIdentifier()

        The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

        Returns:
        The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.
      • withDBClusterIdentifier

        public CreateDBClusterEndpointRequest withDBClusterIdentifier(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.
      • setDBClusterEndpointIdentifier

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

        public String getDBClusterEndpointIdentifier()

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

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

        public CreateDBClusterEndpointRequest withDBClusterEndpointIdentifier(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.
      • 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 CreateDBClusterEndpointRequest 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 CreateDBClusterEndpointRequest 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 CreateDBClusterEndpointRequest 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. This parameter is relevant only 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. This parameter is relevant only 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. 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.
      • withExcludedMembers

        public CreateDBClusterEndpointRequest 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. This parameter is relevant only 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. 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.
      • withExcludedMembers

        public CreateDBClusterEndpointRequest 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. 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.
      • getTags

        public List<Tag> getTags()

        The tags to be assigned to the Amazon RDS resource.

        Returns:
        The tags to be assigned to the Amazon RDS resource.
      • setTags

        public void setTags(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.
      • withTags

        public CreateDBClusterEndpointRequest withTags(Tag... tags)

        The tags to be assigned to the Amazon RDS resource.

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

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

        public CreateDBClusterEndpointRequest withTags(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.
      • 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 によって変換されたページ (->オリジナル) /