Interface RulesSearchCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RulesSearchCriteria.Builder,,RulesSearchCriteria> SdkBuilder<RulesSearchCriteria.Builder,,RulesSearchCriteria> SdkPojo
- Enclosing class:
RulesSearchCriteria
-
Method Summary
Modifier and TypeMethodDescriptionandConditions(Collection<RulesSearchCriteria> andConditions) A list of conditions which would be applied together with an AND condition.andConditions(Consumer<RulesSearchCriteria.Builder>... andConditions) A list of conditions which would be applied together with an AND condition.andConditions(RulesSearchCriteria... andConditions) A list of conditions which would be applied together with an AND condition.orConditions(Collection<RulesSearchCriteria> orConditions) A list of conditions which would be applied together with an OR condition.orConditions(Consumer<RulesSearchCriteria.Builder>... orConditions) A list of conditions which would be applied together with an OR condition.orConditions(RulesSearchCriteria... orConditions) A list of conditions which would be applied together with an OR condition.default RulesSearchCriteria.BuilderstringCondition(Consumer<StringCondition.Builder> stringCondition) A leaf node condition which can be used to specify a string condition.stringCondition(StringCondition stringCondition) A leaf node condition which can be used to specify a string condition.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
orConditions
A list of conditions which would be applied together with an OR condition.
- Parameters:
orConditions- A list of conditions which would be applied together with an OR condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
A list of conditions which would be applied together with an OR condition.
- Parameters:
orConditions- A list of conditions which would be applied together with an OR condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orConditions
A list of conditions which would be applied together with an OR condition.
This is a convenience method that creates an instance of theRulesSearchCriteria.Builderavoiding the need to create one manually viaRulesSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorConditions(List<RulesSearchCriteria>).- Parameters:
orConditions- a consumer that will call methods onRulesSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
andConditions
A list of conditions which would be applied together with an AND condition.
- Parameters:
andConditions- A list of conditions which would be applied together with an AND condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
A list of conditions which would be applied together with an AND condition.
- Parameters:
andConditions- A list of conditions which would be applied together with an AND condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
andConditions
A list of conditions which would be applied together with an AND condition.
This is a convenience method that creates an instance of theRulesSearchCriteria.Builderavoiding the need to create one manually viaRulesSearchCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toandConditions(List<RulesSearchCriteria>).- Parameters:
andConditions- a consumer that will call methods onRulesSearchCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stringCondition
A leaf node condition which can be used to specify a string condition.
The currently supported values for
FieldNameareName,PublishStatus,EventSourceName,RuleId,IntegrationAssociationId,ActionSummaries, andRuleCapabilityTiers.- Parameters:
stringCondition- A leaf node condition which can be used to specify a string condition.The currently supported values for
FieldNameareName,PublishStatus,EventSourceName,RuleId,IntegrationAssociationId,ActionSummaries, andRuleCapabilityTiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringCondition
default RulesSearchCriteria.Builder stringCondition(Consumer<StringCondition.Builder> stringCondition) A leaf node condition which can be used to specify a string condition.
This is a convenience method that creates an instance of theThe currently supported values for
FieldNameareName,PublishStatus,EventSourceName,RuleId,IntegrationAssociationId,ActionSummaries, andRuleCapabilityTiers.StringCondition.Builderavoiding the need to create one manually viaStringCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostringCondition(StringCondition).- Parameters:
stringCondition- a consumer that will call methods onStringCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-