public static interface ListSchemaExtensionsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theSchemaExtensionInfo.Builder avoiding the need to
create one manually via SchemaExtensionInfo.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #schemaExtensionsInfo(List.
schemaExtensionsInfo - a consumer that will call methods on
SchemaExtensionInfo.Builder#schemaExtensionsInfo(java.util.Collection) 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 © 2023. All rights reserved.