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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeDestinationsRequest.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 is up to 50 items.
limit
- The maximum number of items returned. If you don't specify a value, the default is up to 50 items.DescribeDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.