Interface GlossaryTermEnforcementDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GlossaryTermEnforcementDetail.Builder,,GlossaryTermEnforcementDetail> SdkBuilder<GlossaryTermEnforcementDetail.Builder,,GlossaryTermEnforcementDetail> SdkPojo
- Enclosing class:
GlossaryTermEnforcementDetail
@Mutable
@NotThreadSafe
public static interface GlossaryTermEnforcementDetail.Builder
extends SdkPojo, CopyableBuilder<GlossaryTermEnforcementDetail.Builder,GlossaryTermEnforcementDetail>
-
Method Summary
Modifier and TypeMethodDescriptionrequiredGlossaryTermIds(String... requiredGlossaryTermIds) The ID of the required glossary term.requiredGlossaryTermIds(Collection<String> requiredGlossaryTermIds) The ID of the required glossary term.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
-
requiredGlossaryTermIds
GlossaryTermEnforcementDetail.Builder requiredGlossaryTermIds(Collection<String> requiredGlossaryTermIds) The ID of the required glossary term.
- Parameters:
requiredGlossaryTermIds- The ID of the required glossary term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredGlossaryTermIds
The ID of the required glossary term.
- Parameters:
requiredGlossaryTermIds- The ID of the required glossary term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-