public static interface ListSchemaExtensionsRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<ListSchemaExtensionsRequest.Builder,ListSchemaExtensionsRequest>
Modifier and Type | Method and Description |
---|---|
ListSchemaExtensionsRequest.Builder |
directoryId(String directoryId)
The identifier of the directory from which to retrieve the schema extension information.
|
ListSchemaExtensionsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListSchemaExtensionsRequest.Builder |
nextToken(String nextToken)
The
ListSchemaExtensions.NextToken value from a previous call to
ListSchemaExtensions . |
ListSchemaExtensionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListSchemaExtensionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListSchemaExtensionsRequest.Builder directoryId(String directoryId)
The identifier of the directory from which to retrieve the schema extension information.
directoryId
- The identifier of the directory from which to retrieve the schema extension information.ListSchemaExtensionsRequest.Builder nextToken(String nextToken)
The ListSchemaExtensions.NextToken
value from a previous call to
ListSchemaExtensions
. Pass null if this is the first call.
nextToken
- The ListSchemaExtensions.NextToken
value from a previous call to
ListSchemaExtensions
. Pass null if this is the first call.ListSchemaExtensionsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- The maximum number of items to return.ListSchemaExtensionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListSchemaExtensionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.