public static interface ContactFlowModuleSummary.Builder extends SdkPojo, CopyableBuilder<ContactFlowModuleSummary.Builder,ContactFlowModuleSummary>
| Modifier and Type | Method and Description |
|---|---|
ContactFlowModuleSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the flow module.
|
ContactFlowModuleSummary.Builder |
id(String id)
The identifier of the flow module.
|
ContactFlowModuleSummary.Builder |
name(String name)
The name of the flow module.
|
ContactFlowModuleSummary.Builder |
state(ContactFlowModuleState state)
The type of flow module.
|
ContactFlowModuleSummary.Builder |
state(String state)
The type of flow module.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactFlowModuleSummary.Builder id(String id)
The identifier of the flow module.
id - The identifier of the flow module.ContactFlowModuleSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the flow module.
arn - The Amazon Resource Name (ARN) of the flow module.ContactFlowModuleSummary.Builder name(String name)
The name of the flow module.
name - The name of the flow module.ContactFlowModuleSummary.Builder state(String state)
The type of flow module.
state - The type of flow module.ContactFlowModuleState,
ContactFlowModuleStateContactFlowModuleSummary.Builder state(ContactFlowModuleState state)
The type of flow module.
state - The type of flow module.ContactFlowModuleState,
ContactFlowModuleStateCopyright © 2023. All rights reserved.