public static final class EnvironmentFileConfig.Builder
extends java.lang.Object
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() |
public EnvironmentFileConfig.Builder fileType(EnvironmentFileType fileType)
EnvironmentFileConfig.getFileType()
fileType
- The type of environment file. This parameter is required.this
public EnvironmentFileConfig.Builder s3Location(Location s3Location)
EnvironmentFileConfig.getS3Location()
s3Location
- The location of the environment file in S3. This parameter is required.this
public EnvironmentFileConfig build()
EnvironmentFileConfig
java.lang.NullPointerException
- if any required attribute was not provided