public static interface ListAppliedSchemaArnsResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListAppliedSchemaArnsResponse.Builder,ListAppliedSchemaArnsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppliedSchemaArnsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
ListAppliedSchemaArnsResponse.Builder |
schemaArns(Collection<String> schemaArns)
The ARNs of schemas that are applied to the directory.
|
ListAppliedSchemaArnsResponse.Builder |
schemaArns(String... schemaArns)
The ARNs of schemas that are applied to the directory.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppliedSchemaArnsResponse.Builder schemaArns(Collection<String> schemaArns)
The ARNs of schemas that are applied to the directory.
schemaArns - The ARNs of schemas that are applied to the directory.ListAppliedSchemaArnsResponse.Builder schemaArns(String... schemaArns)
The ARNs of schemas that are applied to the directory.
schemaArns - The ARNs of schemas that are applied to the directory.ListAppliedSchemaArnsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.