Interface CustomOutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomOutputConfiguration.Builder,,CustomOutputConfiguration> SdkBuilder<CustomOutputConfiguration.Builder,,CustomOutputConfiguration> SdkPojo
- Enclosing class:
CustomOutputConfiguration
@Mutable
@NotThreadSafe
public static interface CustomOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<CustomOutputConfiguration.Builder,CustomOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionA map of output bindings.The expression language used to evaluate expressions in the function configuration.runtime(RuntimeType runtime) The expression language used to evaluate expressions in the function configuration.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
-
runtime
The expression language used to evaluate expressions in the function configuration. Set this to
JSONata.- Parameters:
runtime- The expression language used to evaluate expressions in the function configuration. Set this toJSONata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runtime
The expression language used to evaluate expressions in the function configuration. Set this to
JSONata.- Parameters:
runtime- The expression language used to evaluate expressions in the function configuration. Set this toJSONata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
output
A map of output bindings. Each key is a namespaced output path (such as
player_params.device_typeortemp.variant), and each value is an expression that MediaTailor evaluates at runtime against the current session state. For more information about expression syntax, see JSONata expression reference in the MediaTailor User Guide.- Parameters:
output- A map of output bindings. Each key is a namespaced output path (such asplayer_params.device_typeortemp.variant), and each value is an expression that MediaTailor evaluates at runtime against the current session state. For more information about expression syntax, see JSONata expression reference in the MediaTailor User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-