Interface NodeGroupUpdateStatus.Builder

    • Method Detail

      • nodeGroupId

        NodeGroupUpdateStatus.Builder nodeGroupId​(String nodeGroupId)

        The ID of the node group

        Parameters:
        nodeGroupId - The ID of the node group
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeGroupMemberUpdateStatus

        NodeGroupUpdateStatus.Builder nodeGroupMemberUpdateStatus​(Collection<NodeGroupMemberUpdateStatus> nodeGroupMemberUpdateStatus)

        The status of the service update on the node group member

        Parameters:
        nodeGroupMemberUpdateStatus - The status of the service update on the node group member
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeGroupMemberUpdateStatus

        NodeGroupUpdateStatus.Builder nodeGroupMemberUpdateStatus​(NodeGroupMemberUpdateStatus... nodeGroupMemberUpdateStatus)

        The status of the service update on the node group member

        Parameters:
        nodeGroupMemberUpdateStatus - The status of the service update on the node group member
        Returns:
        Returns a reference to this object so that method calls can be chained together.