Interface StartFlowFlushResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartFlowFlushResponse.Builder,
,StartFlowFlushResponse> NetworkFirewallResponse.Builder
,SdkBuilder<StartFlowFlushResponse.Builder,
,StartFlowFlushResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartFlowFlushResponse
-
Method Summary
Modifier and TypeMethodDescriptionfirewallArn
(String firewallArn) The Amazon Resource Name (ARN) of the firewall.flowOperationId
(String flowOperationId) A unique identifier for the flow operation.flowOperationStatus
(String flowOperationStatus) Returns the status of the flow operation.flowOperationStatus
(FlowOperationStatus flowOperationStatus) Returns the status of the flow operation.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
-
firewallArn
The Amazon Resource Name (ARN) of the firewall.
- Parameters:
firewallArn
- The Amazon Resource Name (ARN) of the firewall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowOperationId
A unique identifier for the flow operation. This ID is returned in the responses to start and list commands. You provide to describe commands.
- Parameters:
flowOperationId
- A unique identifier for the flow operation. This ID is returned in the responses to start and list commands. You provide to describe commands.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowOperationStatus
Returns the status of the flow operation. This string is returned in the responses to start, list, and describe commands.
If the status is
COMPLETED_WITH_ERRORS
, results may be returned with any number ofFlows
missing from the response. If the status isFAILED
,Flows
returned will be empty.- Parameters:
flowOperationStatus
- Returns the status of the flow operation. This string is returned in the responses to start, list, and describe commands.If the status is
COMPLETED_WITH_ERRORS
, results may be returned with any number ofFlows
missing from the response. If the status isFAILED
,Flows
returned will be empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
flowOperationStatus
Returns the status of the flow operation. This string is returned in the responses to start, list, and describe commands.
If the status is
COMPLETED_WITH_ERRORS
, results may be returned with any number ofFlows
missing from the response. If the status isFAILED
,Flows
returned will be empty.- Parameters:
flowOperationStatus
- Returns the status of the flow operation. This string is returned in the responses to start, list, and describe commands.If the status is
COMPLETED_WITH_ERRORS
, results may be returned with any number ofFlows
missing from the response. If the status isFAILED
,Flows
returned will be empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-