public static interface ListSchemaExtensionsResponse.Builder extends DirectoryResponse.Builder, CopyableBuilder<ListSchemaExtensionsResponse.Builder,ListSchemaExtensionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSchemaExtensionsResponse.Builder |
nextToken(String nextToken)
If not null, more results are available.
|
ListSchemaExtensionsResponse.Builder |
schemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
ListSchemaExtensionsResponse.Builder |
schemaExtensionsInfo(SchemaExtensionInfo... schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
buildcopyapply, buildListSchemaExtensionsResponse.Builder schemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
schemaExtensionsInfo - Information about the schema extensions applied to the directory.ListSchemaExtensionsResponse.Builder schemaExtensionsInfo(SchemaExtensionInfo... schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
schemaExtensionsInfo - Information about the schema extensions applied to the directory.ListSchemaExtensionsResponse.Builder nextToken(String nextToken)
If not null, more results are available. Pass this value for the NextToken parameter in a
subsequent call to ListSchemaExtensions to retrieve the next set of items.
nextToken - If not null, more results are available. Pass this value for the NextToken parameter in a
subsequent call to ListSchemaExtensions to retrieve the next set of items.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.