Interface AutomatedReasoningPolicyDefinitionElement.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyDefinitionElement.Builder,,AutomatedReasoningPolicyDefinitionElement> SdkBuilder<AutomatedReasoningPolicyDefinitionElement.Builder,,AutomatedReasoningPolicyDefinitionElement> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyDefinitionElement
-
Method Summary
Modifier and TypeMethodDescriptionpolicyDefinitionRule(Consumer<AutomatedReasoningPolicyDefinitionRule.Builder> policyDefinitionRule) A rule element within the policy definition that contains a formal logical expression used for validation.policyDefinitionRule(AutomatedReasoningPolicyDefinitionRule policyDefinitionRule) A rule element within the policy definition that contains a formal logical expression used for validation.policyDefinitionType(Consumer<AutomatedReasoningPolicyDefinitionType.Builder> policyDefinitionType) A custom type element within the policy definition that defines a set of possible values for variables.policyDefinitionType(AutomatedReasoningPolicyDefinitionType policyDefinitionType) A custom type element within the policy definition that defines a set of possible values for variables.policyDefinitionVariable(Consumer<AutomatedReasoningPolicyDefinitionVariable.Builder> policyDefinitionVariable) A variable element within the policy definition that represents a concept used in logical expressions and rules.policyDefinitionVariable(AutomatedReasoningPolicyDefinitionVariable policyDefinitionVariable) A variable element within the policy definition that represents a concept used in logical expressions and rules.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
-
policyDefinitionVariable
AutomatedReasoningPolicyDefinitionElement.Builder policyDefinitionVariable(AutomatedReasoningPolicyDefinitionVariable policyDefinitionVariable) A variable element within the policy definition that represents a concept used in logical expressions and rules.
- Parameters:
policyDefinitionVariable- A variable element within the policy definition that represents a concept used in logical expressions and rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDefinitionVariable
default AutomatedReasoningPolicyDefinitionElement.Builder policyDefinitionVariable(Consumer<AutomatedReasoningPolicyDefinitionVariable.Builder> policyDefinitionVariable) A variable element within the policy definition that represents a concept used in logical expressions and rules.
This is a convenience method that creates an instance of theAutomatedReasoningPolicyDefinitionVariable.Builderavoiding the need to create one manually viaAutomatedReasoningPolicyDefinitionVariable.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topolicyDefinitionVariable(AutomatedReasoningPolicyDefinitionVariable).- Parameters:
policyDefinitionVariable- a consumer that will call methods onAutomatedReasoningPolicyDefinitionVariable.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyDefinitionType
AutomatedReasoningPolicyDefinitionElement.Builder policyDefinitionType(AutomatedReasoningPolicyDefinitionType policyDefinitionType) A custom type element within the policy definition that defines a set of possible values for variables.
- Parameters:
policyDefinitionType- A custom type element within the policy definition that defines a set of possible values for variables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDefinitionType
default AutomatedReasoningPolicyDefinitionElement.Builder policyDefinitionType(Consumer<AutomatedReasoningPolicyDefinitionType.Builder> policyDefinitionType) A custom type element within the policy definition that defines a set of possible values for variables.
This is a convenience method that creates an instance of theAutomatedReasoningPolicyDefinitionType.Builderavoiding the need to create one manually viaAutomatedReasoningPolicyDefinitionType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topolicyDefinitionType(AutomatedReasoningPolicyDefinitionType).- Parameters:
policyDefinitionType- a consumer that will call methods onAutomatedReasoningPolicyDefinitionType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyDefinitionRule
AutomatedReasoningPolicyDefinitionElement.Builder policyDefinitionRule(AutomatedReasoningPolicyDefinitionRule policyDefinitionRule) A rule element within the policy definition that contains a formal logical expression used for validation.
- Parameters:
policyDefinitionRule- A rule element within the policy definition that contains a formal logical expression used for validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDefinitionRule
default AutomatedReasoningPolicyDefinitionElement.Builder policyDefinitionRule(Consumer<AutomatedReasoningPolicyDefinitionRule.Builder> policyDefinitionRule) A rule element within the policy definition that contains a formal logical expression used for validation.
This is a convenience method that creates an instance of theAutomatedReasoningPolicyDefinitionRule.Builderavoiding the need to create one manually viaAutomatedReasoningPolicyDefinitionRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topolicyDefinitionRule(AutomatedReasoningPolicyDefinitionRule).- Parameters:
policyDefinitionRule- a consumer that will call methods onAutomatedReasoningPolicyDefinitionRule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-