public static interface CategoryProperties.Builder extends SdkPojo, CopyableBuilder<CategoryProperties.Builder,CategoryProperties>
| Modifier and Type | Method and Description |
|---|---|
CategoryProperties.Builder |
categoryName(String categoryName)
The name of the Call Analytics category.
|
CategoryProperties.Builder |
createTime(Instant createTime)
The date and time the specified Call Analytics category was created.
|
CategoryProperties.Builder |
lastUpdateTime(Instant lastUpdateTime)
The date and time the specified Call Analytics category was last updated.
|
CategoryProperties.Builder |
rules(Collection<Rule> rules)
The rules used to define a Call Analytics category.
|
CategoryProperties.Builder |
rules(Consumer<Rule.Builder>... rules)
The rules used to define a Call Analytics category.
|
CategoryProperties.Builder |
rules(Rule... rules)
The rules used to define a Call Analytics category.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCategoryProperties.Builder categoryName(String categoryName)
The name of the Call Analytics category. Category names are case sensitive and must be unique within an Amazon Web Services account.
categoryName - The name of the Call Analytics category. Category names are case sensitive and must be unique within
an Amazon Web Services account.CategoryProperties.Builder rules(Collection<Rule> rules)
The rules used to define a Call Analytics category. Each category can have between 1 and 20 rules.
rules - The rules used to define a Call Analytics category. Each category can have between 1 and 20 rules.CategoryProperties.Builder rules(Rule... rules)
The rules used to define a Call Analytics category. Each category can have between 1 and 20 rules.
rules - The rules used to define a Call Analytics category. Each category can have between 1 and 20 rules.CategoryProperties.Builder rules(Consumer<Rule.Builder>... rules)
The rules used to define a Call Analytics category. Each category can have between 1 and 20 rules.
This is a convenience method that creates an instance of theRule.Builder avoiding the need to create one
manually via Rule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #rules(List.
rules - a consumer that will call methods on
Rule.Builder#rules(java.util.Collection) CategoryProperties.Builder createTime(Instant createTime)
The date and time the specified Call Analytics category was created.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
createTime - The date and time the specified Call Analytics category was created.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
CategoryProperties.Builder lastUpdateTime(Instant lastUpdateTime)
The date and time the specified Call Analytics category was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-05T12:45:32.691000-07:00 represents 12:45 PM UTC-7 on May 5, 2022.
lastUpdateTime - The date and time the specified Call Analytics category was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-05T12:45:32.691000-07:00 represents 12:45 PM UTC-7 on May 5, 2022.
Copyright © 2022. All rights reserved.