Class CfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.kinesisanalyticsv2.mixins.CfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty>
- Enclosing interface:
CfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3ContentLocation(IResolvable s3ContentLocation) s3ContentLocation(CfnApplicationPropsMixin.S3ContentBaseLocationProperty s3ContentLocation)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3ContentLocation
@Stability(Stable) public CfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty.Builder s3ContentLocation(IResolvable s3ContentLocation) Sets the value ofCfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty.getS3ContentLocation()- Parameters:
s3ContentLocation- The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.- Returns:
this
-
s3ContentLocation
@Stability(Stable) public CfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty.Builder s3ContentLocation(CfnApplicationPropsMixin.S3ContentBaseLocationProperty s3ContentLocation) Sets the value ofCfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty.getS3ContentLocation()- Parameters:
s3ContentLocation- The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.DeployAsApplicationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-