public static interface ListContactFlowModulesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListContactFlowModulesRequest.Builder,ListContactFlowModulesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListContactFlowModulesRequest.Builder |
contactFlowModuleState(ContactFlowModuleState contactFlowModuleState)
The state of the contact flow module.
|
ListContactFlowModulesRequest.Builder |
contactFlowModuleState(String contactFlowModuleState)
The state of the contact flow module.
|
ListContactFlowModulesRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListContactFlowModulesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListContactFlowModulesRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListContactFlowModulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListContactFlowModulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactFlowModulesRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.ListContactFlowModulesRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.ListContactFlowModulesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListContactFlowModulesRequest.Builder contactFlowModuleState(String contactFlowModuleState)
The state of the contact flow module.
contactFlowModuleState - The state of the contact flow module.ContactFlowModuleState,
ContactFlowModuleStateListContactFlowModulesRequest.Builder contactFlowModuleState(ContactFlowModuleState contactFlowModuleState)
The state of the contact flow module.
contactFlowModuleState - The state of the contact flow module.ContactFlowModuleState,
ContactFlowModuleStateListContactFlowModulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListContactFlowModulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.