Interface DescribeAutoScalingGroupsRequest.Builder

    • Method Detail

      • autoScalingGroupNames

        DescribeAutoScalingGroupsRequest.Builder autoScalingGroupNames​(Collection<String> autoScalingGroupNames)

        The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords property.

        If you omit this property, all Auto Scaling groups are described.

        Parameters:
        autoScalingGroupNames - The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords property.

        If you omit this property, all Auto Scaling groups are described.

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

        DescribeAutoScalingGroupsRequest.Builder autoScalingGroupNames​(String... autoScalingGroupNames)

        The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords property.

        If you omit this property, all Auto Scaling groups are described.

        Parameters:
        autoScalingGroupNames - The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords property.

        If you omit this property, all Auto Scaling groups are described.

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

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

        DescribeAutoScalingGroupsRequest.Builder maxRecords​(Integer maxRecords)

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

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

        DescribeAutoScalingGroupsRequest.Builder filters​(Collection<Filter> filters)

        One or more filters to limit the results based on specific tags.

        Parameters:
        filters - One or more filters to limit the results based on specific tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeAutoScalingGroupsRequest.Builder filters​(Filter... filters)

        One or more filters to limit the results based on specific tags.

        Parameters:
        filters - One or more filters to limit the results based on specific tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.