Interface OutPutS3Location.Builder

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

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

    • bucketName

      OutPutS3Location.Builder bucketName(String bucketName)

      The object's bucket.

      Parameters:
      bucketName - The object's bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectKey

      OutPutS3Location.Builder objectKey(String objectKey)

      The object's key.

      Parameters:
      objectKey - The object's key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.