Interface ListServiceVersionsResponse.Builder

    • Method Detail

      • serviceVersions

        ListServiceVersionsResponse.Builder serviceVersions​(Collection<ServiceVersion> serviceVersions)

        A list of supported versions.

        Parameters:
        serviceVersions - A list of supported versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceVersions

        ListServiceVersionsResponse.Builder serviceVersions​(ServiceVersion... serviceVersions)

        A list of supported versions.

        Parameters:
        serviceVersions - A list of supported versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceName

        ListServiceVersionsResponse.Builder serviceName​(String serviceName)

        The name of the service for which the system provided supported versions.

        Parameters:
        serviceName - The name of the service for which the system provided supported versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceName, ServiceName
      • serviceName

        ListServiceVersionsResponse.Builder serviceName​(ServiceName serviceName)

        The name of the service for which the system provided supported versions.

        Parameters:
        serviceName - The name of the service for which the system provided supported versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceName, ServiceName
      • dependentServices

        ListServiceVersionsResponse.Builder dependentServices​(Collection<DependentService> dependentServices)

        A list of names and versions of dependant services of the service for which the system provided supported versions.

        Parameters:
        dependentServices - A list of names and versions of dependant services of the service for which the system provided supported versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dependentServices

        ListServiceVersionsResponse.Builder dependentServices​(DependentService... dependentServices)

        A list of names and versions of dependant services of the service for which the system provided supported versions.

        Parameters:
        dependentServices - A list of names and versions of dependant services of the service for which the system provided supported versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListServiceVersionsResponse.Builder nextToken​(String nextToken)

        Because HTTP requests are stateless, this is the starting point of the next list of returned ListServiceVersionsResult results.

        Parameters:
        nextToken - Because HTTP requests are stateless, this is the starting point of the next list of returned ListServiceVersionsResult results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.