public static interface ListGroupsForEntityRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListGroupsForEntityRequest.Builder,ListGroupsForEntityRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupsForEntityRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the entity exists.
organizationId - The identifier for the organization under which the entity exists.ListGroupsForEntityRequest.Builder entityId(String entityId)
The identifier for the entity.
The entity ID can accept UserId or GroupID, Username or Groupname, or email.
Entity ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: entity@domain.tld
Entity name: entity
entityId - The identifier for the entity.
The entity ID can accept UserId or GroupID, Username or Groupname, or email.
Entity ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: entity@domain.tld
Entity name: entity
ListGroupsForEntityRequest.Builder filters(ListGroupsForEntityFilters filters)
Limit the search results based on the filter criteria.
filters - Limit the search results based on the filter criteria.default ListGroupsForEntityRequest.Builder filters(Consumer<ListGroupsForEntityFilters.Builder> filters)
Limit the search results based on the filter criteria.
This is a convenience method that creates an instance of theListGroupsForEntityFilters.Builder
avoiding the need to create one manually via ListGroupsForEntityFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to filters(ListGroupsForEntityFilters).
filters - a consumer that will call methods on ListGroupsForEntityFilters.Builderfilters(ListGroupsForEntityFilters)ListGroupsForEntityRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken - The token to use to retrieve the next page of results. The first call does not contain any tokens.ListGroupsForEntityRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.ListGroupsForEntityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGroupsForEntityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.