Interface ListContainerGroupDefinitionsResponse.Builder

    • Method Detail

      • containerGroupDefinitions

        ListContainerGroupDefinitionsResponse.Builder containerGroupDefinitions​(Collection<ContainerGroupDefinition> containerGroupDefinitions)

        A result set of container group definitions that match the request.

        Parameters:
        containerGroupDefinitions - A result set of container group definitions that match the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • containerGroupDefinitions

        ListContainerGroupDefinitionsResponse.Builder containerGroupDefinitions​(ContainerGroupDefinition... containerGroupDefinitions)

        A result set of container group definitions that match the request.

        Parameters:
        containerGroupDefinitions - A result set of container group definitions that match the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListContainerGroupDefinitionsResponse.Builder nextToken​(String nextToken)

        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

        Parameters:
        nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.