Interface UpgradeAppliedSchemaRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CloudDirectoryRequest.Builder, CopyableBuilder<UpgradeAppliedSchemaRequest.Builder,UpgradeAppliedSchemaRequest>, SdkBuilder<UpgradeAppliedSchemaRequest.Builder,UpgradeAppliedSchemaRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpgradeAppliedSchemaRequest

  • Method Details

    • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.