public static interface GetGroupResponse.Builder extends IAMResponse.Builder, CopyableBuilder<GetGroupResponse.Builder,GetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetGroupResponse.Builder |
group(Consumer<Group.Builder> group)
A structure that contains details about the group.
|
GetGroupResponse.Builder |
group(Group group)
A structure that contains details about the group.
|
GetGroupResponse.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
GetGroupResponse.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. |
GetGroupResponse.Builder |
users(Collection<User> users)
A list of users in the group.
|
GetGroupResponse.Builder |
users(Consumer<User.Builder>... users)
A list of users in the group.
|
GetGroupResponse.Builder |
users(User... users)
A list of users in the group.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetGroupResponse.Builder group(Group group)
A structure that contains details about the group.
group - A structure that contains details about the group.default GetGroupResponse.Builder group(Consumer<Group.Builder> group)
A structure that contains details about the group.
This is a convenience that creates an instance of theGroup.Builder avoiding the need to create one
manually via Group.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to group(Group).group - a consumer that will call methods on Group.Buildergroup(Group)GetGroupResponse.Builder users(Collection<User> users)
A list of users in the group.
users - A list of users in the group.GetGroupResponse.Builder users(User... users)
A list of users in the group.
users - A list of users in the group.GetGroupResponse.Builder users(Consumer<User.Builder>... users)
A list of users in the group.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #users(List) .users - a consumer that will call methods on List.Builder #users(List) GetGroupResponse.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 of 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 of your results.GetGroupResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.