Interface ModelInvocationJobS3OutputDataConfig.Builder

  • Method Details

    • s3Uri

      The S3 location of the output data.

      Parameters:
      s3Uri - The S3 location of the output data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3EncryptionKeyId

      ModelInvocationJobS3OutputDataConfig.Builder s3EncryptionKeyId(String s3EncryptionKeyId)

      The unique identifier of the key that encrypts the S3 location of the output data.

      Parameters:
      s3EncryptionKeyId - The unique identifier of the key that encrypts the S3 location of the output data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3BucketOwner

      The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.

      Parameters:
      s3BucketOwner - The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.