public static interface DescribeTrafficSourcesRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeTrafficSourcesRequest.Builder,DescribeTrafficSourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTrafficSourcesRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DescribeTrafficSourcesRequest.Builder |
maxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeTrafficSourcesRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeTrafficSourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTrafficSourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTrafficSourcesRequest.Builder |
trafficSourceType(String trafficSourceType)
The type of traffic source you are describing.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTrafficSourcesRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.DescribeTrafficSourcesRequest.Builder trafficSourceType(String trafficSourceType)
The type of traffic source you are describing. Currently, the only valid value is vpc-lattice.
trafficSourceType - The type of traffic source you are describing. Currently, the only valid value is
vpc-lattice.DescribeTrafficSourcesRequest.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.)DescribeTrafficSourcesRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The maximum value is 50.
maxRecords - The maximum number of items to return with this call. The maximum value is 50.DescribeTrafficSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTrafficSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.