Interface GroupInformation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GroupInformation.Builder,GroupInformation>, SdkBuilder<GroupInformation.Builder,GroupInformation>, SdkPojo
Enclosing class:
GroupInformation

public static interface GroupInformation.Builder extends SdkPojo, CopyableBuilder<GroupInformation.Builder,GroupInformation>
  • Method Details

    • 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

      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

      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.