Interface AutoDetectionConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutoDetectionConfiguration.Builder,,AutoDetectionConfiguration> SdkBuilder<AutoDetectionConfiguration.Builder,,AutoDetectionConfiguration> SdkPojo
- Enclosing class:
AutoDetectionConfiguration
@Mutable
@NotThreadSafe
public static interface AutoDetectionConfiguration.Builder
extends SdkPojo, CopyableBuilder<AutoDetectionConfiguration.Builder,AutoDetectionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether auto-detection is requested for the registry.The source from which resources are detected.scope(AutoDetectionScope scope) The source from which resources are detected.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
scope
The source from which resources are detected. For example,
ORGANIZATIONsources resources from all member accounts of an Amazon Web Services organization.- Parameters:
scope- The source from which resources are detected. For example,ORGANIZATIONsources resources from all member accounts of an Amazon Web Services organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scope
The source from which resources are detected. For example,
ORGANIZATIONsources resources from all member accounts of an Amazon Web Services organization.- Parameters:
scope- The source from which resources are detected. For example,ORGANIZATIONsources resources from all member accounts of an Amazon Web Services organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enabled
Specifies whether auto-detection is requested for the registry. Setting this to
trueis necessary but not sufficient for auto-detection to become active; the preconditions of the configured scope must also be met.- Parameters:
enabled- Specifies whether auto-detection is requested for the registry. Setting this totrueis necessary but not sufficient for auto-detection to become active; the preconditions of the configured scope must also be met.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-