public static interface ListEntitiesForPolicyResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<ListEntitiesForPolicyResponse.Builder,ListEntitiesForPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesForPolicyResponse.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListEntitiesForPolicyResponse.Builder |
marker(String marker)
When
IsTruncated is true, this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request. |
ListEntitiesForPolicyResponse.Builder |
policyGroups(Collection<PolicyGroup> policyGroups)
A list of IAM groups that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
policyGroups(Consumer<PolicyGroup.Builder>... policyGroups)
A list of IAM groups that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
policyGroups(PolicyGroup... policyGroups)
A list of IAM groups that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
policyRoles(Collection<PolicyRole> policyRoles)
A list of IAM roles that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
policyRoles(Consumer<PolicyRole.Builder>... policyRoles)
A list of IAM roles that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
policyRoles(PolicyRole... policyRoles)
A list of IAM roles that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
policyUsers(Collection<PolicyUser> policyUsers)
A list of IAM users that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
policyUsers(Consumer<PolicyUser.Builder>... policyUsers)
A list of IAM users that the policy is attached to.
|
ListEntitiesForPolicyResponse.Builder |
policyUsers(PolicyUser... policyUsers)
A list of IAM users that the policy is attached to.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEntitiesForPolicyResponse.Builder policyGroups(Collection<PolicyGroup> policyGroups)
A list of IAM groups that the policy is attached to.
policyGroups - A list of IAM groups that the policy is attached to.ListEntitiesForPolicyResponse.Builder policyGroups(PolicyGroup... policyGroups)
A list of IAM groups that the policy is attached to.
policyGroups - A list of IAM groups that the policy is attached to.ListEntitiesForPolicyResponse.Builder policyGroups(Consumer<PolicyGroup.Builder>... policyGroups)
A list of IAM groups that the policy is attached to.
This is a convenience method that creates an instance of thePolicyGroup.Builder avoiding the need to create one
manually via PolicyGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #policyGroups(List.
policyGroups - a consumer that will call methods on
PolicyGroup.Builder#policyGroups(java.util.Collection) ListEntitiesForPolicyResponse.Builder policyUsers(Collection<PolicyUser> policyUsers)
A list of IAM users that the policy is attached to.
policyUsers - A list of IAM users that the policy is attached to.ListEntitiesForPolicyResponse.Builder policyUsers(PolicyUser... policyUsers)
A list of IAM users that the policy is attached to.
policyUsers - A list of IAM users that the policy is attached to.ListEntitiesForPolicyResponse.Builder policyUsers(Consumer<PolicyUser.Builder>... policyUsers)
A list of IAM users that the policy is attached to.
This is a convenience method that creates an instance of thePolicyUser.Builder avoiding the need to create one manually
via PolicyUser.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #policyUsers(List.
policyUsers - a consumer that will call methods on
PolicyUser.Builder#policyUsers(java.util.Collection) ListEntitiesForPolicyResponse.Builder policyRoles(Collection<PolicyRole> policyRoles)
A list of IAM roles that the policy is attached to.
policyRoles - A list of IAM roles that the policy is attached to.ListEntitiesForPolicyResponse.Builder policyRoles(PolicyRole... policyRoles)
A list of IAM roles that the policy is attached to.
policyRoles - A list of IAM roles that the policy is attached to.ListEntitiesForPolicyResponse.Builder policyRoles(Consumer<PolicyRole.Builder>... policyRoles)
A list of IAM roles that the policy is attached to.
This is a convenience method that creates an instance of thePolicyRole.Builder avoiding the need to create one manually
via PolicyRole.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #policyRoles(List.
policyRoles - a consumer that will call methods on
PolicyRole.Builder#policyRoles(java.util.Collection) ListEntitiesForPolicyResponse.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return. If your results were truncated, you can make a
subsequent pagination request using the Marker request parameter to retrieve more items. Note
that IAM might return fewer than the MaxItems number of results even when there are more results
available. We recommend that you check IsTruncated after every call to ensure that you receive
all your results.
isTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can
make a subsequent pagination request using the Marker request parameter to retrieve more
items. Note that IAM might return fewer than the MaxItems number of results even when
there are more results available. We recommend that you check IsTruncated after every
call to ensure that you receive all your results.ListEntitiesForPolicyResponse.Builder marker(String marker)
When IsTruncated is true, this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request.
marker - When IsTruncated is true, this element is present and contains the value to
use for the Marker parameter in a subsequent pagination request.Copyright © 2022. All rights reserved.