public static interface DescribeDestinationsRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeDestinationsRequest.Builder,DescribeDestinationsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDestinationsRequest.Builder |
destinationNamePrefix(String destinationNamePrefix)
The prefix to match.
|
DescribeDestinationsRequest.Builder |
limit(Integer limit)
The maximum number of items returned.
|
DescribeDestinationsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeDestinationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDestinationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDestinationsRequest.Builder destinationNamePrefix(String destinationNamePrefix)
The prefix to match. If you don't specify a value, no prefix filter is applied.
destinationNamePrefix - The prefix to match. If you don't specify a value, no prefix filter is applied.DescribeDestinationsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)DescribeDestinationsRequest.Builder limit(Integer limit)
The maximum number of items returned. If you don't specify a value, the default maximum value of 50 items is used.
limit - The maximum number of items returned. If you don't specify a value, the default maximum value of 50
items is used.DescribeDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.