Interface DescribeFlowOperationResponse.Builder

  • 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.
    • availabilityZone

      DescribeFlowOperationResponse.Builder availabilityZone(String availabilityZone)

      The ID of the Availability Zone where the firewall is located. For example, us-east-2a.

      Defines the scope a flow operation. You can use up to 20 filters to configure a single flow operation.

      Parameters:
      availabilityZone - The ID of the Availability Zone where the firewall is located. For example, us-east-2a .

      Defines the scope a flow operation. You can use up to 20 filters to configure a single flow operation.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcEndpointAssociationArn

      DescribeFlowOperationResponse.Builder vpcEndpointAssociationArn(String vpcEndpointAssociationArn)

      The Amazon Resource Name (ARN) of a VPC endpoint association.

      Parameters:
      vpcEndpointAssociationArn - The Amazon Resource Name (ARN) of a VPC endpoint association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcEndpointId

      DescribeFlowOperationResponse.Builder vpcEndpointId(String vpcEndpointId)

      A unique identifier for the primary endpoint associated with a firewall.

      Parameters:
      vpcEndpointId - A unique identifier for the primary endpoint associated with a firewall.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowOperationId

      DescribeFlowOperationResponse.Builder flowOperationId(String 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

      DescribeFlowOperationResponse.Builder flowOperationType(String flowOperationType)

      Defines the type of FlowOperation.

      Parameters:
      flowOperationType - Defines the type of FlowOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • flowOperationType

      DescribeFlowOperationResponse.Builder flowOperationType(FlowOperationType flowOperationType)

      Defines the type of FlowOperation.

      Parameters:
      flowOperationType - Defines the type of FlowOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • flowOperationStatus

      DescribeFlowOperationResponse.Builder flowOperationStatus(String 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 of Flows missing from the response. If the status is FAILED, 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 of Flows missing from the response. If the status is FAILED, Flows returned will be empty.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • flowOperationStatus

      DescribeFlowOperationResponse.Builder flowOperationStatus(FlowOperationStatus 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 of Flows missing from the response. If the status is FAILED, 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 of Flows missing from the response. If the status is FAILED, Flows returned will be empty.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      DescribeFlowOperationResponse.Builder statusMessage(String statusMessage)

      If the asynchronous operation fails, Network Firewall populates this with the reason for the error or failure. Options include Flow operation error and Flow timeout.

      Parameters:
      statusMessage - If the asynchronous operation fails, Network Firewall populates this with the reason for the error or failure. Options include Flow operation error and Flow timeout.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowRequestTimestamp

      DescribeFlowOperationResponse.Builder flowRequestTimestamp(Instant 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.
    • flowOperation

      Returns key information about a flow operation, such as related statuses, unique identifiers, and all filters defined in the operation.

      Parameters:
      flowOperation - Returns key information about a flow operation, such as related statuses, unique identifiers, and all filters defined in the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowOperation

      Returns key information about a flow operation, such as related statuses, unique identifiers, and all filters defined in the operation.

      This is a convenience method that creates an instance of the FlowOperation.Builder avoiding the need to create one manually via FlowOperation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to flowOperation(FlowOperation).

      Parameters:
      flowOperation - a consumer that will call methods on FlowOperation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: