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.BuilderautoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.DescribeTrafficSourcesRequest.BuildermaxRecords(Integer maxRecords)The maximum number of items to return with this call.DescribeTrafficSourcesRequest.BuildernextToken(String nextToken)The token for the next set of items to return.DescribeTrafficSourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTrafficSourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeTrafficSourcesRequest.BuildertrafficSourceType(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, sdkFieldNameToField, 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:
-
elbif the traffic source is a Classic Load Balancer. -
elbv2if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer. -
vpc-latticeif the traffic source is VPC Lattice.
- Parameters:
trafficSourceType- The traffic source type that you want to describe.The following lists the valid values:
-
elbif the traffic source is a Classic Load Balancer. -
elbv2if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer. -
vpc-latticeif 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTrafficSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-