CopyableBuilder<ListSchemaExtensionsResponse.Builder,ListSchemaExtensionsResponse>
, SdkBuilder<ListSchemaExtensionsResponse.Builder,ListSchemaExtensionsResponse>
public static interface ListSchemaExtensionsResponse.Builder extends CopyableBuilder<ListSchemaExtensionsResponse.Builder,ListSchemaExtensionsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
ListSchemaExtensionsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setSchemaExtensionsInfo(java.util.Collection)
or
#withSchemaExtensionsInfo(java.util.Collection)
if you want to override the existing values.
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.