public static interface ContactFlowModule.Builder extends SdkPojo, CopyableBuilder<ContactFlowModule.Builder,ContactFlowModule>
| Modifier and Type | Method and Description |
|---|---|
ContactFlowModule.Builder |
arn(String arn)
The Amazon Resource Name (ARN).
|
ContactFlowModule.Builder |
content(String content)
The content of the contact flow module.
|
ContactFlowModule.Builder |
description(String description)
The description of the contact flow module.
|
ContactFlowModule.Builder |
id(String id)
The identifier of the contact flow module.
|
ContactFlowModule.Builder |
name(String name)
The name of the contact flow module.
|
ContactFlowModule.Builder |
state(ContactFlowModuleState state)
The type of contact flow module.
|
ContactFlowModule.Builder |
state(String state)
The type of contact flow module.
|
ContactFlowModule.Builder |
status(ContactFlowModuleStatus status)
The status of the contact flow module.
|
ContactFlowModule.Builder |
status(String status)
The status of the contact flow module.
|
ContactFlowModule.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactFlowModule.Builder arn(String arn)
The Amazon Resource Name (ARN).
arn - The Amazon Resource Name (ARN).ContactFlowModule.Builder id(String id)
The identifier of the contact flow module.
id - The identifier of the contact flow module.ContactFlowModule.Builder name(String name)
The name of the contact flow module.
name - The name of the contact flow module.ContactFlowModule.Builder content(String content)
The content of the contact flow module.
content - The content of the contact flow module.ContactFlowModule.Builder description(String description)
The description of the contact flow module.
description - The description of the contact flow module.ContactFlowModule.Builder state(String state)
The type of contact flow module.
state - The type of contact flow module.ContactFlowModuleState,
ContactFlowModuleStateContactFlowModule.Builder state(ContactFlowModuleState state)
The type of contact flow module.
state - The type of contact flow module.ContactFlowModuleState,
ContactFlowModuleStateContactFlowModule.Builder status(String status)
The status of the contact flow module.
status - The status of the contact flow module.ContactFlowModuleStatus,
ContactFlowModuleStatusContactFlowModule.Builder status(ContactFlowModuleStatus status)
The status of the contact flow module.
status - The status of the contact flow module.ContactFlowModuleStatus,
ContactFlowModuleStatusContactFlowModule.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.Copyright © 2022. All rights reserved.