Interface GetContainerServicesResponse.Builder

    • Method Detail

      • containerServices

        GetContainerServicesResponse.Builder containerServices​(Collection<ContainerService> containerServices)

        An array of objects that describe one or more container services.

        Parameters:
        containerServices - An array of objects that describe one or more container services.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • containerServices

        GetContainerServicesResponse.Builder containerServices​(ContainerService... containerServices)

        An array of objects that describe one or more container services.

        Parameters:
        containerServices - An array of objects that describe one or more container services.
        Returns:
        Returns a reference to this object so that method calls can be chained together.