Interface DeleteFlowVersionRequest.Builder

  • Method Details

    • flowIdentifier

      DeleteFlowVersionRequest.Builder flowIdentifier(String flowIdentifier)

      The unique identifier of the flow whose version that you want to delete

      Parameters:
      flowIdentifier - The unique identifier of the flow whose version that you want to delete
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowVersion

      DeleteFlowVersionRequest.Builder flowVersion(String flowVersion)

      The version of the flow that you want to delete.

      Parameters:
      flowVersion - The version of the flow that you want to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • skipResourceInUseCheck

      DeleteFlowVersionRequest.Builder skipResourceInUseCheck(Boolean skipResourceInUseCheck)

      By default, this value is false and deletion is stopped if the resource is in use. If you set it to true, the resource will be deleted even if the resource is in use.

      Parameters:
      skipResourceInUseCheck - By default, this value is false and deletion is stopped if the resource is in use. If you set it to true, the resource will be deleted even if the resource is in use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteFlowVersionRequest.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.