public static interface ProcessingOutputConfig.Builder extends SdkPojo, CopyableBuilder<ProcessingOutputConfig.Builder,ProcessingOutputConfig>
| Modifier and Type | Method and Description |
|---|---|
ProcessingOutputConfig.Builder |
kmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the processing job output.
|
ProcessingOutputConfig.Builder |
outputs(Collection<ProcessingOutput> outputs)
An array of outputs configuring the data to upload from the processing container.
|
ProcessingOutputConfig.Builder |
outputs(Consumer<ProcessingOutput.Builder>... outputs)
An array of outputs configuring the data to upload from the processing container.
|
ProcessingOutputConfig.Builder |
outputs(ProcessingOutput... outputs)
An array of outputs configuring the data to upload from the processing container.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProcessingOutputConfig.Builder outputs(Collection<ProcessingOutput> outputs)
An array of outputs configuring the data to upload from the processing container.
outputs - An array of outputs configuring the data to upload from the processing container.ProcessingOutputConfig.Builder outputs(ProcessingOutput... outputs)
An array of outputs configuring the data to upload from the processing container.
outputs - An array of outputs configuring the data to upload from the processing container.ProcessingOutputConfig.Builder outputs(Consumer<ProcessingOutput.Builder>... outputs)
An array of outputs configuring the data to upload from the processing container.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #outputs(List) .outputs - a consumer that will call methods on List.Builder #outputs(List) ProcessingOutputConfig.Builder kmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the processing job output.
KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key.
The KmsKeyId is applied to all outputs.
kmsKeyId - The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the processing job
output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or
alias of a KMS key. The KmsKeyId is applied to all outputs.Copyright © 2021. All rights reserved.