@Stability(value=Experimental) public static final class EnvironmentFileConfig.Builder extends Object implements software.amazon.jsii.Builder<EnvironmentFileConfig>
EnvironmentFileConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentFileConfig |
build()
Builds the configured instance.
|
EnvironmentFileConfig.Builder |
fileType(EnvironmentFileType fileType)
Sets the value of
EnvironmentFileConfig.getFileType() |
EnvironmentFileConfig.Builder |
s3Location(Location s3Location)
Sets the value of
EnvironmentFileConfig.getS3Location() |
@Stability(value=Experimental) public EnvironmentFileConfig.Builder fileType(EnvironmentFileType fileType)
EnvironmentFileConfig.getFileType()fileType - The type of environment file. This parameter is required.this@Stability(value=Experimental) public EnvironmentFileConfig.Builder s3Location(Location s3Location)
EnvironmentFileConfig.getS3Location()s3Location - The location of the environment file in S3. This parameter is required.this@Stability(value=Experimental) public EnvironmentFileConfig build()
build in interface software.amazon.jsii.Builder<EnvironmentFileConfig>EnvironmentFileConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.