public static interface BatchSegmentJobOutput.Builder extends SdkPojo, CopyableBuilder<BatchSegmentJobOutput.Builder,BatchSegmentJobOutput>
| Modifier and Type | Method and Description |
|---|---|
default BatchSegmentJobOutput.Builder |
s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)
Sets the value of the S3DataDestination property for this object.
|
BatchSegmentJobOutput.Builder |
s3DataDestination(S3DataConfig s3DataDestination)
Sets the value of the S3DataDestination property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchSegmentJobOutput.Builder s3DataDestination(S3DataConfig s3DataDestination)
s3DataDestination - The new value for the S3DataDestination property for this object.default BatchSegmentJobOutput.Builder s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)
S3DataConfig.Builder avoiding the need
to create one manually via S3DataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3DataDestination(S3DataConfig).s3DataDestination - a consumer that will call methods on S3DataConfig.Builders3DataDestination(S3DataConfig)Copyright © 2022. All rights reserved.