Interface GetContentAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetContentAssociationRequest.Builder,GetContentAssociationRequest>,QConnectRequest.Builder,SdkBuilder<GetContentAssociationRequest.Builder,GetContentAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetContentAssociationRequest
public static interface GetContentAssociationRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<GetContentAssociationRequest.Builder,GetContentAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetContentAssociationRequest.BuildercontentAssociationId(String contentAssociationId)The identifier of the content association.GetContentAssociationRequest.BuildercontentId(String contentId)The identifier of the content.GetContentAssociationRequest.BuilderknowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.GetContentAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContentAssociationRequest.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
GetContentAssociationRequest.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
GetContentAssociationRequest.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
GetContentAssociationRequest.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
GetContentAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetContentAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-