CopyableBuilder<StageKey.Builder,StageKey>
, SdkBuilder<StageKey.Builder,StageKey>
public static interface StageKey.Builder extends CopyableBuilder<StageKey.Builder,StageKey>
Modifier and Type | Method | Description |
---|---|---|
StageKey.Builder |
restApiId(String restApiId) |
|
StageKey.Builder |
stageName(String stageName) |
The stage name in the RestApi that the stage key references.
|
copy
apply, build
StageKey.Builder restApiId(String restApiId)
StageKey.Builder stageName(String stageName)
The stage name in the RestApi that the stage key references.
stageName
- The stage name in the RestApi that the stage key references.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.