Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GetExecutionFlowSnapshotResponse.Builder
Packages that use GetExecutionFlowSnapshotResponse.Builder
-
Uses of GetExecutionFlowSnapshotResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GetExecutionFlowSnapshotResponse.BuilderModifier and TypeMethodDescriptionGetExecutionFlowSnapshotResponse.builder()GetExecutionFlowSnapshotResponse.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the customer managed KMS key that's used to encrypt the flow snapshot.GetExecutionFlowSnapshotResponse.Builder.definition(String definition) The flow definition used for the flow execution, including the nodes, connections, and configuration at the time when the execution started.GetExecutionFlowSnapshotResponse.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the IAM service role that's used by the flow execution.GetExecutionFlowSnapshotResponse.Builder.flowAliasIdentifier(String flowAliasIdentifier) The unique identifier of the flow alias used for the flow execution.GetExecutionFlowSnapshotResponse.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow.GetExecutionFlowSnapshotResponse.Builder.flowVersion(String flowVersion) The version of the flow used for the flow execution.GetExecutionFlowSnapshotResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GetExecutionFlowSnapshotResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetExecutionFlowSnapshotResponse.Builder>GetExecutionFlowSnapshotResponse.serializableBuilderClass()