CopyableBuilder<GetGroupResponse.Builder,GetGroupResponse>, SdkBuilder<GetGroupResponse.Builder,GetGroupResponse>public static interface GetGroupResponse.Builder extends CopyableBuilder<GetGroupResponse.Builder,GetGroupResponse>
| Modifier and Type | Method | Description |
|---|---|---|
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(User... users) |
A list of users in the group.
|
copyapply, buildGetGroupResponse.Builder group(Group group)
A structure that contains details about the group.
group - A structure that contains details about the 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.
NOTE: This method appends the values to the existing list (if any). Use
#setUsers(java.util.Collection) or #withUsers(java.util.Collection) if you want to override
the existing values.
users - A list of users in the group.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.