BuilderT
- Type of concrete builder (for method chaining).public interface InputOutputPathBuilder<BuilderT>
This interface should not be implemented outside the SDK.
Modifier and Type | Method and Description |
---|---|
BuilderT |
inputPath(String inputPath)
OPTIONAL.
|
BuilderT |
outputPath(String outputPath)
OPTIONAL.
|
BuilderT inputPath(String inputPath)
inputPath
- New path value.BuilderT outputPath(String outputPath)
outputPath
- New path value.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.