Interface DescribeAutoScalingInstancesRequest.Builder

    • Method Detail

      • instanceIds

        DescribeAutoScalingInstancesRequest.Builder instanceIds​(Collection<String> instanceIds)

        The IDs of the instances. If you omit this property, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.

        Array Members: Maximum number of 50 items.

        Parameters:
        instanceIds - The IDs of the instances. If you omit this property, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.

        Array Members: Maximum number of 50 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceIds

        DescribeAutoScalingInstancesRequest.Builder instanceIds​(String... instanceIds)

        The IDs of the instances. If you omit this property, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.

        Array Members: Maximum number of 50 items.

        Parameters:
        instanceIds - The IDs of the instances. If you omit this property, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.

        Array Members: Maximum number of 50 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRecords

        DescribeAutoScalingInstancesRequest.Builder maxRecords​(Integer maxRecords)

        The maximum number of items to return with this call. The default value is 50 and the maximum value is 50.

        Parameters:
        maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is 50.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAutoScalingInstancesRequest.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.