Interface StartIngestionJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<StartIngestionJobRequest.Builder,StartIngestionJobRequest>,SdkBuilder<StartIngestionJobRequest.Builder,StartIngestionJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartIngestionJobRequest
public static interface StartIngestionJobRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<StartIngestionJobRequest.Builder,StartIngestionJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartIngestionJobRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier to ensure that the API request completes no more than one time.StartIngestionJobRequest.BuilderdataSourceId(String dataSourceId)The unique identifier of the data source you want to ingest into your knowledge base.StartIngestionJobRequest.Builderdescription(String description)A description of the data ingestion job.StartIngestionJobRequest.BuilderknowledgeBaseId(String knowledgeBaseId)The unique identifier of the knowledge base for the data ingestion job.StartIngestionJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartIngestionJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
clientToken
StartIngestionJobRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
- Parameters:
clientToken- A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
StartIngestionJobRequest.Builder dataSourceId(String dataSourceId)
The unique identifier of the data source you want to ingest into your knowledge base.
- Parameters:
dataSourceId- The unique identifier of the data source you want to ingest into your knowledge base.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
StartIngestionJobRequest.Builder description(String description)
A description of the data ingestion job.
- Parameters:
description- A description of the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseId
StartIngestionJobRequest.Builder knowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for the data ingestion job.
- Parameters:
knowledgeBaseId- The unique identifier of the knowledge base for the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartIngestionJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartIngestionJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-