public static interface ListRulesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListRulesRequest.Builder,ListRulesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRulesRequest.Builder |
eventSourceName(EventSourceName eventSourceName)
The name of the event source.
|
ListRulesRequest.Builder |
eventSourceName(String eventSourceName)
The name of the event source.
|
ListRulesRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListRulesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListRulesRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListRulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRulesRequest.Builder |
publishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
|
ListRulesRequest.Builder |
publishStatus(String publishStatus)
The publish status of the rule.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRulesRequest.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.ListRulesRequest.Builder publishStatus(String publishStatus)
The publish status of the rule.
publishStatus - The publish status of the rule.RulePublishStatus,
RulePublishStatusListRulesRequest.Builder publishStatus(RulePublishStatus publishStatus)
The publish status of the rule.
publishStatus - The publish status of the rule.RulePublishStatus,
RulePublishStatusListRulesRequest.Builder eventSourceName(String eventSourceName)
The name of the event source.
eventSourceName - The name of the event source.EventSourceName,
EventSourceNameListRulesRequest.Builder eventSourceName(EventSourceName eventSourceName)
The name of the event source.
eventSourceName - The name of the event source.EventSourceName,
EventSourceNameListRulesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListRulesRequest.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.ListRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.