Interface JobManifestGenerator.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobManifestGenerator.Builder,
,JobManifestGenerator> SdkBuilder<JobManifestGenerator.Builder,
,JobManifestGenerator> SdkPojo
- Enclosing class:
JobManifestGenerator
@Mutable
@NotThreadSafe
public static interface JobManifestGenerator.Builder
extends SdkPojo, CopyableBuilder<JobManifestGenerator.Builder,JobManifestGenerator>
-
Method Summary
Modifier and TypeMethodDescriptiondefault JobManifestGenerator.Builder
s3JobManifestGenerator
(Consumer<S3JobManifestGenerator.Builder> s3JobManifestGenerator) The S3 job ManifestGenerator's configuration details.s3JobManifestGenerator
(S3JobManifestGenerator s3JobManifestGenerator) The S3 job ManifestGenerator's configuration details.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
-
s3JobManifestGenerator
The S3 job ManifestGenerator's configuration details.
- Parameters:
s3JobManifestGenerator
- The S3 job ManifestGenerator's configuration details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3JobManifestGenerator
default JobManifestGenerator.Builder s3JobManifestGenerator(Consumer<S3JobManifestGenerator.Builder> s3JobManifestGenerator) The S3 job ManifestGenerator's configuration details.
This is a convenience method that creates an instance of theS3JobManifestGenerator.Builder
avoiding the need to create one manually viaS3JobManifestGenerator.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3JobManifestGenerator(S3JobManifestGenerator)
.- Parameters:
s3JobManifestGenerator
- a consumer that will call methods onS3JobManifestGenerator.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-