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(Consumer<SchemaExtensionInfo.Builder>... schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
ListSchemaExtensionsResponse.Builder |
schemaExtensionsInfo(SchemaExtensionInfo... schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 schemaExtensionsInfo(Consumer<SchemaExtensionInfo.Builder>... schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
This is a convenience 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 #schemaExtensionsInfo(List) .schemaExtensionsInfo - a consumer that will call methods on List.Builder #schemaExtensionsInfo(List) 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.