Interface DeleteNetworkFirewallTransitGatewayAttachmentResponse.Builder

  • Method Details

    • transitGatewayAttachmentId

      DeleteNetworkFirewallTransitGatewayAttachmentResponse.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)

      The ID of the transit gateway attachment that was deleted.

      Parameters:
      transitGatewayAttachmentId - The ID of the transit gateway attachment that was deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transitGatewayAttachmentStatus

      DeleteNetworkFirewallTransitGatewayAttachmentResponse.Builder transitGatewayAttachmentStatus(String transitGatewayAttachmentStatus)

      The current status of the transit gateway attachment deletion process.

      Valid values are:

      • CREATING - The attachment is being created

      • DELETING - The attachment is being deleted

      • DELETED - The attachment has been deleted

      • FAILED - The attachment creation has failed and cannot be recovered

      • ERROR - The attachment is in an error state that might be recoverable

      • READY - The attachment is active and processing traffic

      • PENDING_ACCEPTANCE - The attachment is waiting to be accepted

      • REJECTING - The attachment is in the process of being rejected

      • REJECTED - The attachment has been rejected

      Parameters:
      transitGatewayAttachmentStatus - The current status of the transit gateway attachment deletion process.

      Valid values are:

      • CREATING - The attachment is being created

      • DELETING - The attachment is being deleted

      • DELETED - The attachment has been deleted

      • FAILED - The attachment creation has failed and cannot be recovered

      • ERROR - The attachment is in an error state that might be recoverable

      • READY - The attachment is active and processing traffic

      • PENDING_ACCEPTANCE - The attachment is waiting to be accepted

      • REJECTING - The attachment is in the process of being rejected

      • REJECTED - The attachment has been rejected

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

      DeleteNetworkFirewallTransitGatewayAttachmentResponse.Builder transitGatewayAttachmentStatus(TransitGatewayAttachmentStatus transitGatewayAttachmentStatus)

      The current status of the transit gateway attachment deletion process.

      Valid values are:

      • CREATING - The attachment is being created

      • DELETING - The attachment is being deleted

      • DELETED - The attachment has been deleted

      • FAILED - The attachment creation has failed and cannot be recovered

      • ERROR - The attachment is in an error state that might be recoverable

      • READY - The attachment is active and processing traffic

      • PENDING_ACCEPTANCE - The attachment is waiting to be accepted

      • REJECTING - The attachment is in the process of being rejected

      • REJECTED - The attachment has been rejected

      Parameters:
      transitGatewayAttachmentStatus - The current status of the transit gateway attachment deletion process.

      Valid values are:

      • CREATING - The attachment is being created

      • DELETING - The attachment is being deleted

      • DELETED - The attachment has been deleted

      • FAILED - The attachment creation has failed and cannot be recovered

      • ERROR - The attachment is in an error state that might be recoverable

      • READY - The attachment is active and processing traffic

      • PENDING_ACCEPTANCE - The attachment is waiting to be accepted

      • REJECTING - The attachment is in the process of being rejected

      • REJECTED - The attachment has been rejected

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