Interface ListServicesForAutoScalingConfigurationResponse.Builder

    • Method Detail

      • serviceArnList

        ListServicesForAutoScalingConfigurationResponse.Builder serviceArnList​(Collection<String> serviceArnList)

        A list of service ARN records. In a paginated request, the request returns up to MaxResults records for each call.

        Parameters:
        serviceArnList - A list of service ARN records. In a paginated request, the request returns up to MaxResults records for each call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceArnList

        ListServicesForAutoScalingConfigurationResponse.Builder serviceArnList​(String... serviceArnList)

        A list of service ARN records. In a paginated request, the request returns up to MaxResults records for each call.

        Parameters:
        serviceArnList - A list of service ARN records. In a paginated request, the request returns up to MaxResults records for each call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListServicesForAutoScalingConfigurationResponse.Builder nextToken​(String nextToken)

        The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

        Parameters:
        nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.