Interface SetStatusRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<SetStatusRequest.Builder,SetStatusRequest>, DataPipelineRequest.Builder, SdkBuilder<SetStatusRequest.Builder,SetStatusRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
SetStatusRequest

public static interface SetStatusRequest.Builder extends DataPipelineRequest.Builder, SdkPojo, CopyableBuilder<SetStatusRequest.Builder,SetStatusRequest>
  • Method Details

    • pipelineId

      SetStatusRequest.Builder pipelineId(String pipelineId)

      The ID of the pipeline that contains the objects.

      Parameters:
      pipelineId - The ID of the pipeline that contains the objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectIds

      The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

      Parameters:
      objectIds - The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectIds

      SetStatusRequest.Builder objectIds(String... objectIds)

      The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

      Parameters:
      objectIds - The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

      Parameters:
      status - The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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