CopyableBuilder<UpdateDeploymentRequest.Builder,UpdateDeploymentRequest>
, SdkBuilder<UpdateDeploymentRequest.Builder,UpdateDeploymentRequest>
public static interface UpdateDeploymentRequest.Builder extends CopyableBuilder<UpdateDeploymentRequest.Builder,UpdateDeploymentRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateDeploymentRequest.Builder |
deploymentId(String deploymentId) |
The replacement identifier for the Deployment resource to change information about.
|
UpdateDeploymentRequest.Builder |
patchOperations(Collection<PatchOperation> patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDeploymentRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDeploymentRequest.Builder |
restApiId(String restApiId) |
The replacement identifier of the RestApi resource for the Deployment resource to change
information about.
|
copy
apply, build
UpdateDeploymentRequest.Builder restApiId(String restApiId)
The replacement identifier of the RestApi resource for the Deployment resource to change information about.
restApiId
- The replacement identifier of the RestApi resource for the Deployment resource to change
information about.UpdateDeploymentRequest.Builder deploymentId(String deploymentId)
The replacement identifier for the Deployment resource to change information about.
deploymentId
- The replacement identifier for the Deployment resource to change information about.UpdateDeploymentRequest.Builder patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateDeploymentRequest.Builder patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
NOTE: This method appends the values to the existing list (if any). Use
#setPatchOperations(java.util.Collection)
or #withPatchOperations(java.util.Collection)
if
you want to override the existing values.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.