public static interface ApplySchemaRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, 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.
|
buildoverrideConfigurationcopyapplyMutation, buildApplySchemaRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ApplySchemaRequest.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.