Interface GetFlowRequest.Builder

  • Method Details

    • flowIdentifier

      GetFlowRequest.Builder flowIdentifier(String flowIdentifier)

      The unique identifier of the flow.

      Parameters:
      flowIdentifier - The unique identifier of the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includedData

      GetFlowRequest.Builder includedData(String includedData)

      Controls the scope of data returned. Set to METADATA_ONLY to return only resource metadata. Set to ALL_DATA or omit this field to return the full response.

      Parameters:
      includedData - Controls the scope of data returned. Set to METADATA_ONLY to return only resource metadata. Set to ALL_DATA or omit this field to return the full response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • includedData

      GetFlowRequest.Builder includedData(IncludedData includedData)

      Controls the scope of data returned. Set to METADATA_ONLY to return only resource metadata. Set to ALL_DATA or omit this field to return the full response.

      Parameters:
      includedData - Controls the scope of data returned. Set to METADATA_ONLY to return only resource metadata. Set to ALL_DATA or omit this field to return the full response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      GetFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.