public static interface ListGroupsResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<ListGroupsResponse.Builder,ListGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
groupIdentifiers(Collection<GroupIdentifier> groupIdentifiers)
A list of GroupIdentifier objects.
|
ListGroupsResponse.Builder |
groupIdentifiers(Consumer<GroupIdentifier.Builder>... groupIdentifiers)
A list of GroupIdentifier objects.
|
ListGroupsResponse.Builder |
groupIdentifiers(GroupIdentifier... groupIdentifiers)
A list of GroupIdentifier objects.
|
ListGroupsResponse.Builder |
groups(Collection<Group> groups)
Deprecated.
This field is deprecated, use GroupIdentifiers instead.
|
ListGroupsResponse.Builder |
groups(Consumer<Group.Builder>... groups)
Deprecated.
This field is deprecated, use GroupIdentifiers instead.
|
ListGroupsResponse.Builder |
groups(Group... groups)
Deprecated.
This field is deprecated, use GroupIdentifiers instead.
|
ListGroupsResponse.Builder |
nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupsResponse.Builder groupIdentifiers(Collection<GroupIdentifier> groupIdentifiers)
A list of GroupIdentifier objects. Each identifier is an object that contains both the
Name and the GroupArn.
groupIdentifiers - A list of GroupIdentifier objects. Each identifier is an object that contains both the
Name and the GroupArn.ListGroupsResponse.Builder groupIdentifiers(GroupIdentifier... groupIdentifiers)
A list of GroupIdentifier objects. Each identifier is an object that contains both the
Name and the GroupArn.
groupIdentifiers - A list of GroupIdentifier objects. Each identifier is an object that contains both the
Name and the GroupArn.ListGroupsResponse.Builder groupIdentifiers(Consumer<GroupIdentifier.Builder>... groupIdentifiers)
A list of GroupIdentifier objects. Each identifier is an object that contains both the
Name and the GroupArn.
GroupIdentifier.Builder avoiding the need to
create one manually via
GroupIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #groupIdentifiers(List.
groupIdentifiers - a consumer that will call methods on
GroupIdentifier.Builder#groupIdentifiers(java.util.Collection) @Deprecated ListGroupsResponse.Builder groups(Collection<Group> groups)
Deprecated - don't use this field. Use the GroupIdentifiers response field instead.
groups -
Deprecated - don't use this field. Use the GroupIdentifiers response field
instead.
@Deprecated ListGroupsResponse.Builder groups(Group... groups)
Deprecated - don't use this field. Use the GroupIdentifiers response field instead.
groups -
Deprecated - don't use this field. Use the GroupIdentifiers response field
instead.
@Deprecated ListGroupsResponse.Builder groups(Consumer<Group.Builder>... groups)
Deprecated - don't use this field. Use the GroupIdentifiers response field instead.
Group.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 #groups(List.
groups - a consumer that will call methods on
Group.Builder#groups(java.util.Collection) ListGroupsResponse.Builder nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response. Use this value
in the NextToken request parameter in a subsequent call to the operation to get the next part of
the output. You should repeat this until the NextToken response element comes back as
null.
nextToken - If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element
comes back as null.Copyright © 2023. All rights reserved.