Uses of Class
software.amazon.awscdk.services.mediatailor.CfnFunctionProps.Builder
Packages that use CfnFunctionProps.Builder
-
Uses of CfnFunctionProps.Builder in software.amazon.awscdk.services.mediatailor
Methods in software.amazon.awscdk.services.mediatailor that return CfnFunctionProps.BuilderModifier and TypeMethodDescriptionstatic CfnFunctionProps.BuilderCfnFunctionProps.builder()CfnFunctionProps.Builder.customOutputConfiguration(IResolvable customOutputConfiguration) Sets the value ofCfnFunctionProps.getCustomOutputConfiguration()CfnFunctionProps.Builder.customOutputConfiguration(CfnFunction.CustomOutputConfigurationProperty customOutputConfiguration) Sets the value ofCfnFunctionProps.getCustomOutputConfiguration()CfnFunctionProps.Builder.description(String description) Sets the value ofCfnFunctionProps.getDescription()CfnFunctionProps.Builder.functionId(String functionId) Sets the value ofCfnFunctionProps.getFunctionId()CfnFunctionProps.Builder.functionType(String functionType) Sets the value ofCfnFunctionProps.getFunctionType()CfnFunctionProps.Builder.httpRequestConfiguration(IResolvable httpRequestConfiguration) Sets the value ofCfnFunctionProps.getHttpRequestConfiguration()CfnFunctionProps.Builder.httpRequestConfiguration(CfnFunction.HttpRequestConfigurationProperty httpRequestConfiguration) Sets the value ofCfnFunctionProps.getHttpRequestConfiguration()CfnFunctionProps.Builder.sequentialExecutorConfiguration(IResolvable sequentialExecutorConfiguration) Sets the value ofCfnFunctionProps.getSequentialExecutorConfiguration()CfnFunctionProps.Builder.sequentialExecutorConfiguration(CfnFunction.SequentialExecutorConfigurationProperty sequentialExecutorConfiguration) Sets the value ofCfnFunctionProps.getSequentialExecutorConfiguration()Sets the value ofCfnFunctionProps.getTags()Constructors in software.amazon.awscdk.services.mediatailor with parameters of type CfnFunctionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFunctionProps.Builder.