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 traffic source type that you want to describe.
|
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 traffic source type that you want to describe.
The following lists the valid values:
elb if the traffic source is a Classic Load Balancer.
elbv2 if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network
Load Balancer.
vpc-lattice if the traffic source is VPC Lattice.
trafficSourceType - The traffic source type that you want to describe.
The following lists the valid values:
elb if the traffic source is a Classic Load Balancer.
elbv2 if the traffic source is a Application Load Balancer, Gateway Load Balancer, or
Network Load Balancer.
vpc-lattice if the traffic source 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.