Interface DeleteNetworkFirewallTransitGatewayAttachmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteNetworkFirewallTransitGatewayAttachmentResponse.Builder,
,DeleteNetworkFirewallTransitGatewayAttachmentResponse> NetworkFirewallResponse.Builder
,SdkBuilder<DeleteNetworkFirewallTransitGatewayAttachmentResponse.Builder,
,DeleteNetworkFirewallTransitGatewayAttachmentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteNetworkFirewallTransitGatewayAttachmentResponse
-
Method Summary
Modifier and TypeMethodDescriptiontransitGatewayAttachmentId
(String transitGatewayAttachmentId) The ID of the transit gateway attachment that was deleted.transitGatewayAttachmentStatus
(String transitGatewayAttachmentStatus) The current status of the transit gateway attachment deletion process.transitGatewayAttachmentStatus
(TransitGatewayAttachmentStatus transitGatewayAttachmentStatus) The current status of the transit gateway attachment deletion process.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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:
-
-