Interface BatchSegmentJobInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchSegmentJobInput.Builder,
,BatchSegmentJobInput> SdkBuilder<BatchSegmentJobInput.Builder,
,BatchSegmentJobInput> SdkPojo
- Enclosing class:
BatchSegmentJobInput
@Mutable
@NotThreadSafe
public static interface BatchSegmentJobInput.Builder
extends SdkPojo, CopyableBuilder<BatchSegmentJobInput.Builder,BatchSegmentJobInput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault BatchSegmentJobInput.Builder
s3DataSource
(Consumer<S3DataConfig.Builder> s3DataSource) Sets the value of the S3DataSource property for this object.s3DataSource
(S3DataConfig s3DataSource) Sets the value of the S3DataSource property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3DataSource
Sets the value of the S3DataSource property for this object.- Parameters:
s3DataSource
- The new value for the S3DataSource property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3DataSource
Sets the value of the S3DataSource property for this object. This is a convenience method that creates an instance of theS3DataConfig.Builder
avoiding the need to create one manually viaS3DataConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3DataSource(S3DataConfig)
.- Parameters:
s3DataSource
- a consumer that will call methods onS3DataConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-