public static final class CfnApplication.S3LocationProperty.Builder
extends java.lang.Object
CfnApplication.S3LocationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnApplication.S3LocationProperty |
build()
Builds the configured instance.
|
CfnApplication.S3LocationProperty.Builder |
s3Bucket(java.lang.String s3Bucket)
Sets the value of
CfnApplication.S3LocationProperty.getS3Bucket() |
CfnApplication.S3LocationProperty.Builder |
s3Key(java.lang.String s3Key)
Sets the value of
CfnApplication.S3LocationProperty.getS3Key() |
public CfnApplication.S3LocationProperty.Builder s3Bucket(java.lang.String s3Bucket)
CfnApplication.S3LocationProperty.getS3Bucket()
s3Bucket
- The S3 bucket of the S3 object. This parameter is required.this
public CfnApplication.S3LocationProperty.Builder s3Key(java.lang.String s3Key)
CfnApplication.S3LocationProperty.getS3Key()
s3Key
- The S3 key of the S3 object. This parameter is required.this
public CfnApplication.S3LocationProperty build()
CfnApplication.S3LocationProperty
java.lang.NullPointerException
- if any required attribute was not provided