Interface S3WordsList.Builder

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

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

    • bucketName

      S3WordsList.Builder bucketName(String bucketName)

      The full name of the S3 bucket that contains the object.

      Parameters:
      bucketName - The full name of the S3 bucket that contains the object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectKey

      S3WordsList.Builder objectKey(String objectKey)

      The full name (key) of the object.

      Parameters:
      objectKey - The full name (key) of the object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.