Interface UpdateApiDestinationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateApiDestinationRequest.Builder,,UpdateApiDestinationRequest> EventBridgeRequest.Builder,SdkBuilder<UpdateApiDestinationRequest.Builder,,UpdateApiDestinationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateApiDestinationRequest
@Mutable
@NotThreadSafe
public static interface UpdateApiDestinationRequest.Builder
extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<UpdateApiDestinationRequest.Builder,UpdateApiDestinationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionArn(String connectionArn) The ARN of the connection to use for the API destination.description(String description) The name of the API destination to update.httpMethod(String httpMethod) The method to use for the API destination.httpMethod(ApiDestinationHttpMethod httpMethod) The method to use for the API destination.invocationEndpoint(String invocationEndpoint) The URL to the endpoint to use for the API destination.invocationRateLimitPerSecond(Integer invocationRateLimitPerSecond) The maximum number of invocations per second to send to the API destination.The name of the API destination to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.eventbridge.model.EventBridgeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the API destination to update.
- Parameters:
name- The name of the API destination to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The name of the API destination to update.
- Parameters:
description- The name of the API destination to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionArn
The ARN of the connection to use for the API destination.
- Parameters:
connectionArn- The ARN of the connection to use for the API destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationEndpoint
The URL to the endpoint to use for the API destination.
- Parameters:
invocationEndpoint- The URL to the endpoint to use for the API destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpMethod
The method to use for the API destination.
- Parameters:
httpMethod- The method to use for the API destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
httpMethod
The method to use for the API destination.
- Parameters:
httpMethod- The method to use for the API destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
invocationRateLimitPerSecond
UpdateApiDestinationRequest.Builder invocationRateLimitPerSecond(Integer invocationRateLimitPerSecond) The maximum number of invocations per second to send to the API destination.
- Parameters:
invocationRateLimitPerSecond- The maximum number of invocations per second to send to the API destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateApiDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateApiDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-