public static interface BatchSegmentJobInput.Builder extends SdkPojo, CopyableBuilder<BatchSegmentJobInput.Builder,BatchSegmentJobInput>
| Modifier and Type | Method and Description |
|---|---|
default BatchSegmentJobInput.Builder |
s3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)
Sets the value of the S3DataSource property for this object.
|
BatchSegmentJobInput.Builder |
s3DataSource(S3DataConfig s3DataSource)
Sets the value of the S3DataSource property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchSegmentJobInput.Builder s3DataSource(S3DataConfig s3DataSource)
s3DataSource - The new value for the S3DataSource property for this object.default BatchSegmentJobInput.Builder s3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)
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 s3DataSource(S3DataConfig).
s3DataSource - a consumer that will call methods on S3DataConfig.Builders3DataSource(S3DataConfig)Copyright © 2023. All rights reserved.