Interface DeleteContentAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteContentAssociationRequest.Builder,DeleteContentAssociationRequest>,QConnectRequest.Builder,SdkBuilder<DeleteContentAssociationRequest.Builder,DeleteContentAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteContentAssociationRequest
public static interface DeleteContentAssociationRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<DeleteContentAssociationRequest.Builder,DeleteContentAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteContentAssociationRequest.BuildercontentAssociationId(String contentAssociationId)The identifier of the content association.DeleteContentAssociationRequest.BuildercontentId(String contentId)The identifier of the content.DeleteContentAssociationRequest.BuilderknowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.DeleteContentAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteContentAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.qconnect.model.QConnectRequest.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 Detail
-
contentAssociationId
DeleteContentAssociationRequest.Builder contentAssociationId(String contentAssociationId)
The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
contentAssociationId- The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentId
DeleteContentAssociationRequest.Builder contentId(String contentId)
The identifier of the content.
- Parameters:
contentId- The identifier of the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseId
DeleteContentAssociationRequest.Builder knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
- Parameters:
knowledgeBaseId- The identifier of the knowledge base.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteContentAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteContentAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-