Interface MetaFlowSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetaFlowSummary.Builder,,MetaFlowSummary> SdkBuilder<MetaFlowSummary.Builder,,MetaFlowSummary> SdkPojo
- Enclosing class:
MetaFlowSummary
@Mutable
@NotThreadSafe
public static interface MetaFlowSummary.Builder
extends SdkPojo, CopyableBuilder<MetaFlowSummary.Builder,MetaFlowSummary>
-
Method Summary
Modifier and TypeMethodDescriptionflowCategories(Collection<MetaFlowCategory> flowCategories) The categories that classify the business purpose of the Flow.flowCategories(MetaFlowCategory... flowCategories) The categories that classify the business purpose of the Flow.flowCategoriesWithStrings(String... flowCategories) The categories that classify the business purpose of the Flow.flowCategoriesWithStrings(Collection<String> flowCategories) The categories that classify the business purpose of the Flow.The unique identifier of the Flow assigned by Meta.The name of the Flow.flowStatus(String flowStatus) The lifecycle status of the Flow (DRAFT, PUBLISHED, DEPRECATED, BLOCKED, or THROTTLED).validationErrors(String... validationErrors) A list of validation errors from Meta, if any.validationErrors(Collection<String> validationErrors) A list of validation errors from Meta, if any.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
flowId
The unique identifier of the Flow assigned by Meta.
- Parameters:
flowId- The unique identifier of the Flow assigned by Meta.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowName
The name of the Flow.
- Parameters:
flowName- The name of the Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowStatus
The lifecycle status of the Flow (DRAFT, PUBLISHED, DEPRECATED, BLOCKED, or THROTTLED).
- Parameters:
flowStatus- The lifecycle status of the Flow (DRAFT, PUBLISHED, DEPRECATED, BLOCKED, or THROTTLED).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowCategoriesWithStrings
The categories that classify the business purpose of the Flow.
- Parameters:
flowCategories- The categories that classify the business purpose of the Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowCategoriesWithStrings
The categories that classify the business purpose of the Flow.
- Parameters:
flowCategories- The categories that classify the business purpose of the Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowCategories
The categories that classify the business purpose of the Flow.
- Parameters:
flowCategories- The categories that classify the business purpose of the Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowCategories
The categories that classify the business purpose of the Flow.
- Parameters:
flowCategories- The categories that classify the business purpose of the Flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationErrors
A list of validation errors from Meta, if any.
- Parameters:
validationErrors- A list of validation errors from Meta, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationErrors
A list of validation errors from Meta, if any.
- Parameters:
validationErrors- A list of validation errors from Meta, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-