public static interface ApiDestination.Builder extends SdkPojo, CopyableBuilder<ApiDestination.Builder,ApiDestination>
| Modifier and Type | Method and Description |
|---|---|
ApiDestination.Builder |
apiDestinationArn(String apiDestinationArn)
The ARN of the API destination.
|
ApiDestination.Builder |
apiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination.
|
ApiDestination.Builder |
apiDestinationState(String apiDestinationState)
The state of the API destination.
|
ApiDestination.Builder |
connectionArn(String connectionArn)
The ARN of the connection specified for the API destination.
|
ApiDestination.Builder |
creationTime(Instant creationTime)
A time stamp for the time that the API destination was created.
|
ApiDestination.Builder |
httpMethod(ApiDestinationHttpMethod httpMethod)
The method to use to connect to the HTTP endpoint.
|
ApiDestination.Builder |
httpMethod(String httpMethod)
The method to use to connect to the HTTP endpoint.
|
ApiDestination.Builder |
invocationEndpoint(String invocationEndpoint)
The URL to the endpoint for the API destination.
|
ApiDestination.Builder |
invocationRateLimitPerSecond(Integer invocationRateLimitPerSecond)
The maximum number of invocations per second to send to the HTTP endpoint.
|
ApiDestination.Builder |
lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the API destination was last modified.
|
ApiDestination.Builder |
name(String name)
The name of the API destination.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApiDestination.Builder apiDestinationArn(String apiDestinationArn)
The ARN of the API destination.
apiDestinationArn - The ARN of the API destination.ApiDestination.Builder name(String name)
The name of the API destination.
name - The name of the API destination.ApiDestination.Builder apiDestinationState(String apiDestinationState)
The state of the API destination.
apiDestinationState - The state of the API destination.ApiDestinationState,
ApiDestinationStateApiDestination.Builder apiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination.
apiDestinationState - The state of the API destination.ApiDestinationState,
ApiDestinationStateApiDestination.Builder connectionArn(String connectionArn)
The ARN of the connection specified for the API destination.
connectionArn - The ARN of the connection specified for the API destination.ApiDestination.Builder invocationEndpoint(String invocationEndpoint)
The URL to the endpoint for the API destination.
invocationEndpoint - The URL to the endpoint for the API destination.ApiDestination.Builder httpMethod(String httpMethod)
The method to use to connect to the HTTP endpoint.
httpMethod - The method to use to connect to the HTTP endpoint.ApiDestinationHttpMethod,
ApiDestinationHttpMethodApiDestination.Builder httpMethod(ApiDestinationHttpMethod httpMethod)
The method to use to connect to the HTTP endpoint.
httpMethod - The method to use to connect to the HTTP endpoint.ApiDestinationHttpMethod,
ApiDestinationHttpMethodApiDestination.Builder invocationRateLimitPerSecond(Integer invocationRateLimitPerSecond)
The maximum number of invocations per second to send to the HTTP endpoint.
invocationRateLimitPerSecond - The maximum number of invocations per second to send to the HTTP endpoint.ApiDestination.Builder creationTime(Instant creationTime)
A time stamp for the time that the API destination was created.
creationTime - A time stamp for the time that the API destination was created.ApiDestination.Builder lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the API destination was last modified.
lastModifiedTime - A time stamp for the time that the API destination was last modified.Copyright © 2022. All rights reserved.