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 SummaryModifier 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.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
sessionIdThe 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.
 
- 
invocationIdThe 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.
 
- 
createdAtThe 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.
 
 
-