Interface DescribeTrafficSourcesRequest.Builder

    • 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 is 50.
        Returns:
        Returns a reference to this object so that method calls can be chained together.