public static interface StageKey.Builder extends CopyableBuilder<StageKey.Builder,StageKey>
| Modifier and Type | Method and Description |
|---|---|
StageKey.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
StageKey.Builder |
stageName(String stageName)
The stage name associated with the stage key.
|
copyapply, buildStageKey.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.StageKey.Builder stageName(String stageName)
The stage name associated with the stage key.
stageName - The stage name associated with the stage key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.