UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.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.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.airflowVersion(String airflowVersion) |
The Apache Airflow version for your environment.
|
static UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.builder() |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.dagS3Path(String dagS3Path) |
The relative path to the DAGs folder on your Amazon S3 bucket.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.environmentClass(String environmentClass) |
The environment class type.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.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.
|
default UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.loggingConfiguration(Consumer<LoggingConfigurationInput.Builder> loggingConfiguration) |
The Apache Airflow log types to send to CloudWatch Logs.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.loggingConfiguration(LoggingConfigurationInput loggingConfiguration) |
The Apache Airflow log types to send to CloudWatch Logs.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.maxWorkers(Integer maxWorkers) |
The maximum number of workers that you want to run in your environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.minWorkers(Integer minWorkers) |
The minimum number of workers that you want to run in your environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.name(String name) |
The name of your Amazon MWAA environment.
|
default UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.networkConfiguration(Consumer<UpdateNetworkConfigurationInput.Builder> networkConfiguration) |
The VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.networkConfiguration(UpdateNetworkConfigurationInput networkConfiguration) |
The VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.pluginsS3ObjectVersion(String pluginsS3ObjectVersion) |
The version of the plugins.zip file on your Amazon S3 bucket.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.pluginsS3Path(String pluginsS3Path) |
The relative path to the plugins.zip file on your Amazon S3 bucket.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.requirementsS3ObjectVersion(String requirementsS3ObjectVersion) |
The version of the requirements.txt file on your Amazon S3 bucket.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.requirementsS3Path(String requirementsS3Path) |
The relative path to the requirements.txt file on your Amazon S3 bucket.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.schedulers(Integer schedulers) |
The number of Apache Airflow schedulers to run in your Amazon MWAA environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.sourceBucketArn(String sourceBucketArn) |
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.startupScriptS3ObjectVersion(String startupScriptS3ObjectVersion) |
The version of the startup shell script in your Amazon S3 bucket.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.startupScriptS3Path(String startupScriptS3Path) |
The relative path to the startup shell script in your Amazon S3 bucket.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.toBuilder() |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.webserverAccessMode(String webserverAccessMode) |
The Apache Airflow Web server access mode.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.webserverAccessMode(WebserverAccessMode webserverAccessMode) |
The Apache Airflow Web server access mode.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.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.
|