Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateStageRequest.Builder,CreateStageRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateStageRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateStageRequest.Builder,CreateStageRequest>
Requests Amazon API Gateway to create a Stage resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateStageRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateStageRequest.Builder |
builder() |
|
Boolean |
cacheClusterEnabled() |
Whether cache clustering is enabled for the stage.
|
String |
cacheClusterSize() |
The stage's cache cluster size.
|
String |
deploymentId() |
The identifier of the Deployment resource for the Stage resource.
|
String |
description() |
The description of the Stage resource.
|
String |
documentationVersion() |
The version of the associated API documentation.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
restApiId() |
|
static Class<? extends CreateStageRequest.Builder> |
serializableBuilderClass() |
|
String |
stageName() |
The name for the Stage resource.
|
CreateStageRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Map<String,String> |
variables() |
A map that defines the stage variables for the new Stage resource.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String restApiId()
public String stageName()
The name for the Stage resource.
public String deploymentId()
The identifier of the Deployment resource for the Stage resource.
public String description()
The description of the Stage resource.
public Boolean cacheClusterEnabled()
Whether cache clustering is enabled for the stage.
public String cacheClusterSize()
The stage's cache cluster size.
public Map<String,String> variables()
A map that defines the stage variables for the new Stage resource. Variable names can have alphanumeric
and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+
.
[A-Za-z0-9-._~:/?#&=,]+
.public String documentationVersion()
The version of the associated API documentation.
public CreateStageRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateStageRequest.Builder,CreateStageRequest>
public static CreateStageRequest.Builder builder()
public static Class<? extends CreateStageRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.