public static interface ApiStage.Builder extends CopyableBuilder<ApiStage.Builder,ApiStage>
Modifier and Type | Method and Description |
---|---|
ApiStage.Builder |
apiId(String apiId)
API Id of the associated API stage in a usage plan.
|
ApiStage.Builder |
stage(String stage)
API stage name of the associated API stage in a usage plan.
|
copy
apply, build
ApiStage.Builder apiId(String apiId)
API Id of the associated API stage in a usage plan.
apiId
- API Id of the associated API stage in a usage plan.ApiStage.Builder stage(String stage)
API stage name of the associated API stage in a usage plan.
stage
- API stage name of the associated API stage in a usage plan.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.