Interface PutInvocationStepResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentRuntimeResponse.Builder
,Buildable
,CopyableBuilder<PutInvocationStepResponse.Builder,
,PutInvocationStepResponse> SdkBuilder<PutInvocationStepResponse.Builder,
,PutInvocationStepResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutInvocationStepResponse
@Mutable
@NotThreadSafe
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, 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
-
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.
-