public static interface ApplySchemaRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<ApplySchemaRequest.Builder,ApplySchemaRequest>
Modifier and Type | Method and Description |
---|---|
ApplySchemaRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.
|
ApplySchemaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ApplySchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ApplySchemaRequest.Builder |
publishedSchemaArn(String publishedSchemaArn)
Published schema Amazon Resource Name (ARN) that needs to be copied.
|
build
overrideConfiguration
copy
applyMutation, build
ApplySchemaRequest.Builder publishedSchemaArn(String publishedSchemaArn)
Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.
publishedSchemaArn
- Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see
arns.ApplySchemaRequest.Builder directoryArn(String directoryArn)
ApplySchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ApplySchemaRequest.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.