| Package | Description |
|---|---|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.addAirflowConfigurationOptionsEntry(String key,
String value)
Add a single AirflowConfigurationOptions entry
|
Environment |
Environment.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Environment |
Environment.clearAirflowConfigurationOptionsEntries()
Removes all the entries added into AirflowConfigurationOptions.
|
Environment |
Environment.clearTagsEntries()
Removes all the entries added into Tags.
|
Environment |
Environment.clone() |
Environment |
GetEnvironmentResult.getEnvironment()
A JSON blob with environment details.
|
Environment |
Environment.withAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
The Airflow Configuration Options of the Amazon MWAA Environment.
|
Environment |
Environment.withAirflowVersion(String airflowVersion)
The AirflowV ersion of the Amazon MWAA Environment.
|
Environment |
Environment.withArn(String arn)
The ARN of the Amazon MWAA Environment.
|
Environment |
Environment.withCreatedAt(Date createdAt)
The Created At date of the Amazon MWAA Environment.
|
Environment |
Environment.withDagS3Path(String dagS3Path)
The Dags S3 Path of the Amazon MWAA Environment.
|
Environment |
Environment.withEnvironmentClass(String environmentClass)
The Environment Class (size) of the Amazon MWAA Environment.
|
Environment |
Environment.withExecutionRoleArn(String executionRoleArn)
The Execution Role ARN of the Amazon MWAA Environment.
|
Environment |
Environment.withKmsKey(String kmsKey)
The Kms Key of the Amazon MWAA Environment.
|
Environment |
Environment.withLastUpdate(LastUpdate lastUpdate) |
Environment |
Environment.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The Logging Configuration of the Amazon MWAA Environment.
|
Environment |
Environment.withMaxWorkers(Integer maxWorkers)
The Maximum Workers of the Amazon MWAA Environment.
|
Environment |
Environment.withName(String name)
The name of the Amazon MWAA Environment.
|
Environment |
Environment.withNetworkConfiguration(NetworkConfiguration networkConfiguration) |
Environment |
Environment.withPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The Plugins.zip S3 Object Version of the Amazon MWAA Environment.
|
Environment |
Environment.withPluginsS3Path(String pluginsS3Path)
The Plugins.zip S3 Path of the Amazon MWAA Environment.
|
Environment |
Environment.withRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The Requirements.txt file S3 Object Version of the Amazon MWAA Environment.
|
Environment |
Environment.withRequirementsS3Path(String requirementsS3Path)
The Requirement.txt S3 Path of the Amazon MWAA Environment.
|
Environment |
Environment.withServiceRoleArn(String serviceRoleArn)
The Service Role ARN of the Amazon MWAA Environment.
|
Environment |
Environment.withSourceBucketArn(String sourceBucketArn)
The Source S3 Bucket ARN of the Amazon MWAA Environment.
|
Environment |
Environment.withStatus(EnvironmentStatus status)
The status of the Amazon MWAA Environment.
|
Environment |
Environment.withStatus(String status)
The status of the Amazon MWAA Environment.
|
Environment |
Environment.withTags(Map<String,String> tags)
The Tags of the Amazon MWAA Environment.
|
Environment |
Environment.withWebserverAccessMode(String webserverAccessMode)
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
|
Environment |
Environment.withWebserverAccessMode(WebserverAccessMode webserverAccessMode)
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
|
Environment |
Environment.withWebserverUrl(String webserverUrl)
The Webserver URL of the Amazon MWAA Environment.
|
Environment |
Environment.withWeeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)
The Weekly Maintenance Window Start of the Amazon MWAA Environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEnvironmentResult.setEnvironment(Environment environment)
A JSON blob with environment details.
|
GetEnvironmentResult |
GetEnvironmentResult.withEnvironment(Environment environment)
A JSON blob with environment details.
|
Copyright © 2021. All rights reserved.