public static interface OutputDataConfig.Builder extends SdkPojo, CopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
| Modifier and Type | Method and Description |
|---|---|
default OutputDataConfig.Builder |
s3Configuration(Consumer<S3Configuration.Builder> s3Configuration)
The output data configuration that was supplied when the export job was created.
|
OutputDataConfig.Builder |
s3Configuration(S3Configuration s3Configuration)
The output data configuration that was supplied when the export job was created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputDataConfig.Builder s3Configuration(S3Configuration s3Configuration)
The output data configuration that was supplied when the export job was created.
s3Configuration - The output data configuration that was supplied when the export job was created.default OutputDataConfig.Builder s3Configuration(Consumer<S3Configuration.Builder> s3Configuration)
The output data configuration that was supplied when the export job was created.
This is a convenience method that creates an instance of theS3Configuration.Builder avoiding the
need to create one manually via S3Configuration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Configuration(S3Configuration).
s3Configuration - a consumer that will call methods on S3Configuration.Builders3Configuration(S3Configuration)Copyright © 2023. All rights reserved.