Interface ContactFlowSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContactFlowSummary.Builder,ContactFlowSummary>,SdkBuilder<ContactFlowSummary.Builder,ContactFlowSummary>,SdkPojo
- Enclosing class:
- ContactFlowSummary
public static interface ContactFlowSummary.Builder extends SdkPojo, CopyableBuilder<ContactFlowSummary.Builder,ContactFlowSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactFlowSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the flow.ContactFlowSummary.BuildercontactFlowState(String contactFlowState)The type of flow.ContactFlowSummary.BuildercontactFlowState(ContactFlowState contactFlowState)The type of flow.ContactFlowSummary.BuildercontactFlowType(String contactFlowType)The type of flow.ContactFlowSummary.BuildercontactFlowType(ContactFlowType contactFlowType)The type of flow.ContactFlowSummary.Builderid(String id)The identifier of the flow.ContactFlowSummary.Buildername(String name)The name 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 Detail
-
id
ContactFlowSummary.Builder id(String id)
The identifier of the flow.
- Parameters:
id- The identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
ContactFlowSummary.Builder arn(String 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.
-
name
ContactFlowSummary.Builder name(String 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.
-
contactFlowType
ContactFlowSummary.Builder contactFlowType(String contactFlowType)
The type of flow.
- Parameters:
contactFlowType- The type of flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowType,ContactFlowType
-
contactFlowType
ContactFlowSummary.Builder contactFlowType(ContactFlowType contactFlowType)
The type of flow.
- Parameters:
contactFlowType- The type of flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowType,ContactFlowType
-
contactFlowState
ContactFlowSummary.Builder contactFlowState(String contactFlowState)
The type of flow.
- Parameters:
contactFlowState- The type of flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowState,ContactFlowState
-
contactFlowState
ContactFlowSummary.Builder contactFlowState(ContactFlowState contactFlowState)
The type of flow.
- Parameters:
contactFlowState- The type of flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowState,ContactFlowState
-
-