Uses of Interface
software.amazon.awssdk.services.deadline.model.PathMappingRule.Builder
-
Packages that use PathMappingRule.Builder Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of PathMappingRule.Builder in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return PathMappingRule.Builder Modifier and Type Method Description static PathMappingRule.BuilderPathMappingRule. builder()PathMappingRule.BuilderPathMappingRule.Builder. destinationPath(String destinationPath)The destination path.PathMappingRule.BuilderPathMappingRule.Builder. sourcePath(String sourcePath)The source path.PathMappingRule.BuilderPathMappingRule.Builder. sourcePathFormat(String sourcePathFormat)The source path format.PathMappingRule.BuilderPathMappingRule.Builder. sourcePathFormat(PathFormat sourcePathFormat)The source path format.PathMappingRule.BuilderPathMappingRule. toBuilder()Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type PathMappingRule.Builder Modifier and Type Method Description static Class<? extends PathMappingRule.Builder>PathMappingRule. serializableBuilderClass()
-