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 theSecurityProfileSearchCriteria.Builder avoiding the need
to create one manually via
SecurityProfileSearchCriteria.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #orConditions(List.
orConditions - a consumer that will call methods on
SecurityProfileSearchCriteria.Builder#orConditions(java.util.Collection) 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 theSecurityProfileSearchCriteria.Builder avoiding the need
to create one manually via
SecurityProfileSearchCriteria.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #andConditions(List.
andConditions - a consumer that will call methods on
SecurityProfileSearchCriteria.Builder#andConditions(java.util.Collection) 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 © 2023. All rights reserved.