Interface FlowSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowSummary.Builder,
,FlowSummary> SdkBuilder<FlowSummary.Builder,
,FlowSummary> SdkPojo
- Enclosing class:
FlowSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow.The time at which the flow was created.description
(String description) A description of the flow.The unique identifier of the flow.The name of the flow.The status of the flow.status
(FlowStatus status) The status of the flow.The time at which the flow was last updated.The latest version of the flow.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, sdkFields
-
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.
-
description
A description of the flow.
- Parameters:
description
- A description of the flow.- 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 flow.
- Parameters:
name
- The name of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the flow. The following statuses are possible:
-
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFT
version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFT
version. -
Preparing – The flow is being prepared so that the
DRAFT
version contains the latest changes for testing. -
Prepared – The flow is prepared and the
DRAFT
version contains the latest changes for testing. -
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validations
field.
- Parameters:
status
- The status of the flow. The following statuses are possible:-
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFT
version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFT
version. -
Preparing – The flow is being prepared so that the
DRAFT
version contains the latest changes for testing. -
Prepared – The flow is prepared and the
DRAFT
version contains the latest changes for testing. -
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validations
field.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The status of the flow. The following statuses are possible:
-
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFT
version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFT
version. -
Preparing – The flow is being prepared so that the
DRAFT
version contains the latest changes for testing. -
Prepared – The flow is prepared and the
DRAFT
version contains the latest changes for testing. -
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validations
field.
- Parameters:
status
- The status of the flow. The following statuses are possible:-
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFT
version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFT
version. -
Preparing – The flow is being prepared so that the
DRAFT
version contains the latest changes for testing. -
Prepared – The flow is prepared and the
DRAFT
version contains the latest changes for testing. -
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validations
field.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
updatedAt
The time at which the flow was last updated.
- Parameters:
updatedAt
- The time at which the flow was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The latest version of the flow.
- Parameters:
version
- The latest version of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-