@Stability(value=Stable) public static final class CfnFlow.UpsolverDestinationPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.UpsolverDestinationPropertiesProperty>
CfnFlow.UpsolverDestinationPropertiesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFlow.UpsolverDestinationPropertiesProperty.Builder |
bucketName(String bucketName)
Sets the value of
CfnFlow.UpsolverDestinationPropertiesProperty.getBucketName() |
CfnFlow.UpsolverDestinationPropertiesProperty.Builder |
bucketPrefix(String bucketPrefix)
Sets the value of
CfnFlow.UpsolverDestinationPropertiesProperty.getBucketPrefix() |
CfnFlow.UpsolverDestinationPropertiesProperty |
build()
Builds the configured instance.
|
CfnFlow.UpsolverDestinationPropertiesProperty.Builder |
s3OutputFormatConfig(CfnFlow.UpsolverS3OutputFormatConfigProperty s3OutputFormatConfig)
Sets the value of
CfnFlow.UpsolverDestinationPropertiesProperty.getS3OutputFormatConfig() |
CfnFlow.UpsolverDestinationPropertiesProperty.Builder |
s3OutputFormatConfig(IResolvable s3OutputFormatConfig)
Sets the value of
CfnFlow.UpsolverDestinationPropertiesProperty.getS3OutputFormatConfig() |
@Stability(value=Stable) public CfnFlow.UpsolverDestinationPropertiesProperty.Builder bucketName(String bucketName)
CfnFlow.UpsolverDestinationPropertiesProperty.getBucketName()
bucketName
- `CfnFlow.UpsolverDestinationPropertiesProperty.BucketName`. This parameter is required.this
@Stability(value=Stable) public CfnFlow.UpsolverDestinationPropertiesProperty.Builder s3OutputFormatConfig(CfnFlow.UpsolverS3OutputFormatConfigProperty s3OutputFormatConfig)
CfnFlow.UpsolverDestinationPropertiesProperty.getS3OutputFormatConfig()
s3OutputFormatConfig
- `CfnFlow.UpsolverDestinationPropertiesProperty.S3OutputFormatConfig`. This parameter is required.this
@Stability(value=Stable) public CfnFlow.UpsolverDestinationPropertiesProperty.Builder s3OutputFormatConfig(IResolvable s3OutputFormatConfig)
CfnFlow.UpsolverDestinationPropertiesProperty.getS3OutputFormatConfig()
s3OutputFormatConfig
- `CfnFlow.UpsolverDestinationPropertiesProperty.S3OutputFormatConfig`. This parameter is required.this
@Stability(value=Stable) public CfnFlow.UpsolverDestinationPropertiesProperty.Builder bucketPrefix(String bucketPrefix)
CfnFlow.UpsolverDestinationPropertiesProperty.getBucketPrefix()
bucketPrefix
- `CfnFlow.UpsolverDestinationPropertiesProperty.BucketPrefix`.this
@Stability(value=Stable) public CfnFlow.UpsolverDestinationPropertiesProperty build()
build
in interface software.amazon.jsii.Builder<CfnFlow.UpsolverDestinationPropertiesProperty>
CfnFlow.UpsolverDestinationPropertiesProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.