Interface DescribeInstancePatchStatesResponse.Builder

    • Method Detail

      • instancePatchStates

        DescribeInstancePatchStatesResponse.Builder instancePatchStates​(Collection<InstancePatchState> instancePatchStates)

        The high-level patch state for the requested managed nodes.

        Parameters:
        instancePatchStates - The high-level patch state for the requested managed nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instancePatchStates

        DescribeInstancePatchStatesResponse.Builder instancePatchStates​(InstancePatchState... instancePatchStates)

        The high-level patch state for the requested managed nodes.

        Parameters:
        instancePatchStates - The high-level patch state for the requested managed nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeInstancePatchStatesResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

        Parameters:
        nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.