Interface StartFlowCaptureResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartFlowCaptureResponse.Builder,,StartFlowCaptureResponse> NetworkFirewallResponse.Builder,SdkBuilder<StartFlowCaptureResponse.Builder,,StartFlowCaptureResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartFlowCaptureResponse
-
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
copyMethods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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 ofFlowsmissing from the response. If the status isFAILED,Flowsreturned 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 ofFlowsmissing from the response. If the status isFAILED,Flowsreturned 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 ofFlowsmissing from the response. If the status isFAILED,Flowsreturned 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 ofFlowsmissing from the response. If the status isFAILED,Flowsreturned will be empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-