public static interface UpgradePublishedSchemaRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<UpgradePublishedSchemaRequest.Builder,UpgradePublishedSchemaRequest>
Modifier and Type | Method and Description |
---|---|
UpgradePublishedSchemaRequest.Builder |
developmentSchemaArn(String developmentSchemaArn)
The ARN of the development schema with the changes used for the upgrade.
|
UpgradePublishedSchemaRequest.Builder |
dryRun(Boolean dryRun)
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish
schema provided by the user to be upgraded.
|
UpgradePublishedSchemaRequest.Builder |
minorVersion(String minorVersion)
Identifies the minor version of the published schema that will be created.
|
UpgradePublishedSchemaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpgradePublishedSchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpgradePublishedSchemaRequest.Builder |
publishedSchemaArn(String publishedSchemaArn)
The ARN of the published schema to be upgraded.
|
build
overrideConfiguration
copy
applyMutation, build
UpgradePublishedSchemaRequest.Builder developmentSchemaArn(String developmentSchemaArn)
The ARN of the development schema with the changes used for the upgrade.
developmentSchemaArn
- The ARN of the development schema with the changes used for the upgrade.UpgradePublishedSchemaRequest.Builder publishedSchemaArn(String publishedSchemaArn)
The ARN of the published schema to be upgraded.
publishedSchemaArn
- The ARN of the published schema to be upgraded.UpgradePublishedSchemaRequest.Builder minorVersion(String minorVersion)
Identifies the minor version of the published schema that will be created. This parameter is NOT optional.
minorVersion
- Identifies the minor version of the published schema that will be created. This parameter is NOT
optional.UpgradePublishedSchemaRequest.Builder dryRun(Boolean dryRun)
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.
dryRun
- Used for testing whether the Development schema provided is backwards compatible, or not, with the
publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would
be thrown else the call would succeed. This parameter is optional and defaults to false.UpgradePublishedSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpgradePublishedSchemaRequest.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.