CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.airflowConfigurationOptions(Map<String,String> airflowConfigurationOptions) |
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.airflowVersion(String airflowVersion) |
The Apache Airflow version for your environment.
|
static CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.builder() |
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.dagS3Path(String dagS3Path) |
The relative path to the DAGs folder on your Amazon S3 bucket.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.endpointManagement(String endpointManagement) |
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or
by Amazon MWAA.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.endpointManagement(EndpointManagement endpointManagement) |
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or
by Amazon MWAA.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.environmentClass(String environmentClass) |
The environment class type.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the execution role for your environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.kmsKey(String kmsKey) |
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment.
|
default CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.loggingConfiguration(Consumer<LoggingConfigurationInput.Builder> loggingConfiguration) |
Defines the Apache Airflow logs to send to CloudWatch Logs.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.loggingConfiguration(LoggingConfigurationInput loggingConfiguration) |
Defines the Apache Airflow logs to send to CloudWatch Logs.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.maxWebservers(Integer maxWebservers) |
The maximum number of web servers that you want to run in your environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.maxWorkers(Integer maxWorkers) |
The maximum number of workers that you want to run in your environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.minWebservers(Integer minWebservers) |
The minimum number of web servers that you want to run in your environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.minWorkers(Integer minWorkers) |
The minimum number of workers that you want to run in your environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.name(String name) |
The name of the Amazon MWAA environment.
|
default CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
The VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.networkConfiguration(NetworkConfiguration networkConfiguration) |
The VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.pluginsS3ObjectVersion(String pluginsS3ObjectVersion) |
The version of the plugins.zip file on your Amazon S3 bucket.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.pluginsS3Path(String pluginsS3Path) |
The relative path to the plugins.zip file on your Amazon S3 bucket.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.requirementsS3ObjectVersion(String requirementsS3ObjectVersion) |
The version of the requirements.txt file on your Amazon S3 bucket.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.requirementsS3Path(String requirementsS3Path) |
The relative path to the requirements.txt file on your Amazon S3 bucket.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.schedulers(Integer schedulers) |
The number of Apache Airflow schedulers to run in your environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.sourceBucketArn(String sourceBucketArn) |
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.startupScriptS3ObjectVersion(String startupScriptS3ObjectVersion) |
The version of the startup shell script in your Amazon S3 bucket.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.startupScriptS3Path(String startupScriptS3Path) |
The relative path to the startup shell script in your Amazon S3 bucket.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tags(Map<String,String> tags) |
The key-value tag pairs you want to associate to your environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.toBuilder() |
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.webserverAccessMode(String webserverAccessMode) |
Defines the access mode for the Apache Airflow web server.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.webserverAccessMode(WebserverAccessMode webserverAccessMode) |
Defines the access mode for the Apache Airflow web server.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart) |
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time to start weekly
maintenance updates of your environment in the following format: DAY:HH:MM.
|