Interface InitiateJobResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<InitiateJobResponse.Builder,InitiateJobResponse>, GlacierResponse.Builder, SdkBuilder<InitiateJobResponse.Builder,InitiateJobResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
InitiateJobResponse

public static interface InitiateJobResponse.Builder extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<InitiateJobResponse.Builder,InitiateJobResponse>
  • Method Details

    • location

      InitiateJobResponse.Builder location(String location)

      The relative URI path of the job.

      Parameters:
      location - The relative URI path of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobId

      The ID of the job.

      Parameters:
      jobId - The ID of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobOutputPath

      InitiateJobResponse.Builder jobOutputPath(String jobOutputPath)

      The path to the location of where the select results are stored.

      Parameters:
      jobOutputPath - The path to the location of where the select results are stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.