Interface GetContentSummaryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetContentSummaryRequest.Builder,GetContentSummaryRequest>,QConnectRequest.Builder,SdkBuilder<GetContentSummaryRequest.Builder,GetContentSummaryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetContentSummaryRequest
public static interface GetContentSummaryRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<GetContentSummaryRequest.Builder,GetContentSummaryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetContentSummaryRequest.BuildercontentId(String contentId)The identifier of the content.GetContentSummaryRequest.BuilderknowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.GetContentSummaryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContentSummaryRequest.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, sdkFields
-
-
-
-
Method Detail
-
contentId
GetContentSummaryRequest.Builder contentId(String contentId)
The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
contentId- The identifier of the content. 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.
-
knowledgeBaseId
GetContentSummaryRequest.Builder knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
knowledgeBaseId- The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. 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.
-
overrideConfiguration
GetContentSummaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetContentSummaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-