public static interface AdditionalResultAttribute.Builder extends SdkPojo, CopyableBuilder<AdditionalResultAttribute.Builder,AdditionalResultAttribute>
| Modifier and Type | Method and Description |
|---|---|
AdditionalResultAttribute.Builder |
key(String key)
The key that identifies the attribute.
|
AdditionalResultAttribute.Builder |
value(AdditionalResultAttributeValue value)
An object that contains the attribute value.
|
default AdditionalResultAttribute.Builder |
value(Consumer<AdditionalResultAttributeValue.Builder> value)
An object that contains the attribute value.
|
AdditionalResultAttribute.Builder |
valueType(AdditionalResultAttributeValueType valueType)
The data type of the
Value property. |
AdditionalResultAttribute.Builder |
valueType(String valueType)
The data type of the
Value property. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdditionalResultAttribute.Builder key(String key)
The key that identifies the attribute.
key - The key that identifies the attribute.AdditionalResultAttribute.Builder valueType(String valueType)
The data type of the Value property.
valueType - The data type of the Value property.AdditionalResultAttributeValueType,
AdditionalResultAttributeValueTypeAdditionalResultAttribute.Builder valueType(AdditionalResultAttributeValueType valueType)
The data type of the Value property.
valueType - The data type of the Value property.AdditionalResultAttributeValueType,
AdditionalResultAttributeValueTypeAdditionalResultAttribute.Builder value(AdditionalResultAttributeValue value)
An object that contains the attribute value.
value - An object that contains the attribute value.default AdditionalResultAttribute.Builder value(Consumer<AdditionalResultAttributeValue.Builder> value)
An object that contains the attribute value.
This is a convenience that creates an instance of theAdditionalResultAttributeValue.Builder avoiding
the need to create one manually via AdditionalResultAttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to value(AdditionalResultAttributeValue).value - a consumer that will call methods on AdditionalResultAttributeValue.Buildervalue(AdditionalResultAttributeValue)Copyright © 2020. All rights reserved.