Interface AssociateGovernedTermsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateGovernedTermsRequest.Builder,,AssociateGovernedTermsRequest> DataZoneRequest.Builder,SdkBuilder<AssociateGovernedTermsRequest.Builder,,AssociateGovernedTermsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
AssociateGovernedTermsRequest
@Mutable
@NotThreadSafe
public static interface AssociateGovernedTermsRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<AssociateGovernedTermsRequest.Builder,AssociateGovernedTermsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondomainIdentifier(String domainIdentifier) The ID of the domain where governed terms are to be associated with an asset.entityIdentifier(String entityIdentifier) The ID of the asset with which you want to associate a governed term.entityType(String entityType) The type of the asset with which you want to associate a governed term.entityType(GovernedEntityType entityType) The type of the asset with which you want to associate a governed term.governedGlossaryTerms(String... governedGlossaryTerms) The glossary terms in a restricted glossary.governedGlossaryTerms(Collection<String> governedGlossaryTerms) The glossary terms in a restricted glossary.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainIdentifier
The ID of the domain where governed terms are to be associated with an asset.
- Parameters:
domainIdentifier- The ID of the domain where governed terms are to be associated with an asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityIdentifier
The ID of the asset with which you want to associate a governed term.
- Parameters:
entityIdentifier- The ID of the asset with which you want to associate a governed term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
The type of the asset with which you want to associate a governed term.
- Parameters:
entityType- The type of the asset with which you want to associate a governed term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityType
The type of the asset with which you want to associate a governed term.
- Parameters:
entityType- The type of the asset with which you want to associate a governed term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
governedGlossaryTerms
AssociateGovernedTermsRequest.Builder governedGlossaryTerms(Collection<String> governedGlossaryTerms) The glossary terms in a restricted glossary.
- Parameters:
governedGlossaryTerms- The glossary terms in a restricted glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
governedGlossaryTerms
The glossary terms in a restricted glossary.
- Parameters:
governedGlossaryTerms- The glossary terms in a restricted glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateGovernedTermsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AssociateGovernedTermsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-