public static interface ListApiDestinationsRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<ListApiDestinationsRequest.Builder,ListApiDestinationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApiDestinationsRequest.Builder |
connectionArn(String connectionArn)
The ARN of the connection specified for the API destination.
|
ListApiDestinationsRequest.Builder |
limit(Integer limit)
The maximum number of API destinations to include in the response.
|
ListApiDestinationsRequest.Builder |
namePrefix(String namePrefix)
A name prefix to filter results returned.
|
ListApiDestinationsRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListApiDestinationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApiDestinationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApiDestinationsRequest.Builder namePrefix(String namePrefix)
A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned.
namePrefix - A name prefix to filter results returned. Only API destinations with a name that starts with the
prefix are returned.ListApiDestinationsRequest.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.ListApiDestinationsRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.ListApiDestinationsRequest.Builder limit(Integer limit)
The maximum number of API destinations to include in the response.
limit - The maximum number of API destinations to include in the response.ListApiDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApiDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.