Interface ModelEnforcement.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ModelEnforcement.Builder,,ModelEnforcement> SdkBuilder<ModelEnforcement.Builder,,ModelEnforcement> SdkPojo
- Enclosing class:
ModelEnforcement
@Mutable
@NotThreadSafe
public static interface ModelEnforcement.Builder
extends SdkPojo, CopyableBuilder<ModelEnforcement.Builder,ModelEnforcement>
-
Method Summary
Modifier and TypeMethodDescriptionexcludedModels(String... excludedModels) Models to exclude from enforcement of the guardrail.excludedModels(Collection<String> excludedModels) Models to exclude from enforcement of the guardrail.includedModels(String... includedModels) Models to enforce the guardrail on.includedModels(Collection<String> includedModels) Models to enforce the guardrail on.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
-
includedModels
Models to enforce the guardrail on.
- Parameters:
includedModels- Models to enforce the guardrail on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includedModels
Models to enforce the guardrail on.
- Parameters:
includedModels- Models to enforce the guardrail on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludedModels
Models to exclude from enforcement of the guardrail.
- Parameters:
excludedModels- Models to exclude from enforcement of the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludedModels
Models to exclude from enforcement of the guardrail.
- Parameters:
excludedModels- Models to exclude from enforcement of the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-