Interface FlowOperationMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowOperationMetadata.Builder,
,FlowOperationMetadata> SdkBuilder<FlowOperationMetadata.Builder,
,FlowOperationMetadata> SdkPojo
- Enclosing class:
FlowOperationMetadata
-
Method Summary
Modifier and TypeMethodDescriptionflowOperationId
(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.flowOperationType
(String flowOperationType) Defines the type ofFlowOperation
.flowOperationType
(FlowOperationType flowOperationType) Defines the type ofFlowOperation
.flowRequestTimestamp
(Instant flowRequestTimestamp) A timestamp indicating when the Suricata engine identified flows impacted by an operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
flowOperationType
Defines the type of
FlowOperation
.- Parameters:
flowOperationType
- Defines the type ofFlowOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
flowOperationType
Defines the type of
FlowOperation
.- Parameters:
flowOperationType
- Defines the type ofFlowOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
flowRequestTimestamp
A timestamp indicating when the Suricata engine identified flows impacted by an operation.
- Parameters:
flowRequestTimestamp
- A timestamp indicating when the Suricata engine identified flows impacted by an operation.- 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:
-