Interface Attachments.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Attachments.Builder,,Attachments> SdkBuilder<Attachments.Builder,,Attachments> SdkPojo
- Enclosing class:
Attachments
@Mutable
@NotThreadSafe
public static interface Attachments.Builder
extends SdkPojo, CopyableBuilder<Attachments.Builder,Attachments>
-
Method Summary
Modifier and TypeMethodDescriptionfileSystem(String fileSystem) The file system location for the attachments.fileSystem(JobAttachmentsFileSystem fileSystem) The file system location for the attachments.manifests(Collection<ManifestProperties> manifests) The manifest properties for the attachments.manifests(Consumer<ManifestProperties.Builder>... manifests) The manifest properties for the attachments.manifests(ManifestProperties... manifests) The manifest properties for the attachments.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, sdkFieldNameToField, sdkFields
-
Method Details
-
manifests
The manifest properties for the attachments.
- Parameters:
manifests- The manifest properties for the attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifests
The manifest properties for the attachments.
- Parameters:
manifests- The manifest properties for the attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifests
The manifest properties for the attachments.
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 location for the attachments.
- Parameters:
fileSystem- The file system location for the attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileSystem
The file system location for the attachments.
- Parameters:
fileSystem- The file system location for the attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-