public static interface UpdateStageRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<UpdateStageRequest.Builder,UpdateStageRequest>
Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateStageRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
UpdateStageRequest.Builder |
stageName(String stageName)
The name of the Stage resource to change information about.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
UpdateStageRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.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.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateStageRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.