Class CfnApplication.DeployAsApplicationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.DeployAsApplicationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplication.DeployAsApplicationConfigurationProperty>
- Enclosing interface:
CfnApplication.DeployAsApplicationConfigurationProperty
@Stability(Stable)
public static final class CfnApplication.DeployAsApplicationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication.DeployAsApplicationConfigurationProperty>
A builder for
CfnApplication.DeployAsApplicationConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.s3ContentLocation
(IResolvable s3ContentLocation) s3ContentLocation
(CfnApplication.S3ContentBaseLocationProperty s3ContentLocation)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3ContentLocation
@Stability(Stable) public CfnApplication.DeployAsApplicationConfigurationProperty.Builder s3ContentLocation(IResolvable s3ContentLocation) - 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. This parameter is required.- Returns:
this
-
s3ContentLocation
@Stability(Stable) public CfnApplication.DeployAsApplicationConfigurationProperty.Builder s3ContentLocation(CfnApplication.S3ContentBaseLocationProperty s3ContentLocation) - 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. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnApplication.DeployAsApplicationConfigurationProperty>
- Returns:
- a new instance of
CfnApplication.DeployAsApplicationConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-