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