Interface S3LocationDescription.Builder

    • Method Detail

      • bucketArn

        S3LocationDescription.Builder bucketArn​(String bucketArn)

        The Amazon Resource Name (ARN) of an S3 bucket.

        Parameters:
        bucketArn - The Amazon Resource Name (ARN) of an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileKey

        S3LocationDescription.Builder fileKey​(String fileKey)

        The file key for an object in an S3 bucket.

        Parameters:
        fileKey - The file key for an object in an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectVersion

        S3LocationDescription.Builder objectVersion​(String objectVersion)

        The version of an object in an S3 bucket.

        Parameters:
        objectVersion - The version of an object in an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.