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)Sets the value of the ClientToken property for this object.StartIngestionJobRequest.BuilderdataSourceId(String dataSourceId)Sets the value of the DataSourceId property for this object.StartIngestionJobRequest.Builderdescription(String description)Sets the value of the Description property for this object.StartIngestionJobRequest.BuilderknowledgeBaseId(String knowledgeBaseId)Sets the value of the KnowledgeBaseId property for this object.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
-
knowledgeBaseId
StartIngestionJobRequest.Builder knowledgeBaseId(String knowledgeBaseId)
Sets the value of the KnowledgeBaseId property for this object.- Parameters:
knowledgeBaseId- The new value for the KnowledgeBaseId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
StartIngestionJobRequest.Builder dataSourceId(String dataSourceId)
Sets the value of the DataSourceId property for this object.- Parameters:
dataSourceId- The new value for the DataSourceId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
StartIngestionJobRequest.Builder clientToken(String clientToken)
Sets the value of the ClientToken property for this object.- Parameters:
clientToken- The new value for the ClientToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
StartIngestionJobRequest.Builder description(String description)
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- 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
-
-