Interface RejectNetworkFirewallTransitGatewayAttachmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<RejectNetworkFirewallTransitGatewayAttachmentResponse.Builder,
,RejectNetworkFirewallTransitGatewayAttachmentResponse> NetworkFirewallResponse.Builder
,SdkBuilder<RejectNetworkFirewallTransitGatewayAttachmentResponse.Builder,
,RejectNetworkFirewallTransitGatewayAttachmentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
RejectNetworkFirewallTransitGatewayAttachmentResponse
-
Method Summary
Modifier and TypeMethodDescriptiontransitGatewayAttachmentId
(String transitGatewayAttachmentId) The unique identifier of the transit gateway attachment that was rejected.transitGatewayAttachmentStatus
(String transitGatewayAttachmentStatus) The current status of the transit gateway attachment.transitGatewayAttachmentStatus
(TransitGatewayAttachmentStatus transitGatewayAttachmentStatus) The current status of the transit gateway attachment.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
RejectNetworkFirewallTransitGatewayAttachmentResponse.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId) The unique identifier of the transit gateway attachment that was rejected.
- Parameters:
transitGatewayAttachmentId
- The unique identifier of the transit gateway attachment that was rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayAttachmentStatus
RejectNetworkFirewallTransitGatewayAttachmentResponse.Builder transitGatewayAttachmentStatus(String transitGatewayAttachmentStatus) The current status of the transit gateway attachment. 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
For information about troubleshooting endpoint failures, see Troubleshooting firewall endpoint failures in the Network Firewall Developer Guide.
- Parameters:
transitGatewayAttachmentStatus
- The current status of the transit gateway attachment. 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
For information about troubleshooting endpoint failures, see Troubleshooting firewall endpoint failures in the Network Firewall Developer Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
transitGatewayAttachmentStatus
RejectNetworkFirewallTransitGatewayAttachmentResponse.Builder transitGatewayAttachmentStatus(TransitGatewayAttachmentStatus transitGatewayAttachmentStatus) The current status of the transit gateway attachment. 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
For information about troubleshooting endpoint failures, see Troubleshooting firewall endpoint failures in the Network Firewall Developer Guide.
- Parameters:
transitGatewayAttachmentStatus
- The current status of the transit gateway attachment. 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
For information about troubleshooting endpoint failures, see Troubleshooting firewall endpoint failures in the Network Firewall Developer Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-