Cloneable, ReadLimitInfo, ToCopyableBuilder<UpdateDeploymentRequest.Builder,UpdateDeploymentRequest>@Generated("software.amazon.awssdk:codegen") public class UpdateDeploymentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateDeploymentRequest.Builder,UpdateDeploymentRequest>
Requests Amazon API Gateway to change information about a Deployment resource.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
UpdateDeploymentRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static UpdateDeploymentRequest.Builder |
builder() |
|
String |
deploymentId() |
The replacement identifier for the Deployment resource to change information about.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<PatchOperation> |
patchOperations() |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
String |
restApiId() |
The replacement identifier of the RestApi resource for the Deployment resource to change
information about.
|
static Class<? extends UpdateDeploymentRequest.Builder> |
serializableBuilderClass() |
|
UpdateDeploymentRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String restApiId()
The replacement identifier of the RestApi resource for the Deployment resource to change information about.
public String deploymentId()
The replacement identifier for the Deployment resource to change information about.
public List<PatchOperation> patchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
public UpdateDeploymentRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateDeploymentRequest.Builder,UpdateDeploymentRequest>public static UpdateDeploymentRequest.Builder builder()
public static Class<? extends UpdateDeploymentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.