public static interface UpdateDeploymentRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateDeploymentRequest.Builder,UpdateDeploymentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDeploymentRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.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)
For more information about supported patch operations, see Patch Operations.
patchOperations - For more information about supported patch operations, see Patch Operations.UpdateDeploymentRequest.Builder patchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
patchOperations - For more information about supported patch operations, see Patch Operations.UpdateDeploymentRequest.Builder patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
For more information about supported patch operations, see Patch Operations.
This is a convenience method that creates an instance of thePatchOperation.Builder avoiding the need to create
one manually via PatchOperation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #patchOperations(List.
patchOperations - a consumer that will call methods on
PatchOperation.Builder#patchOperations(java.util.Collection) UpdateDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.