Environment.Builder |
Environment.Builder.airflowConfigurationOptions(Map<String,String> airflowConfigurationOptions) |
A list of key-value pairs containing the Apache Airflow configuration options attached to your environment.
|
Environment.Builder |
Environment.Builder.airflowVersion(String airflowVersion) |
The Apache Airflow version on your environment.
|
Environment.Builder |
Environment.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the Amazon MWAA environment.
|
static Environment.Builder |
Environment.builder() |
|
Environment.Builder |
Environment.Builder.celeryExecutorQueue(String celeryExecutorQueue) |
|
Environment.Builder |
Environment.Builder.createdAt(Instant createdAt) |
The day and time the environment was created.
|
Environment.Builder |
Environment.Builder.dagS3Path(String dagS3Path) |
The relative path to the DAGs folder in your Amazon S3 bucket.
|
Environment.Builder |
Environment.Builder.databaseVpcEndpointService(String databaseVpcEndpointService) |
The VPC endpoint for the environment's Amazon RDS database.
|
Environment.Builder |
Environment.Builder.endpointManagement(String endpointManagement) |
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or
by Amazon MWAA.
|
Environment.Builder |
Environment.Builder.endpointManagement(EndpointManagement endpointManagement) |
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or
by Amazon MWAA.
|
Environment.Builder |
Environment.Builder.environmentClass(String environmentClass) |
The environment class type.
|
Environment.Builder |
Environment.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access Amazon Web Services
resources in your environment.
|
Environment.Builder |
Environment.Builder.kmsKey(String kmsKey) |
The KMS encryption key used to encrypt the data in your environment.
|
default Environment.Builder |
Environment.Builder.lastUpdate(Consumer<LastUpdate.Builder> lastUpdate) |
The status of the last update on the environment.
|
Environment.Builder |
Environment.Builder.lastUpdate(LastUpdate lastUpdate) |
The status of the last update on the environment.
|
default Environment.Builder |
Environment.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) |
The Apache Airflow logs published to CloudWatch Logs.
|
Environment.Builder |
Environment.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration) |
The Apache Airflow logs published to CloudWatch Logs.
|
Environment.Builder |
Environment.Builder.maxWebservers(Integer maxWebservers) |
The maximum number of web servers that you want to run in your environment.
|
Environment.Builder |
Environment.Builder.maxWorkers(Integer maxWorkers) |
The maximum number of workers that run in your environment.
|
Environment.Builder |
Environment.Builder.minWebservers(Integer minWebservers) |
The minimum number of web servers that you want to run in your environment.
|
Environment.Builder |
Environment.Builder.minWorkers(Integer minWorkers) |
The minimum number of workers that run in your environment.
|
Environment.Builder |
Environment.Builder.name(String name) |
The name of the Amazon MWAA environment.
|
default Environment.Builder |
Environment.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
Describes the VPC networking components used to secure and enable network traffic between the Amazon Web
Services resources for your environment.
|
Environment.Builder |
Environment.Builder.networkConfiguration(NetworkConfiguration networkConfiguration) |
Describes the VPC networking components used to secure and enable network traffic between the Amazon Web
Services resources for your environment.
|
Environment.Builder |
Environment.Builder.pluginsS3ObjectVersion(String pluginsS3ObjectVersion) |
The version of the plugins.zip file in your Amazon S3 bucket.
|
Environment.Builder |
Environment.Builder.pluginsS3Path(String pluginsS3Path) |
The relative path to the file in your Amazon S3 bucket.
|
Environment.Builder |
Environment.Builder.requirementsS3ObjectVersion(String requirementsS3ObjectVersion) |
The version of the requirements.txt file on your Amazon S3 bucket.
|
Environment.Builder |
Environment.Builder.requirementsS3Path(String requirementsS3Path) |
The relative path to the requirements.txt file in your Amazon S3 bucket.
|
Environment.Builder |
Environment.Builder.schedulers(Integer schedulers) |
The number of Apache Airflow schedulers that run in your Amazon MWAA environment.
|
Environment.Builder |
Environment.Builder.serviceRoleArn(String serviceRoleArn) |
The Amazon Resource Name (ARN) for the service-linked role of the environment.
|
Environment.Builder |
Environment.Builder.sourceBucketArn(String sourceBucketArn) |
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
Environment.Builder |
Environment.Builder.startupScriptS3ObjectVersion(String startupScriptS3ObjectVersion) |
The version of the startup shell script in your Amazon S3 bucket.
|
Environment.Builder |
Environment.Builder.startupScriptS3Path(String startupScriptS3Path) |
The relative path to the startup shell script in your Amazon S3 bucket.
|
Environment.Builder |
Environment.Builder.status(String status) |
The status of the Amazon MWAA environment.
|
Environment.Builder |
Environment.Builder.status(EnvironmentStatus status) |
The status of the Amazon MWAA environment.
|
Environment.Builder |
Environment.Builder.tags(Map<String,String> tags) |
The key-value tag pairs associated to your environment.
|
Environment.Builder |
Environment.toBuilder() |
|
Environment.Builder |
Environment.Builder.webserverAccessMode(String webserverAccessMode) |
The Apache Airflow web server access mode.
|
Environment.Builder |
Environment.Builder.webserverAccessMode(WebserverAccessMode webserverAccessMode) |
The Apache Airflow web server access mode.
|
Environment.Builder |
Environment.Builder.webserverUrl(String webserverUrl) |
The Apache Airflow web server host name for the Amazon MWAA environment.
|
Environment.Builder |
Environment.Builder.webserverVpcEndpointService(String webserverVpcEndpointService) |
The VPC endpoint for the environment's web server.
|
Environment.Builder |
Environment.Builder.weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart) |
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly
maintenance updates are scheduled.
|