public static interface GroupInformation.Builder extends SdkPojo, CopyableBuilder<GroupInformation.Builder,GroupInformation>
| Modifier and Type | Method and Description |
|---|---|
GroupInformation.Builder |
arn(String arn)
The ARN of the group.
|
GroupInformation.Builder |
creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the group was created.
|
GroupInformation.Builder |
id(String id)
The ID of the group.
|
GroupInformation.Builder |
lastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the group was last updated.
|
GroupInformation.Builder |
latestVersion(String latestVersion)
The latest version of the group.
|
GroupInformation.Builder |
latestVersionArn(String latestVersionArn)
The ARN of the latest version of the group.
|
GroupInformation.Builder |
name(String name)
The name of the group.
|
copyapplyMutation, buildGroupInformation.Builder arn(String arn)
arn - The ARN of the group.GroupInformation.Builder creationTimestamp(String creationTimestamp)
creationTimestamp - The time, in milliseconds since the epoch, when the group was created.GroupInformation.Builder id(String id)
id - The ID of the group.GroupInformation.Builder lastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp - The time, in milliseconds since the epoch, when the group was last updated.GroupInformation.Builder latestVersion(String latestVersion)
latestVersion - The latest version of the group.GroupInformation.Builder latestVersionArn(String latestVersionArn)
latestVersionArn - The ARN of the latest version of the group.GroupInformation.Builder name(String name)
name - The name of the group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.