Interface PathMappingRule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PathMappingRule.Builder,
,PathMappingRule> SdkBuilder<PathMappingRule.Builder,
,PathMappingRule> SdkPojo
- Enclosing class:
PathMappingRule
@Mutable
@NotThreadSafe
public static interface PathMappingRule.Builder
extends SdkPojo, CopyableBuilder<PathMappingRule.Builder,PathMappingRule>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationPath
(String destinationPath) The destination path.sourcePath
(String sourcePath) The source path.sourcePathFormat
(String sourcePathFormat) The source path format.sourcePathFormat
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
sourcePath
The source path.
- Parameters:
sourcePath
- The source path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPath
The destination path.
- Parameters:
destinationPath
- The destination path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-