Interface DescribeTrafficSourcesRequest.Builder
-
- All Superinterfaces:
AutoScalingRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeTrafficSourcesRequest.Builder,DescribeTrafficSourcesRequest>
,SdkBuilder<DescribeTrafficSourcesRequest.Builder,DescribeTrafficSourcesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeTrafficSourcesRequest
public static interface DescribeTrafficSourcesRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeTrafficSourcesRequest.Builder,DescribeTrafficSourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeTrafficSourcesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeTrafficSourcesRequest.Builder
trafficSourceType(String trafficSourceType)
The traffic source type that you want to describe.-
Methods inherited from interface software.amazon.awssdk.services.autoscaling.model.AutoScalingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFields
-
-
-
-
Method Detail
-
autoScalingGroupName
DescribeTrafficSourcesRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
- Parameters:
autoScalingGroupName
- The name of the Auto Scaling group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficSourceType
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
nextToken
DescribeTrafficSourcesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
DescribeTrafficSourcesRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The maximum value is
50
.- Parameters:
maxRecords
- The maximum number of items to return with this call. The maximum value is50
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTrafficSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTrafficSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-