Interface CustomS3Location.Builder

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

@Mutable @NotThreadSafe public static interface CustomS3Location.Builder extends SdkPojo, CopyableBuilder<CustomS3Location.Builder,CustomS3Location>
  • Method Details

    • uri

      The S3 URI of the file containing the content to ingest.

      Parameters:
      uri - The S3 URI of the file containing the content to ingest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketOwnerAccountId

      CustomS3Location.Builder bucketOwnerAccountId(String bucketOwnerAccountId)

      The identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.

      Parameters:
      bucketOwnerAccountId - The identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.