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 IAM Identity Center instances that the caller has access to.
|
ListInstancesResponse.Builder |
instances(Consumer<InstanceMetadata.Builder>... instances)
Lists the IAM Identity Center instances that the caller has access to.
|
ListInstancesResponse.Builder |
instances(InstanceMetadata... instances)
Lists the IAM Identity Center 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 IAM Identity Center instances that the caller has access to.
instances - Lists the IAM Identity Center instances that the caller has access to.ListInstancesResponse.Builder instances(InstanceMetadata... instances)
Lists the IAM Identity Center instances that the caller has access to.
instances - Lists the IAM Identity Center instances that the caller has access to.ListInstancesResponse.Builder instances(Consumer<InstanceMetadata.Builder>... instances)
Lists the IAM Identity Center instances that the caller has access to.
This is a convenience method that creates an instance of theInstanceMetadata.Builder avoiding the need to create
one manually via InstanceMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #instances(List.
instances - a consumer that will call methods on
InstanceMetadata.Builder#instances(java.util.Collection) 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.