Interface ModelInvocationJobS3OutputDataConfig.Builder

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

public static interface ModelInvocationJobS3OutputDataConfig.Builder extends SdkPojo, CopyableBuilder<ModelInvocationJobS3OutputDataConfig.Builder,ModelInvocationJobS3OutputDataConfig>
  • 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.