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