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 flow module.
|
ContactFlowModule.Builder |
description(String description)
The description of the flow module.
|
ContactFlowModule.Builder |
id(String id)
The identifier of the flow module.
|
ContactFlowModule.Builder |
name(String name)
The name of the flow module.
|
ContactFlowModule.Builder |
state(ContactFlowModuleState state)
The type of flow module.
|
ContactFlowModule.Builder |
state(String state)
The type of flow module.
|
ContactFlowModule.Builder |
status(ContactFlowModuleStatus status)
The status of the flow module.
|
ContactFlowModule.Builder |
status(String status)
The status of the 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 flow module.
id - The identifier of the flow module.ContactFlowModule.Builder name(String name)
The name of the flow module.
name - The name of the flow module.ContactFlowModule.Builder content(String content)
The content of the flow module.
content - The content of the flow module.ContactFlowModule.Builder description(String description)
The description of the flow module.
description - The description of the flow module.ContactFlowModule.Builder state(String state)
The type of flow module.
state - The type of flow module.ContactFlowModuleState,
ContactFlowModuleStateContactFlowModule.Builder state(ContactFlowModuleState state)
The type of flow module.
state - The type of flow module.ContactFlowModuleState,
ContactFlowModuleStateContactFlowModule.Builder status(String status)
The status of the flow module.
status - The status of the flow module.ContactFlowModuleStatus,
ContactFlowModuleStatusContactFlowModule.Builder status(ContactFlowModuleStatus status)
The status of the flow module.
status - The status of the flow module.ContactFlowModuleStatus,
ContactFlowModuleStatusContactFlowModule.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.Copyright © 2023. All rights reserved.