GroupDetail.Builder |
GroupDetail.Builder.arn(String arn) |
Sets the value of the Arn property for this object.
|
GroupDetail.Builder |
GroupDetail.Builder.attachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies) |
A list of the managed policies attached to the group.
|
GroupDetail.Builder |
GroupDetail.Builder.attachedManagedPolicies(Consumer<AttachedPolicy.Builder>... attachedManagedPolicies) |
A list of the managed policies attached to the group.
|
GroupDetail.Builder |
GroupDetail.Builder.attachedManagedPolicies(AttachedPolicy... attachedManagedPolicies) |
A list of the managed policies attached to the group.
|
static GroupDetail.Builder |
GroupDetail.builder() |
|
GroupDetail.Builder |
GroupDetail.Builder.createDate(Instant createDate) |
|
GroupDetail.Builder |
GroupDetail.Builder.groupId(String groupId) |
The stable and unique string identifying the group.
|
GroupDetail.Builder |
GroupDetail.Builder.groupName(String groupName) |
The friendly name that identifies the group.
|
GroupDetail.Builder |
GroupDetail.Builder.groupPolicyList(Collection<PolicyDetail> groupPolicyList) |
A list of the inline policies embedded in the group.
|
GroupDetail.Builder |
GroupDetail.Builder.groupPolicyList(Consumer<PolicyDetail.Builder>... groupPolicyList) |
A list of the inline policies embedded in the group.
|
GroupDetail.Builder |
GroupDetail.Builder.groupPolicyList(PolicyDetail... groupPolicyList) |
A list of the inline policies embedded in the group.
|
GroupDetail.Builder |
GroupDetail.Builder.path(String path) |
The path to the group.
|
GroupDetail.Builder |
GroupDetail.toBuilder() |
|