public static interface InferenceExperimentDataStorageConfig.Builder extends SdkPojo, CopyableBuilder<InferenceExperimentDataStorageConfig.Builder,InferenceExperimentDataStorageConfig>
| Modifier and Type | Method and Description |
|---|---|
InferenceExperimentDataStorageConfig.Builder |
contentType(CaptureContentTypeHeader contentType)
Sets the value of the ContentType property for this object.
|
default InferenceExperimentDataStorageConfig.Builder |
contentType(Consumer<CaptureContentTypeHeader.Builder> contentType)
Sets the value of the ContentType property for this object.
|
InferenceExperimentDataStorageConfig.Builder |
destination(String destination)
The Amazon S3 bucket where the inference request and response data is stored.
|
InferenceExperimentDataStorageConfig.Builder |
kmsKey(String kmsKey)
The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at
rest using Amazon S3 server-side encryption.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInferenceExperimentDataStorageConfig.Builder destination(String destination)
The Amazon S3 bucket where the inference request and response data is stored.
destination - The Amazon S3 bucket where the inference request and response data is stored.InferenceExperimentDataStorageConfig.Builder kmsKey(String kmsKey)
The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.
kmsKey - The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data
at rest using Amazon S3 server-side encryption.InferenceExperimentDataStorageConfig.Builder contentType(CaptureContentTypeHeader contentType)
contentType - The new value for the ContentType property for this object.default InferenceExperimentDataStorageConfig.Builder contentType(Consumer<CaptureContentTypeHeader.Builder> contentType)
CaptureContentTypeHeader.Builder
avoiding the need to create one manually via CaptureContentTypeHeader.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to contentType(CaptureContentTypeHeader).
contentType - a consumer that will call methods on CaptureContentTypeHeader.BuildercontentType(CaptureContentTypeHeader)Copyright © 2022. All rights reserved.