CopyableBuilder<UpdateStageRequest.Builder,UpdateStageRequest>
, SdkBuilder<UpdateStageRequest.Builder,UpdateStageRequest>
public static interface UpdateStageRequest.Builder extends CopyableBuilder<UpdateStageRequest.Builder,UpdateStageRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateStageRequest.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.
|
UpdateStageRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateStageRequest.Builder |
restApiId(String restApiId) |
|
UpdateStageRequest.Builder |
stageName(String stageName) |
The name of the Stage resource to change information about.
|
copy
apply, build
UpdateStageRequest.Builder restApiId(String restApiId)
UpdateStageRequest.Builder stageName(String stageName)
The name of the Stage resource to change information about.
stageName
- The name of the Stage resource to change information about.UpdateStageRequest.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.UpdateStageRequest.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.