ContactFlowModule.Builder |
ContactFlowModule.Builder.arn(String arn) |
The Amazon Resource Name (ARN).
|
static ContactFlowModule.Builder |
ContactFlowModule.builder() |
|
ContactFlowModule.Builder |
ContactFlowModule.Builder.content(String content) |
The JSON string that represents the content of the flow.
|
ContactFlowModule.Builder |
ContactFlowModule.Builder.description(String description) |
The description of the flow module.
|
ContactFlowModule.Builder |
ContactFlowModule.Builder.id(String id) |
The identifier of the flow module.
|
ContactFlowModule.Builder |
ContactFlowModule.Builder.name(String name) |
The name of the flow module.
|
ContactFlowModule.Builder |
ContactFlowModule.Builder.state(String state) |
The type of flow module.
|
ContactFlowModule.Builder |
ContactFlowModule.Builder.state(ContactFlowModuleState state) |
The type of flow module.
|
ContactFlowModule.Builder |
ContactFlowModule.Builder.status(String status) |
The status of the flow module.
|
ContactFlowModule.Builder |
ContactFlowModule.Builder.status(ContactFlowModuleStatus status) |
The status of the flow module.
|
ContactFlowModule.Builder |
ContactFlowModule.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
ContactFlowModule.Builder |
ContactFlowModule.toBuilder() |
|