Interface S3GeneratedManifestDescriptor.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3GeneratedManifestDescriptor.Builder,S3GeneratedManifestDescriptor>,SdkBuilder<S3GeneratedManifestDescriptor.Builder,S3GeneratedManifestDescriptor>,SdkPojo
- Enclosing class:
- S3GeneratedManifestDescriptor
public static interface S3GeneratedManifestDescriptor.Builder extends SdkPojo, CopyableBuilder<S3GeneratedManifestDescriptor.Builder,S3GeneratedManifestDescriptor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description S3GeneratedManifestDescriptor.Builderformat(String format)The format of the generated manifest.S3GeneratedManifestDescriptor.Builderformat(GeneratedManifestFormat format)The format of the generated manifest.default S3GeneratedManifestDescriptor.Builderlocation(Consumer<JobManifestLocation.Builder> location)Sets the value of the Location property for this object.S3GeneratedManifestDescriptor.Builderlocation(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, sdkFields
-
-
-
-
Method Detail
-
format
S3GeneratedManifestDescriptor.Builder format(String 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:
GeneratedManifestFormat,GeneratedManifestFormat
-
format
S3GeneratedManifestDescriptor.Builder format(GeneratedManifestFormat 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:
GeneratedManifestFormat,GeneratedManifestFormat
-
location
S3GeneratedManifestDescriptor.Builder location(JobManifestLocation 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.Builderavoiding the need to create one manually viaJobManifestLocation.builder().When the
Consumercompletes,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:
location(JobManifestLocation)
-
-