public static interface UpdateApiDestinationRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<UpdateApiDestinationRequest.Builder,UpdateApiDestinationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApiDestinationRequest.Builder name(String name)
The name of the API destination to update.
name - The name of the API destination to update.UpdateApiDestinationRequest.Builder description(String description)
The name of the API destination to update.
description - The name of the API destination to update.UpdateApiDestinationRequest.Builder connectionArn(String connectionArn)
The ARN of the connection to use for the API destination.
connectionArn - The ARN of the connection to use for the API destination.UpdateApiDestinationRequest.Builder invocationEndpoint(String invocationEndpoint)
The URL to the endpoint to use for the API destination.
invocationEndpoint - The URL to the endpoint to use for the API destination.UpdateApiDestinationRequest.Builder httpMethod(String httpMethod)
The method to use for the API destination.
httpMethod - The method to use for the API destination.ApiDestinationHttpMethod,
ApiDestinationHttpMethodUpdateApiDestinationRequest.Builder httpMethod(ApiDestinationHttpMethod httpMethod)
The method to use for the API destination.
httpMethod - The method to use for the API destination.ApiDestinationHttpMethod,
ApiDestinationHttpMethodUpdateApiDestinationRequest.Builder invocationRateLimitPerSecond(Integer invocationRateLimitPerSecond)
The maximum number of invocations per second to send to the API destination.
invocationRateLimitPerSecond - The maximum number of invocations per second to send to the API destination.UpdateApiDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateApiDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.