Interface PathMappingRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PathMappingRule.Builder,PathMappingRule>,SdkBuilder<PathMappingRule.Builder,PathMappingRule>,SdkPojo
- Enclosing class:
- PathMappingRule
public static interface PathMappingRule.Builder extends SdkPojo, CopyableBuilder<PathMappingRule.Builder,PathMappingRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathMappingRule.BuilderdestinationPath(String destinationPath)The destination path.PathMappingRule.BuildersourcePath(String sourcePath)The source path.PathMappingRule.BuildersourcePathFormat(String sourcePathFormat)The source path format.PathMappingRule.BuildersourcePathFormat(PathFormat sourcePathFormat)The source path format.-
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
-
destinationPath
PathMappingRule.Builder destinationPath(String destinationPath)
The destination path.
- Parameters:
destinationPath- The destination path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourcePath
PathMappingRule.Builder sourcePath(String sourcePath)
The source path.
- Parameters:
sourcePath- The source path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourcePathFormat
PathMappingRule.Builder sourcePathFormat(String sourcePathFormat)
The source path format.
- Parameters:
sourcePathFormat- The source path format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PathFormat,PathFormat
-
sourcePathFormat
PathMappingRule.Builder sourcePathFormat(PathFormat sourcePathFormat)
The source path format.
- Parameters:
sourcePathFormat- The source path format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PathFormat,PathFormat
-
-