Interface KubernetesRoleDetails.Builder

    • Method Detail

      • kind

        KubernetesRoleDetails.Builder kind​(String kind)

        The kind of role. For this API, the value of kind will be Role.

        Parameters:
        kind - The kind of role. For this API, the value of kind will be Role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        KubernetesRoleDetails.Builder name​(String name)

        The name of the Kubernetes role.

        Parameters:
        name - The name of the Kubernetes role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uid

        KubernetesRoleDetails.Builder uid​(String uid)

        The unique identifier of the Kubernetes role name.

        Parameters:
        uid - The unique identifier of the Kubernetes role name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.