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