| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
GroupDetail.Builder |
GroupDetail.Builder.arn(String arn)
Sets the value of the Arn property for this object.
|
GroupDetail.Builder |
GroupDetail.Builder.attachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of the managed policies attached to the group.
|
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.
|
static GroupDetail.Builder |
GroupDetail.builder() |
GroupDetail.Builder |
GroupDetail.Builder.createDate(Instant createDate)
The date and time, in ISO 8601 date-time format, when the group
was created.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GroupDetail.Builder> |
GroupDetail.serializableBuilderClass() |
Copyright © 2022. All rights reserved.