Interface PutInvocationStepResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,BedrockAgentRuntimeResponse.Builder,Buildable,CopyableBuilder<PutInvocationStepResponse.Builder,,PutInvocationStepResponse> SdkBuilder<PutInvocationStepResponse.Builder,,PutInvocationStepResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 PutInvocationStepResponse
public static interface PutInvocationStepResponse.Builder
extends BedrockAgentRuntimeResponse.Builder, SdkPojo, CopyableBuilder<PutInvocationStepResponse.Builder,PutInvocationStepResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioninvocationStepId(String invocationStepId) The unique identifier of the invocation step in UUID format.Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
invocationStepId
The unique identifier of the invocation step in UUID format.
- Parameters:
 invocationStepId- The unique identifier of the invocation step in UUID format.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -