public static interface ListIdentitySourcesRequest.Builder extends VerifiedPermissionsRequest.Builder, SdkPojo, CopyableBuilder<ListIdentitySourcesRequest.Builder,ListIdentitySourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIdentitySourcesRequest.Builder |
filters(Collection<IdentitySourceFilter> filters)
Specifies characteristics of an identity source that you can use to limit the output to matching identity
sources.
|
ListIdentitySourcesRequest.Builder |
filters(Consumer<IdentitySourceFilter.Builder>... filters)
Specifies characteristics of an identity source that you can use to limit the output to matching identity
sources.
|
ListIdentitySourcesRequest.Builder |
filters(IdentitySourceFilter... filters)
Specifies characteristics of an identity source that you can use to limit the output to matching identity
sources.
|
ListIdentitySourcesRequest.Builder |
maxResults(Integer maxResults)
Specifies the total number of results that you want included on each page of the response.
|
ListIdentitySourcesRequest.Builder |
nextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
ListIdentitySourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIdentitySourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIdentitySourcesRequest.Builder |
policyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the identity sources that you want to list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIdentitySourcesRequest.Builder policyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the identity sources that you want to list.
policyStoreId - Specifies the ID of the policy store that contains the identity sources that you want to list.ListIdentitySourcesRequest.Builder nextToken(String nextToken)
Specifies that you want to receive the next page of results. Valid only if you received a
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken response to
request the next page of results.
nextToken - Specifies that you want to receive the next page of results. Valid only if you received a
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response to request the next page of results.ListIdentitySourcesRequest.Builder maxResults(Integer maxResults)
Specifies the total number of results that you want included on each page of the response. If you do not
include this parameter, it defaults to a value that is specific to the operation. If additional items exist
beyond the number you specify, the NextToken response element is returned with a value (not
null). Include the specified value as the NextToken request parameter in the next call to the
operation to get the next part of the results. Note that the service might return fewer results than the
maximum even when there are more results available. You should check NextToken after every
operation to ensure that you receive all of the results.
maxResults - Specifies the total number of results that you want included on each page of the response. If you do
not include this parameter, it defaults to a value that is specific to the operation. If additional
items exist beyond the number you specify, the NextToken response element is returned
with a value (not null). Include the specified value as the NextToken request parameter
in the next call to the operation to get the next part of the results. Note that the service might
return fewer results than the maximum even when there are more results available. You should check
NextToken after every operation to ensure that you receive all of the results.ListIdentitySourcesRequest.Builder filters(Collection<IdentitySourceFilter> filters)
Specifies characteristics of an identity source that you can use to limit the output to matching identity sources.
filters - Specifies characteristics of an identity source that you can use to limit the output to matching
identity sources.ListIdentitySourcesRequest.Builder filters(IdentitySourceFilter... filters)
Specifies characteristics of an identity source that you can use to limit the output to matching identity sources.
filters - Specifies characteristics of an identity source that you can use to limit the output to matching
identity sources.ListIdentitySourcesRequest.Builder filters(Consumer<IdentitySourceFilter.Builder>... filters)
Specifies characteristics of an identity source that you can use to limit the output to matching identity sources.
This is a convenience method that creates an instance of theIdentitySourceFilter.Builder avoiding the
need to create one manually via
IdentitySourceFilter.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
IdentitySourceFilter.Builder#filters(java.util.Collection) ListIdentitySourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIdentitySourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.