Interface ManifestProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManifestProperties.Builder,
,ManifestProperties> SdkBuilder<ManifestProperties.Builder,
,ManifestProperties> SdkPojo
- Enclosing class:
ManifestProperties
@Mutable
@NotThreadSafe
public static interface ManifestProperties.Builder
extends SdkPojo, CopyableBuilder<ManifestProperties.Builder,ManifestProperties>
-
Method Summary
Modifier and TypeMethodDescriptionfileSystemLocationName
(String fileSystemLocationName) The file system location name.inputManifestHash
(String inputManifestHash) The hash value of the file.inputManifestPath
(String inputManifestPath) The file path.outputRelativeDirectories
(String... outputRelativeDirectories) The file path relative to the directory.outputRelativeDirectories
(Collection<String> outputRelativeDirectories) The file path relative to the directory.The file's root path.rootPathFormat
(String rootPathFormat) The format of the root path.rootPathFormat
(PathFormat rootPathFormat) The format of the root path.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
-
fileSystemLocationName
The file system location name.
- Parameters:
fileSystemLocationName
- The file system location name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rootPath
The file's root path.
- Parameters:
rootPath
- The file's root path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rootPathFormat
The format of the root path.
- Parameters:
rootPathFormat
- The format of the root path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rootPathFormat
The format of the root path.
- Parameters:
rootPathFormat
- The format of the root path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputRelativeDirectories
The file path relative to the directory.
- Parameters:
outputRelativeDirectories
- The file path relative to the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputRelativeDirectories
The file path relative to the directory.
- Parameters:
outputRelativeDirectories
- The file path relative to the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputManifestPath
The file path.
- Parameters:
inputManifestPath
- The file path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputManifestHash
The hash value of the file.
- Parameters:
inputManifestHash
- The hash value of the file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-