| Package | Description |
|---|---|
| software.amazon.awssdk.services.mwaa |
|
| software.amazon.awssdk.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateEnvironmentResponse |
MwaaClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Creates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
default CompletableFuture<CreateEnvironmentResponse> |
MwaaAsyncClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Creates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
| Modifier and Type | Method and Description |
|---|---|
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.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.maxWorkers(Integer maxWorkers)
The maximum number of workers 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(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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)
The Apache Airflow Web server access mode.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.webserverAccessMode(WebserverAccessMode webserverAccessMode)
The Apache Airflow Web server access mode.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEnvironmentRequest.Builder> |
CreateEnvironmentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.