@Stability(value=Stable) public static final class CfnFleet.S3LocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFleet.S3LocationProperty>
CfnFleet.S3LocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFleet.S3LocationProperty |
build()
Builds the configured instance.
|
CfnFleet.S3LocationProperty.Builder |
s3Bucket(String s3Bucket)
Sets the value of
CfnFleet.S3LocationProperty.getS3Bucket() |
CfnFleet.S3LocationProperty.Builder |
s3Key(String s3Key)
Sets the value of
CfnFleet.S3LocationProperty.getS3Key() |
@Stability(value=Stable) public CfnFleet.S3LocationProperty.Builder s3Bucket(String s3Bucket)
CfnFleet.S3LocationProperty.getS3Bucket()s3Bucket - The S3 bucket of the S3 object. This parameter is required.this@Stability(value=Stable) public CfnFleet.S3LocationProperty.Builder s3Key(String s3Key)
CfnFleet.S3LocationProperty.getS3Key()s3Key - The S3 key of the S3 object. This parameter is required.this@Stability(value=Stable) public CfnFleet.S3LocationProperty build()
build in interface software.amazon.jsii.Builder<CfnFleet.S3LocationProperty>CfnFleet.S3LocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.