Interface DescribeDeliveryDestinationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<DescribeDeliveryDestinationsRequest.Builder,DescribeDeliveryDestinationsRequest>,SdkBuilder<DescribeDeliveryDestinationsRequest.Builder,DescribeDeliveryDestinationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDeliveryDestinationsRequest
public static interface DescribeDeliveryDestinationsRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeDeliveryDestinationsRequest.Builder,DescribeDeliveryDestinationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDeliveryDestinationsRequest.Builderlimit(Integer limit)Optionally specify the maximum number of delivery destinations to return in the response.DescribeDeliveryDestinationsRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.DescribeDeliveryDestinationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDeliveryDestinationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
DescribeDeliveryDestinationsRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
DescribeDeliveryDestinationsRequest.Builder limit(Integer limit)
Optionally specify the maximum number of delivery destinations to return in the response.
- Parameters:
limit- Optionally specify the maximum number of delivery destinations to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDeliveryDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDeliveryDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-