Interface ApiAssociation.Builder

    • Method Detail

      • domainName

        ApiAssociation.Builder domainName​(String domainName)

        The domain name.

        Parameters:
        domainName - The domain name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiId

        ApiAssociation.Builder apiId​(String apiId)

        The API ID.

        Parameters:
        apiId - The API ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationStatus

        ApiAssociation.Builder associationStatus​(String associationStatus)

        Identifies the status of an association.

        • PROCESSING: The API association is being created. You cannot modify association requests during processing.

        • SUCCESS: The API association was successful. You can modify associations after success.

        • FAILED: The API association has failed. You can modify associations after failure.

        Parameters:
        associationStatus - Identifies the status of an association.

        • PROCESSING: The API association is being created. You cannot modify association requests during processing.

        • SUCCESS: The API association was successful. You can modify associations after success.

        • FAILED: The API association has failed. You can modify associations after failure.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssociationStatus, AssociationStatus
      • associationStatus

        ApiAssociation.Builder associationStatus​(AssociationStatus associationStatus)

        Identifies the status of an association.

        • PROCESSING: The API association is being created. You cannot modify association requests during processing.

        • SUCCESS: The API association was successful. You can modify associations after success.

        • FAILED: The API association has failed. You can modify associations after failure.

        Parameters:
        associationStatus - Identifies the status of an association.

        • PROCESSING: The API association is being created. You cannot modify association requests during processing.

        • SUCCESS: The API association was successful. You can modify associations after success.

        • FAILED: The API association has failed. You can modify associations after failure.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssociationStatus, AssociationStatus
      • deploymentDetail

        ApiAssociation.Builder deploymentDetail​(String deploymentDetail)

        Details about the last deployment status.

        Parameters:
        deploymentDetail - Details about the last deployment status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.