Interface BatchSegmentJobInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchSegmentJobInput.Builder,BatchSegmentJobInput>,SdkBuilder<BatchSegmentJobInput.Builder,BatchSegmentJobInput>,SdkPojo
- Enclosing class:
- BatchSegmentJobInput
public static interface BatchSegmentJobInput.Builder extends SdkPojo, CopyableBuilder<BatchSegmentJobInput.Builder,BatchSegmentJobInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BatchSegmentJobInput.Builders3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)Sets the value of the S3DataSource property for this object.BatchSegmentJobInput.Builders3DataSource(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, sdkFields
-
-
-
-
Method Detail
-
s3DataSource
BatchSegmentJobInput.Builder s3DataSource(S3DataConfig 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
default BatchSegmentJobInput.Builder s3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)
Sets the value of the S3DataSource property for this object. This is a convenience method that creates an instance of theS3DataConfig.Builderavoiding the need to create one manually viaS3DataConfig.builder().When the
Consumercompletes,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:
s3DataSource(S3DataConfig)
-
-