public static interface ContactFlowSummary.Builder extends SdkPojo, CopyableBuilder<ContactFlowSummary.Builder,ContactFlowSummary>
| Modifier and Type | Method and Description |
|---|---|
ContactFlowSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the contact flow.
|
ContactFlowSummary.Builder |
contactFlowType(ContactFlowType contactFlowType)
The type of contact flow.
|
ContactFlowSummary.Builder |
contactFlowType(String contactFlowType)
The type of contact flow.
|
ContactFlowSummary.Builder |
id(String id)
The identifier of the contact flow.
|
ContactFlowSummary.Builder |
name(String name)
The name of the contact flow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactFlowSummary.Builder id(String id)
The identifier of the contact flow.
id - The identifier of the contact flow.ContactFlowSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the contact flow.
arn - The Amazon Resource Name (ARN) of the contact flow.ContactFlowSummary.Builder name(String name)
The name of the contact flow.
name - The name of the contact flow.ContactFlowSummary.Builder contactFlowType(String contactFlowType)
The type of contact flow.
contactFlowType - The type of contact flow.ContactFlowType,
ContactFlowTypeContactFlowSummary.Builder contactFlowType(ContactFlowType contactFlowType)
The type of contact flow.
contactFlowType - The type of contact flow.ContactFlowType,
ContactFlowTypeCopyright © 2021. All rights reserved.