Interface UpgradeAppliedSchemaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<UpgradeAppliedSchemaRequest.Builder,UpgradeAppliedSchemaRequest>,SdkBuilder<UpgradeAppliedSchemaRequest.Builder,UpgradeAppliedSchemaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpgradeAppliedSchemaRequest
public static interface UpgradeAppliedSchemaRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<UpgradeAppliedSchemaRequest.Builder,UpgradeAppliedSchemaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpgradeAppliedSchemaRequest.BuilderdirectoryArn(String directoryArn)The ARN for the directory to which the upgraded schema will be applied.UpgradeAppliedSchemaRequest.BuilderdryRun(Boolean dryRun)Used for testing whether the major version schemas are backward compatible or not.UpgradeAppliedSchemaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpgradeAppliedSchemaRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpgradeAppliedSchemaRequest.BuilderpublishedSchemaArn(String publishedSchemaArn)The revision of the published schema to upgrade the directory to.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
publishedSchemaArn
UpgradeAppliedSchemaRequest.Builder publishedSchemaArn(String publishedSchemaArn)
The revision of the published schema to upgrade the directory to.
- Parameters:
publishedSchemaArn- The revision of the published schema to upgrade the directory to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryArn
UpgradeAppliedSchemaRequest.Builder directoryArn(String directoryArn)
The ARN for the directory to which the upgraded schema will be applied.
- Parameters:
directoryArn- The ARN for the directory to which the upgraded schema will be applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
UpgradeAppliedSchemaRequest.Builder dryRun(Boolean dryRun)
Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.
- Parameters:
dryRun- Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpgradeAppliedSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpgradeAppliedSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-