UpdateStageResult |
UpdateStageResult.addMethodSettingsEntry(String key,
MethodSetting value) |
|
UpdateStageResult |
UpdateStageResult.addVariablesEntry(String key,
String value) |
|
UpdateStageResult |
UpdateStageResult.clearMethodSettingsEntries() |
Removes all the entries added into MethodSettings.
|
UpdateStageResult |
UpdateStageResult.clearVariablesEntries() |
Removes all the entries added into Variables.
|
UpdateStageResult |
UpdateStageResult.clone() |
|
UpdateStageResult |
UpdateStageResult.withCacheClusterEnabled(Boolean cacheClusterEnabled) |
Specifies whether a cache cluster is enabled for the stage.
|
UpdateStageResult |
UpdateStageResult.withCacheClusterSize(String cacheClusterSize) |
The size of the cache cluster for the stage, if enabled.
|
UpdateStageResult |
UpdateStageResult.withCacheClusterStatus(CacheClusterStatus cacheClusterStatus) |
The status of the cache cluster for the stage, if enabled.
|
UpdateStageResult |
UpdateStageResult.withCacheClusterStatus(String cacheClusterStatus) |
The status of the cache cluster for the stage, if enabled.
|
UpdateStageResult |
UpdateStageResult.withClientCertificateId(String clientCertificateId) |
|
UpdateStageResult |
UpdateStageResult.withCreatedDate(Date createdDate) |
|
UpdateStageResult |
UpdateStageResult.withDeploymentId(String deploymentId) |
The identifier of the Deployment that the stage points to.
|
UpdateStageResult |
UpdateStageResult.withDescription(String description) |
The stage's description.
|
UpdateStageResult |
UpdateStageResult.withLastUpdatedDate(Date lastUpdatedDate) |
The date and time that information about the stage was last updated, in
ISO 8601 format.
|
UpdateStageResult |
UpdateStageResult.withMethodSettings(Map<String,MethodSetting> methodSettings) |
A map that defines the method settings for a Stage resource.
|
UpdateStageResult |
UpdateStageResult.withStageName(String stageName) |
The name of the stage is the first path segment in the Uniform Resource
Identifier (URI) of a call to Amazon API Gateway.
|
UpdateStageResult |
UpdateStageResult.withVariables(Map<String,String> variables) |
A map that defines the stage variables for a Stage resource.
|