public static final class SucceedState.Builder extends Object implements State.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)
inputPath - New path value.public SucceedState.Builder outputPath(String outputPath)
outputPath - New path value.public SucceedState build()
build in interface Buildable<State>SucceedState object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.