public static interface UpdateMethodResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateMethodResponseRequest.Builder,UpdateMethodResponseRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMethodResponseRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.UpdateMethodResponseRequest.Builder resourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
resourceId - The Resource identifier for the MethodResponse resource.UpdateMethodResponseRequest.Builder httpMethod(String httpMethod)
The HTTP verb of the Method resource.
httpMethod - The HTTP verb of the Method resource.UpdateMethodResponseRequest.Builder statusCode(String statusCodeValue)
The status code for the MethodResponse resource.
statusCodeValue - The status code for the MethodResponse resource.UpdateMethodResponseRequest.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.UpdateMethodResponseRequest.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.UpdateMethodResponseRequest.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) UpdateMethodResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMethodResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.