Interface Governance.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Governance.Builder,,Governance> SdkBuilder<Governance.Builder,,Governance> SdkPojo
- Enclosing class:
Governance
@Mutable
@NotThreadSafe
public static interface Governance.Builder
extends SdkPojo, CopyableBuilder<Governance.Builder,Governance>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultCategoryEffects(Map<String, DefaultCategoryEffect> defaultCategoryEffects) A map ofDefaultCategoryEffects.defaultCategoryEffectsWithStrings(Map<String, String> defaultCategoryEffects) A map ofDefaultCategoryEffects.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
-
defaultCategoryEffectsWithStrings
A map of
DefaultCategoryEffects.- Parameters:
defaultCategoryEffects- A map ofDefaultCategoryEffects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultCategoryEffects
A map of
DefaultCategoryEffects.- Parameters:
defaultCategoryEffects- A map ofDefaultCategoryEffects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-