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