Interface S3GeneratedManifestDescriptor.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3GeneratedManifestDescriptor.Builder,
,S3GeneratedManifestDescriptor> SdkBuilder<S3GeneratedManifestDescriptor.Builder,
,S3GeneratedManifestDescriptor> SdkPojo
- Enclosing class:
S3GeneratedManifestDescriptor
@Mutable
@NotThreadSafe
public static interface S3GeneratedManifestDescriptor.Builder
extends SdkPojo, CopyableBuilder<S3GeneratedManifestDescriptor.Builder,S3GeneratedManifestDescriptor>
-
Method Summary
Modifier and TypeMethodDescriptionThe format of the generated manifest.format
(GeneratedManifestFormat format) The format of the generated manifest.location
(Consumer<JobManifestLocation.Builder> location) Sets the value of the Location property for this object.location
(JobManifestLocation location) Sets the value of the Location 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
-
format
The format of the generated manifest.
- Parameters:
format
- The format of the generated manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the generated manifest.
- Parameters:
format
- The format of the generated manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
location
Sets the value of the Location property for this object.- Parameters:
location
- The new value for the Location property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
default S3GeneratedManifestDescriptor.Builder location(Consumer<JobManifestLocation.Builder> location) Sets the value of the Location property for this object. This is a convenience method that creates an instance of theJobManifestLocation.Builder
avoiding the need to create one manually viaJobManifestLocation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolocation(JobManifestLocation)
.- Parameters:
location
- a consumer that will call methods onJobManifestLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-