Interface ListServiceInstancesResponse.Builder

    • Method Detail

      • nextToken

        ListServiceInstancesResponse.Builder nextToken​(String nextToken)

        A token that indicates the location of the next service instance in the array of service instances, after the current requested list of service instances.

        Parameters:
        nextToken - A token that indicates the location of the next service instance in the array of service instances, after the current requested list of service instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceInstances

        ListServiceInstancesResponse.Builder serviceInstances​(Collection<ServiceInstanceSummary> serviceInstances)

        An array of service instances with summary data.

        Parameters:
        serviceInstances - An array of service instances with summary data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceInstances

        ListServiceInstancesResponse.Builder serviceInstances​(ServiceInstanceSummary... serviceInstances)

        An array of service instances with summary data.

        Parameters:
        serviceInstances - An array of service instances with summary data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.