public static interface SecurityProfileSearchCriteria.Builder extends SdkPojo, CopyableBuilder<SecurityProfileSearchCriteria.Builder,SecurityProfileSearchCriteria>
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileSearchCriteria.Builder |
andConditions(Collection<SecurityProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
SecurityProfileSearchCriteria.Builder |
andConditions(Consumer<SecurityProfileSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
|
SecurityProfileSearchCriteria.Builder |
andConditions(SecurityProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
SecurityProfileSearchCriteria.Builder |
orConditions(Collection<SecurityProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
SecurityProfileSearchCriteria.Builder |
orConditions(Consumer<SecurityProfileSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SecurityProfileSearchCriteria.Builder |
orConditions(SecurityProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
default SecurityProfileSearchCriteria.Builder |
stringCondition(Consumer<StringCondition.Builder> stringCondition)
Sets the value of the StringCondition property for this object.
|
SecurityProfileSearchCriteria.Builder |
stringCondition(StringCondition stringCondition)
Sets the value of the StringCondition property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSecurityProfileSearchCriteria.Builder orConditions(Collection<SecurityProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
orConditions - A list of conditions which would be applied together with an OR condition.SecurityProfileSearchCriteria.Builder orConditions(SecurityProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
orConditions - A list of conditions which would be applied together with an OR condition.SecurityProfileSearchCriteria.Builder orConditions(Consumer<SecurityProfileSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #orConditions(List) .orConditions - a consumer that will call methods on List.Builder #orConditions(List) SecurityProfileSearchCriteria.Builder andConditions(Collection<SecurityProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
andConditions - A list of conditions which would be applied together with an AND condition.SecurityProfileSearchCriteria.Builder andConditions(SecurityProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
andConditions - A list of conditions which would be applied together with an AND condition.SecurityProfileSearchCriteria.Builder andConditions(Consumer<SecurityProfileSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #andConditions(List) .andConditions - a consumer that will call methods on List.Builder #andConditions(List) SecurityProfileSearchCriteria.Builder stringCondition(StringCondition stringCondition)
stringCondition - The new value for the StringCondition property for this object.default SecurityProfileSearchCriteria.Builder stringCondition(Consumer<StringCondition.Builder> stringCondition)
StringCondition.Builder avoiding the
need to create one manually via StringCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to stringCondition(StringCondition).stringCondition - a consumer that will call methods on StringCondition.BuilderstringCondition(StringCondition)Copyright © 2022. All rights reserved.