public static interface ListInstancesResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListInstancesResponse.Builder,ListInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResponse.Builder |
instances(Collection<InstanceMetadata> instances)
Lists the Amazon Web Services SSO instances that the caller has access to.
|
ListInstancesResponse.Builder |
instances(Consumer<InstanceMetadata.Builder>... instances)
Lists the Amazon Web Services SSO instances that the caller has access to.
|
ListInstancesResponse.Builder |
instances(InstanceMetadata... instances)
Lists the Amazon Web Services SSO instances that the caller has access to.
|
ListInstancesResponse.Builder |
nextToken(String nextToken)
The pagination token for the list API.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInstancesResponse.Builder instances(Collection<InstanceMetadata> instances)
Lists the Amazon Web Services SSO instances that the caller has access to.
instances - Lists the Amazon Web Services SSO instances that the caller has access to.ListInstancesResponse.Builder instances(InstanceMetadata... instances)
Lists the Amazon Web Services SSO instances that the caller has access to.
instances - Lists the Amazon Web Services SSO instances that the caller has access to.ListInstancesResponse.Builder instances(Consumer<InstanceMetadata.Builder>... instances)
Lists the Amazon Web Services SSO instances that the caller has access to.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #instances(List) .instances - a consumer that will call methods on List.Builder #instances(List) ListInstancesResponse.Builder nextToken(String nextToken)
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
nextToken - The pagination token for the list API. Initially the value is null. Use the output of previous API
calls to make subsequent calls.Copyright © 2022. All rights reserved.