Interface JobOutputDataConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobOutputDataConfig.Builder,JobOutputDataConfig>,SdkBuilder<JobOutputDataConfig.Builder,JobOutputDataConfig>,SdkPojo
- Enclosing class:
- JobOutputDataConfig
public static interface JobOutputDataConfig.Builder extends SdkPojo, CopyableBuilder<JobOutputDataConfig.Builder,JobOutputDataConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobOutputDataConfig.BuilderkmsKeyId(String kmsKeyId)The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.JobOutputDataConfig.Builders3Path(String s3Path)Identifies the S3 path where you want Amazon Braket to store the job training artifacts.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
kmsKeyId
JobOutputDataConfig.Builder kmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.
- Parameters:
kmsKeyId- The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Path
JobOutputDataConfig.Builder s3Path(String s3Path)
Identifies the S3 path where you want Amazon Braket to store the job training artifacts. For example,
s3://bucket-name/key-name-prefix.- Parameters:
s3Path- Identifies the S3 path where you want Amazon Braket to store the job training artifacts. For example,s3://bucket-name/key-name-prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-