public static interface GroupInformation.Builder extends CopyableBuilder<GroupInformation.Builder,GroupInformation>
| Modifier and Type | Method and Description |
|---|---|
GroupInformation.Builder |
arn(String arn)
Arn of a group.
|
GroupInformation.Builder |
creationTimestamp(String creationTimestamp)
Timestamp of when the group was created.
|
GroupInformation.Builder |
id(String id)
Id of a group.
|
GroupInformation.Builder |
lastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the group.
|
GroupInformation.Builder |
latestVersion(String latestVersion)
Last version of the group.
|
GroupInformation.Builder |
latestVersionArn(String latestVersionArn)
Latest version arn of the group.
|
GroupInformation.Builder |
name(String name)
Name of a group.
|
copyapply, buildGroupInformation.Builder arn(String arn)
arn - Arn of a group.GroupInformation.Builder creationTimestamp(String creationTimestamp)
creationTimestamp - Timestamp of when the group was created.GroupInformation.Builder id(String id)
id - Id of a group.GroupInformation.Builder lastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp - Last updated timestamp of the group.GroupInformation.Builder latestVersion(String latestVersion)
latestVersion - Last version of the group.GroupInformation.Builder latestVersionArn(String latestVersionArn)
latestVersionArn - Latest version arn of the group.GroupInformation.Builder name(String name)
name - Name of a group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.