Interface ManifestProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ManifestProperties.Builder,ManifestProperties>,SdkBuilder<ManifestProperties.Builder,ManifestProperties>,SdkPojo
- Enclosing class:
- ManifestProperties
public static interface ManifestProperties.Builder extends SdkPojo, CopyableBuilder<ManifestProperties.Builder,ManifestProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManifestProperties.BuilderfileSystemLocationName(String fileSystemLocationName)The file system location name.ManifestProperties.BuilderinputManifestHash(String inputManifestHash)The has value of the file.ManifestProperties.BuilderinputManifestPath(String inputManifestPath)The file path.ManifestProperties.BuilderoutputRelativeDirectories(String... outputRelativeDirectories)The file path relative to the directory.ManifestProperties.BuilderoutputRelativeDirectories(Collection<String> outputRelativeDirectories)The file path relative to the directory.ManifestProperties.BuilderrootPath(String rootPath)The file's root path.ManifestProperties.BuilderrootPathFormat(String rootPathFormat)The format of the root path.ManifestProperties.BuilderrootPathFormat(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, sdkFields
-
-
-
-
Method Detail
-
fileSystemLocationName
ManifestProperties.Builder fileSystemLocationName(String 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.
-
inputManifestHash
ManifestProperties.Builder inputManifestHash(String inputManifestHash)
The has value of the file.
- Parameters:
inputManifestHash- The has value of the file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputManifestPath
ManifestProperties.Builder inputManifestPath(String inputManifestPath)
The file path.
- Parameters:
inputManifestPath- The file path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputRelativeDirectories
ManifestProperties.Builder outputRelativeDirectories(Collection<String> 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
ManifestProperties.Builder outputRelativeDirectories(String... 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.
-
rootPath
ManifestProperties.Builder rootPath(String 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
ManifestProperties.Builder rootPathFormat(String 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:
PathFormat,PathFormat
-
rootPathFormat
ManifestProperties.Builder rootPathFormat(PathFormat 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:
PathFormat,PathFormat
-
-