public static interface CreateApiDestinationRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<CreateApiDestinationRequest.Builder,CreateApiDestinationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApiDestinationRequest.Builder |
connectionArn(String connectionArn)
The ARN of the connection to use for the API destination.
|
CreateApiDestinationRequest.Builder |
description(String description)
A description for the API destination to create.
|
CreateApiDestinationRequest.Builder |
httpMethod(ApiDestinationHttpMethod httpMethod)
The method to use for the request to the HTTP invocation endpoint.
|
CreateApiDestinationRequest.Builder |
httpMethod(String httpMethod)
The method to use for the request to the HTTP invocation endpoint.
|
CreateApiDestinationRequest.Builder |
invocationEndpoint(String invocationEndpoint)
The URL to the HTTP invocation endpoint for the API destination.
|
CreateApiDestinationRequest.Builder |
invocationRateLimitPerSecond(Integer invocationRateLimitPerSecond)
The maximum number of requests per second to send to the HTTP invocation endpoint.
|
CreateApiDestinationRequest.Builder |
name(String name)
The name for the API destination to create.
|
CreateApiDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApiDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApiDestinationRequest.Builder name(String name)
The name for the API destination to create.
name - The name for the API destination to create.CreateApiDestinationRequest.Builder description(String description)
A description for the API destination to create.
description - A description for the API destination to create.CreateApiDestinationRequest.Builder connectionArn(String connectionArn)
The ARN of the connection to use for the API destination. The destination endpoint must support the authorization type specified for the connection.
connectionArn - The ARN of the connection to use for the API destination. The destination endpoint must support the
authorization type specified for the connection.CreateApiDestinationRequest.Builder invocationEndpoint(String invocationEndpoint)
The URL to the HTTP invocation endpoint for the API destination.
invocationEndpoint - The URL to the HTTP invocation endpoint for the API destination.CreateApiDestinationRequest.Builder httpMethod(String httpMethod)
The method to use for the request to the HTTP invocation endpoint.
httpMethod - The method to use for the request to the HTTP invocation endpoint.ApiDestinationHttpMethod,
ApiDestinationHttpMethodCreateApiDestinationRequest.Builder httpMethod(ApiDestinationHttpMethod httpMethod)
The method to use for the request to the HTTP invocation endpoint.
httpMethod - The method to use for the request to the HTTP invocation endpoint.ApiDestinationHttpMethod,
ApiDestinationHttpMethodCreateApiDestinationRequest.Builder invocationRateLimitPerSecond(Integer invocationRateLimitPerSecond)
The maximum number of requests per second to send to the HTTP invocation endpoint.
invocationRateLimitPerSecond - The maximum number of requests per second to send to the HTTP invocation endpoint.CreateApiDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateApiDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.