Interface CreateInvocationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentRuntimeResponse.Builder
,Buildable
,CopyableBuilder<CreateInvocationResponse.Builder,
,CreateInvocationResponse> SdkBuilder<CreateInvocationResponse.Builder,
,CreateInvocationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateInvocationResponse
@Mutable
@NotThreadSafe
public static interface CreateInvocationResponse.Builder
extends BedrockAgentRuntimeResponse.Builder, SdkPojo, CopyableBuilder<CreateInvocationResponse.Builder,CreateInvocationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp for when the invocation was created.invocationId
(String invocationId) The unique identifier for the invocation.The unique identifier for the session associated with the invocation.Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
createdAt
The timestamp for when the invocation was created.
- Parameters:
createdAt
- The timestamp for when the invocation was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationId
The unique identifier for the invocation.
- Parameters:
invocationId
- The unique identifier for the invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The unique identifier for the session associated with the invocation.
- Parameters:
sessionId
- The unique identifier for the session associated with the invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-