public static interface CancelSchemaExtensionRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<CancelSchemaExtensionRequest.Builder,CancelSchemaExtensionRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelSchemaExtensionRequest.Builder |
directoryId(String directoryId)
The identifier of the directory whose schema extension will be canceled.
|
CancelSchemaExtensionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CancelSchemaExtensionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CancelSchemaExtensionRequest.Builder |
schemaExtensionId(String schemaExtensionId)
The identifier of the schema extension that will be canceled.
|
buildoverrideConfigurationcopyapplyMutation, buildCancelSchemaExtensionRequest.Builder directoryId(String directoryId)
The identifier of the directory whose schema extension will be canceled.
directoryId - The identifier of the directory whose schema extension will be canceled.CancelSchemaExtensionRequest.Builder schemaExtensionId(String schemaExtensionId)
The identifier of the schema extension that will be canceled.
schemaExtensionId - The identifier of the schema extension that will be canceled.CancelSchemaExtensionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CancelSchemaExtensionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.