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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInvocationResponse.BuildercreatedAt(Instant createdAt)The timestamp for when the invocation was created.CreateInvocationResponse.BuilderinvocationId(String invocationId)The unique identifier for the invocation.CreateInvocationResponse.BuildersessionId(String sessionId)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 Detail
-
createdAt
CreateInvocationResponse.Builder createdAt(Instant 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
CreateInvocationResponse.Builder invocationId(String 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
CreateInvocationResponse.Builder sessionId(String 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.
-
-