public static final class CfnApplicationV2.S3ContentLocationProperty.Builder
extends java.lang.Object
CfnApplicationV2.S3ContentLocationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnApplicationV2.S3ContentLocationProperty.Builder |
bucketArn(java.lang.String bucketArn)
Sets the value of
CfnApplicationV2.S3ContentLocationProperty.getBucketArn() |
CfnApplicationV2.S3ContentLocationProperty |
build()
Builds the configured instance.
|
CfnApplicationV2.S3ContentLocationProperty.Builder |
fileKey(java.lang.String fileKey)
Sets the value of
CfnApplicationV2.S3ContentLocationProperty.getFileKey() |
CfnApplicationV2.S3ContentLocationProperty.Builder |
objectVersion(java.lang.String objectVersion)
Sets the value of
CfnApplicationV2.S3ContentLocationProperty.getObjectVersion() |
public CfnApplicationV2.S3ContentLocationProperty.Builder bucketArn(java.lang.String bucketArn)
CfnApplicationV2.S3ContentLocationProperty.getBucketArn()
bucketArn
- The Amazon Resource Name (ARN) for the S3 bucket containing the application code. This parameter is required.this
public CfnApplicationV2.S3ContentLocationProperty.Builder fileKey(java.lang.String fileKey)
CfnApplicationV2.S3ContentLocationProperty.getFileKey()
fileKey
- The file key for the object containing the application code. This parameter is required.this
public CfnApplicationV2.S3ContentLocationProperty.Builder objectVersion(java.lang.String objectVersion)
CfnApplicationV2.S3ContentLocationProperty.getObjectVersion()
objectVersion
- The version of the object containing the application code.this
public CfnApplicationV2.S3ContentLocationProperty build()
CfnApplicationV2.S3ContentLocationProperty
java.lang.NullPointerException
- if any required attribute was not provided