public static interface ListIdentitySourcesResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<ListIdentitySourcesResponse.Builder,ListIdentitySourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIdentitySourcesResponse.Builder |
identitySources(Collection<IdentitySourceItem> identitySources)
The list of identity sources stored in the specified policy store.
|
ListIdentitySourcesResponse.Builder |
identitySources(Consumer<IdentitySourceItem.Builder>... identitySources)
The list of identity sources stored in the specified policy store.
|
ListIdentitySourcesResponse.Builder |
identitySources(IdentitySourceItem... identitySources)
The list of identity sources stored in the specified policy store.
|
ListIdentitySourcesResponse.Builder |
nextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIdentitySourcesResponse.Builder nextToken(String nextToken)
If present, this value 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. This indicates that this is the last page of results.
nextToken - If present, this value 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. This indicates that this is the last page of
results.ListIdentitySourcesResponse.Builder identitySources(Collection<IdentitySourceItem> identitySources)
The list of identity sources stored in the specified policy store.
identitySources - The list of identity sources stored in the specified policy store.ListIdentitySourcesResponse.Builder identitySources(IdentitySourceItem... identitySources)
The list of identity sources stored in the specified policy store.
identitySources - The list of identity sources stored in the specified policy store.ListIdentitySourcesResponse.Builder identitySources(Consumer<IdentitySourceItem.Builder>... identitySources)
The list of identity sources stored in the specified policy store.
This is a convenience method that creates an instance of theIdentitySourceItem.Builder avoiding the
need to create one manually via
IdentitySourceItem.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #identitySources(List.
identitySources - a consumer that will call methods on
IdentitySourceItem.Builder#identitySources(java.util.Collection) Copyright © 2023. All rights reserved.