Interface GroupInformation.Builder

    • Method Detail

      • arn

        GroupInformation.Builder arn​(String arn)
        The ARN of the group.
        Parameters:
        arn - The ARN of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimestamp

        GroupInformation.Builder creationTimestamp​(String creationTimestamp)
        The time, in milliseconds since the epoch, when the group was created.
        Parameters:
        creationTimestamp - The time, in milliseconds since the epoch, when the group was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        GroupInformation.Builder id​(String id)
        The ID of the group.
        Parameters:
        id - The ID of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTimestamp

        GroupInformation.Builder lastUpdatedTimestamp​(String lastUpdatedTimestamp)
        The time, in milliseconds since the epoch, when the group was last updated.
        Parameters:
        lastUpdatedTimestamp - The time, in milliseconds since the epoch, when the group was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestVersion

        GroupInformation.Builder latestVersion​(String latestVersion)
        The ID of the latest version associated with the group.
        Parameters:
        latestVersion - The ID of the latest version associated with the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestVersionArn

        GroupInformation.Builder latestVersionArn​(String latestVersionArn)
        The ARN of the latest version associated with the group.
        Parameters:
        latestVersionArn - The ARN of the latest version associated with the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GroupInformation.Builder name​(String name)
        The name of the group.
        Parameters:
        name - The name of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.