CopyableBuilder<FlushStageCacheRequest.Builder,FlushStageCacheRequest>
, SdkBuilder<FlushStageCacheRequest.Builder,FlushStageCacheRequest>
public static interface FlushStageCacheRequest.Builder extends CopyableBuilder<FlushStageCacheRequest.Builder,FlushStageCacheRequest>
Modifier and Type | Method | Description |
---|---|---|
FlushStageCacheRequest.Builder |
restApiId(String restApiId) |
The API identifier of the stage to flush its cache.
|
FlushStageCacheRequest.Builder |
stageName(String stageName) |
The name of the stage to flush its cache.
|
copy
apply, build
FlushStageCacheRequest.Builder restApiId(String restApiId)
The API identifier of the stage to flush its cache.
restApiId
- The API identifier of the stage to flush its cache.FlushStageCacheRequest.Builder stageName(String stageName)
The name of the stage to flush its cache.
stageName
- The name of the stage to flush its cache.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.