Interface ApiAssociation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ApiAssociation.Builder,ApiAssociation>, SdkBuilder<ApiAssociation.Builder,ApiAssociation>, SdkPojo
Enclosing class:
ApiAssociation

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

    • 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

      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

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