Interface S3OutputUrl.Builder

All Superinterfaces:
Buildable, CopyableBuilder<S3OutputUrl.Builder,S3OutputUrl>, SdkBuilder<S3OutputUrl.Builder,S3OutputUrl>, SdkPojo
Enclosing class:
S3OutputUrl

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

    • outputUrl

      S3OutputUrl.Builder outputUrl(String outputUrl)

      A URL for an S3 bucket where you want to store the results of this request.

      Parameters:
      outputUrl - A URL for an S3 bucket where you want to store the results of this request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.