public static final class SucceedState.Builder extends Object implements State.Builder, InputOutputPathBuilder<SucceedState.Builder>
SucceedState
.Buildable.Utils
Modifier and Type | Method and Description |
---|---|
SucceedState |
build() |
SucceedState.Builder |
comment(String comment)
OPTIONAL.
|
SucceedState.Builder |
inputPath(String inputPath)
OPTIONAL.
|
SucceedState.Builder |
outputPath(String outputPath)
OPTIONAL.
|
public SucceedState.Builder comment(String comment)
comment
- New comment.public SucceedState.Builder inputPath(String inputPath)
InputOutputPathBuilder
inputPath
in interface InputOutputPathBuilder<SucceedState.Builder>
inputPath
- New path value.public SucceedState.Builder outputPath(String outputPath)
InputOutputPathBuilder
outputPath
in interface InputOutputPathBuilder<SucceedState.Builder>
outputPath
- New path value.public SucceedState build()
build
in interface Buildable<State>
SucceedState
object.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.