Interface StartAsyncInvokeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockRuntimeResponse.Builder,Buildable,CopyableBuilder<StartAsyncInvokeResponse.Builder,StartAsyncInvokeResponse>,SdkBuilder<StartAsyncInvokeResponse.Builder,StartAsyncInvokeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartAsyncInvokeResponse
@Mutable @NotThreadSafe public static interface StartAsyncInvokeResponse.Builder extends BedrockRuntimeResponse.Builder, SdkPojo, CopyableBuilder<StartAsyncInvokeResponse.Builder,StartAsyncInvokeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartAsyncInvokeResponse.BuilderinvocationArn(String invocationArn)The ARN of the invocation.-
Methods inherited from interface software.amazon.awssdk.services.bedrockruntime.model.BedrockRuntimeResponse.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
-
invocationArn
StartAsyncInvokeResponse.Builder invocationArn(String invocationArn)
The ARN of the invocation.
- Parameters:
invocationArn- The ARN of the invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-