Class CfnApplicationPropsMixin.ApplicationCodeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationPropsMixin.ApplicationCodeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.ApplicationCodeConfigurationProperty>
- Enclosing interface:
CfnApplicationPropsMixin.ApplicationCodeConfigurationProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.ApplicationCodeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.ApplicationCodeConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.codeContent(CfnApplicationPropsMixin.CodeContentProperty codeContent) codeContent(IResolvable codeContent) codeContentType(String codeContentType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
codeContent
@Stability(Stable) public CfnApplicationPropsMixin.ApplicationCodeConfigurationProperty.Builder codeContent(IResolvable codeContent) - Parameters:
codeContent- The location and type of the application code.- Returns:
this
-
codeContent
@Stability(Stable) public CfnApplicationPropsMixin.ApplicationCodeConfigurationProperty.Builder codeContent(CfnApplicationPropsMixin.CodeContentProperty codeContent) - Parameters:
codeContent- The location and type of the application code.- Returns:
this
-
codeContentType
@Stability(Stable) public CfnApplicationPropsMixin.ApplicationCodeConfigurationProperty.Builder codeContentType(String codeContentType) Sets the value ofCfnApplicationPropsMixin.ApplicationCodeConfigurationProperty.getCodeContentType()- Parameters:
codeContentType- Specifies whether the code content is in text or zip format.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin.ApplicationCodeConfigurationProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.ApplicationCodeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-