Interface UpdateApiDestinationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateApiDestinationRequest.Builder,UpdateApiDestinationRequest>,EventBridgeRequest.Builder,SdkBuilder<UpdateApiDestinationRequest.Builder,UpdateApiDestinationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateApiDestinationRequest
public static interface UpdateApiDestinationRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<UpdateApiDestinationRequest.Builder,UpdateApiDestinationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eventbridge.model.EventBridgeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
UpdateApiDestinationRequest.Builder name(String 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
UpdateApiDestinationRequest.Builder description(String 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
UpdateApiDestinationRequest.Builder connectionArn(String 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
UpdateApiDestinationRequest.Builder invocationEndpoint(String 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
UpdateApiDestinationRequest.Builder httpMethod(String 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:
ApiDestinationHttpMethod,ApiDestinationHttpMethod
-
httpMethod
UpdateApiDestinationRequest.Builder httpMethod(ApiDestinationHttpMethod 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:
ApiDestinationHttpMethod,ApiDestinationHttpMethod
-
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
-
-