Interface CreateFlowVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentResponse.Builder
,Buildable
,CopyableBuilder<CreateFlowVersionResponse.Builder,
,CreateFlowVersionResponse> SdkBuilder<CreateFlowVersionResponse.Builder,
,CreateFlowVersionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateFlowVersionResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow.The time at which the flow was created.customerEncryptionKeyArn
(String customerEncryptionKeyArn) The KMS key that the flow is encrypted with.definition
(Consumer<FlowDefinition.Builder> definition) A definition of the nodes and connections in the flow.definition
(FlowDefinition definition) A definition of the nodes and connections in the flow.description
(String description) The description of the version.executionRoleArn
(String executionRoleArn) The Amazon Resource Name (ARN) of the service role with permissions to create a flow.The unique identifier of the flow.The name of the version.The status of the flow.status
(FlowStatus status) The status of the flow.The version of the flow that was created.Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse.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
-
arn
The Amazon Resource Name (ARN) of the flow.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time at which the flow was created.
- Parameters:
createdAt
- The time at which the flow was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerEncryptionKeyArn
The KMS key that the flow is encrypted with.
- Parameters:
customerEncryptionKeyArn
- The KMS key that the flow is encrypted with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
A definition of the nodes and connections in the flow.
- Parameters:
definition
- A definition of the nodes and connections in the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
A definition of the nodes and connections in the flow.
This is a convenience method that creates an instance of theFlowDefinition.Builder
avoiding the need to create one manually viaFlowDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todefinition(FlowDefinition)
.- Parameters:
definition
- a consumer that will call methods onFlowDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the version.
- Parameters:
description
- The description of the version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionRoleArn
The Amazon Resource Name (ARN) of the service role with permissions to create a flow. For more information, see Create a service role for flows in Amazon Bedrock in the Amazon Bedrock User Guide.
- Parameters:
executionRoleArn
- The Amazon Resource Name (ARN) of the service role with permissions to create a flow. For more information, see Create a service role for flows in Amazon Bedrock in the Amazon Bedrock User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the flow.
- Parameters:
id
- The unique identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the version.
- Parameters:
name
- The name of the version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the flow.
- Parameters:
status
- The status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the flow.
- Parameters:
status
- The status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
The version of the flow that was created. Versions are numbered incrementally, starting from 1.
- Parameters:
version
- The version of the flow that was created. Versions are numbered incrementally, starting from 1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-