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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupInformation.Builderarn(String arn)The ARN of the group.GroupInformation.BuildercreationTimestamp(String creationTimestamp)The time, in milliseconds since the epoch, when the group was created.GroupInformation.Builderid(String id)The ID of the group.GroupInformation.BuilderlastUpdatedTimestamp(String lastUpdatedTimestamp)The time, in milliseconds since the epoch, when the group was last updated.GroupInformation.BuilderlatestVersion(String latestVersion)The ID of the latest version associated with the group.GroupInformation.BuilderlatestVersionArn(String latestVersionArn)The ARN of the latest version associated with the group.GroupInformation.Buildername(String name)The name of the group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-