Class UpdatedAutoDetectionConfiguration

java.lang.Object
software.amazon.awssdk.services.agentregistrycontrol.model.UpdatedAutoDetectionConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<UpdatedAutoDetectionConfiguration.Builder,UpdatedAutoDetectionConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class UpdatedAutoDetectionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdatedAutoDetectionConfiguration.Builder,UpdatedAutoDetectionConfiguration>

A wrapper for updating the auto-detection configuration of a registry with PATCH semantics. Include this wrapper to replace the auto-detection configuration with the specified value. Omit it to leave the auto-detection configuration unchanged. To clear the configuration, include the wrapper with a null optionalValue.

See Also:
  • Method Details