Interface AutoMLOutputDataConfig.Builder

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

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

    • kmsKeyId

      The Key Management Service encryption key ID.

      Parameters:
      kmsKeyId - The Key Management Service encryption key ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3OutputPath

      AutoMLOutputDataConfig.Builder s3OutputPath(String s3OutputPath)

      The Amazon S3 output path. Must be 128 characters or less.

      Parameters:
      s3OutputPath - The Amazon S3 output path. Must be 128 characters or less.
      Returns:
      Returns a reference to this object so that method calls can be chained together.