Interface Attachments.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Attachments.Builder,,Attachments> SdkBuilder<Attachments.Builder,,Attachments> SdkPojo
- Enclosing class:
Attachments
public static interface Attachments.Builder
extends SdkPojo, CopyableBuilder<Attachments.Builder,Attachments>
-
Method Summary
Modifier and TypeMethodDescriptionfileSystem(String fileSystem) The file system.fileSystem(JobAttachmentsFileSystem fileSystem) The file system.manifests(Collection<ManifestProperties> manifests) A list of manifests which describe job attachment configurations.manifests(Consumer<ManifestProperties.Builder>... manifests) A list of manifests which describe job attachment configurations.manifests(ManifestProperties... manifests) A list of manifests which describe job attachment configurations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
manifests
A list of manifests which describe job attachment configurations.
- Parameters:
manifests- A list of manifests which describe job attachment configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifests
A list of manifests which describe job attachment configurations.
- Parameters:
manifests- A list of manifests which describe job attachment configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifests
A list of manifests which describe job attachment configurations.
This is a convenience method that creates an instance of theManifestProperties.Builderavoiding the need to create one manually viaManifestProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomanifests(List<ManifestProperties>).- Parameters:
manifests- a consumer that will call methods onManifestProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileSystem
The file system.
- Parameters:
fileSystem- The file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileSystem
The file system.
- Parameters:
fileSystem- The file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-