Interface ApprovalConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ApprovalConfiguration.Builder,,ApprovalConfiguration> SdkBuilder<ApprovalConfiguration.Builder,,ApprovalConfiguration> SdkPojo
- Enclosing class:
ApprovalConfiguration
@Mutable
@NotThreadSafe
public static interface ApprovalConfiguration.Builder
extends SdkPojo, CopyableBuilder<ApprovalConfiguration.Builder,ApprovalConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionautoApprovalRules(Collection<AutoApprovalRule> autoApprovalRules) The rules that determine which registry records are automatically approved on submission.autoApprovalRules(AutoApprovalRule... autoApprovalRules) The rules that determine which registry records are automatically approved on submission.autoApprovalRulesWithStrings(String... autoApprovalRules) The rules that determine which registry records are automatically approved on submission.autoApprovalRulesWithStrings(Collection<String> autoApprovalRules) The rules that determine which registry records are automatically approved on submission.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
-
autoApprovalRulesWithStrings
The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.
- Parameters:
autoApprovalRules- The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoApprovalRulesWithStrings
The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.
- Parameters:
autoApprovalRules- The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoApprovalRules
The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.
- Parameters:
autoApprovalRules- The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoApprovalRules
The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.
- Parameters:
autoApprovalRules- The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-