Interface CreateInvocationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRuntimeRequest.Builder,Buildable,CopyableBuilder<CreateInvocationRequest.Builder,CreateInvocationRequest>,SdkBuilder<CreateInvocationRequest.Builder,CreateInvocationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateInvocationRequest
@Mutable @NotThreadSafe public static interface CreateInvocationRequest.Builder extends BedrockAgentRuntimeRequest.Builder, SdkPojo, CopyableBuilder<CreateInvocationRequest.Builder,CreateInvocationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInvocationRequest.Builderdescription(String description)A description for the interactions in the invocation.CreateInvocationRequest.BuilderinvocationId(String invocationId)A unique identifier for the invocation in UUID format.CreateInvocationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateInvocationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateInvocationRequest.BuildersessionIdentifier(String sessionIdentifier)The unique identifier for the associated session for the invocation.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
description
CreateInvocationRequest.Builder description(String description)
A description for the interactions in the invocation. For example, "User asking about weather in Seattle".
- Parameters:
description- A description for the interactions in the invocation. For example, "User asking about weather in Seattle".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationId
CreateInvocationRequest.Builder invocationId(String invocationId)
A unique identifier for the invocation in UUID format.
- Parameters:
invocationId- A unique identifier for the invocation in UUID format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionIdentifier
CreateInvocationRequest.Builder sessionIdentifier(String sessionIdentifier)
The unique identifier for the associated session for the invocation. You can specify either the session's
sessionIdor its Amazon Resource Name (ARN).- Parameters:
sessionIdentifier- The unique identifier for the associated session for the invocation. You can specify either the session'ssessionIdor its Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateInvocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateInvocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-