Module org.mule.runtime.dsl.api
Class KeyAttributeDefinitionPair.Builder
java.lang.Object
org.mule.runtime.dsl.api.component.KeyAttributeDefinitionPair.Builder
- Enclosing class:
- KeyAttributeDefinitionPair
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Method to build theKeyAttributeDefinitionPair.withAttributeDefinition(AttributeDefinition attributeDefinition)
-
Method Details
-
withKey
- Parameters:
key- key to use to hold the value.- Returns:
- the builder
-
withAttributeDefinition
public KeyAttributeDefinitionPair.Builder withAttributeDefinition(AttributeDefinition attributeDefinition) - Parameters:
attributeDefinition- definition to obtain a value from the configuration model.- Returns:
- the builder
-
build
Method to build theKeyAttributeDefinitionPair.- Returns:
- build a
KeyAttributeDefinitionPairwith the provided configuration.
-