| Package | Description |
|---|---|
| software.amazon.awssdk.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
Environment.Builder |
Environment.Builder.airflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
The Airflow Configuration Options of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.airflowVersion(String airflowVersion)
The AirflowV ersion of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.arn(String arn)
The ARN of the Amazon MWAA Environment.
|
static Environment.Builder |
Environment.builder() |
Environment.Builder |
Environment.Builder.createdAt(Instant createdAt)
The Created At date of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.dagS3Path(String dagS3Path)
The Dags S3 Path of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.environmentClass(String environmentClass)
The Environment Class (size) of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.executionRoleArn(String executionRoleArn)
The Execution Role ARN of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.kmsKey(String kmsKey)
The Kms Key of the Amazon MWAA Environment.
|
default Environment.Builder |
Environment.Builder.lastUpdate(Consumer<LastUpdate.Builder> lastUpdate)
Sets the value of the LastUpdate property for this object.
|
Environment.Builder |
Environment.Builder.lastUpdate(LastUpdate lastUpdate)
Sets the value of the LastUpdate property for this object.
|
default Environment.Builder |
Environment.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The Logging Configuration of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration)
The Logging Configuration of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.maxWorkers(Integer maxWorkers)
The Maximum Workers of the Amazon MWAA 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)
Sets the value of the NetworkConfiguration property for this object.
|
Environment.Builder |
Environment.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
Sets the value of the NetworkConfiguration property for this object.
|
Environment.Builder |
Environment.Builder.pluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The Plugins.zip S3 Object Version of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.pluginsS3Path(String pluginsS3Path)
The Plugins.zip S3 Path of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.requirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The Requirements.txt file S3 Object Version of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.requirementsS3Path(String requirementsS3Path)
The Requirement.txt S3 Path of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.serviceRoleArn(String serviceRoleArn)
The Service Role ARN of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.sourceBucketArn(String sourceBucketArn)
The Source S3 Bucket ARN of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.status(EnvironmentStatus status)
The status of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.status(String status)
The status of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.tags(Map<String,String> tags)
The Tags of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.toBuilder() |
Environment.Builder |
Environment.Builder.webserverAccessMode(String webserverAccessMode)
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
|
Environment.Builder |
Environment.Builder.webserverAccessMode(WebserverAccessMode webserverAccessMode)
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
|
Environment.Builder |
Environment.Builder.webserverUrl(String webserverUrl)
The Webserver URL of the Amazon MWAA Environment.
|
Environment.Builder |
Environment.Builder.weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)
The Weekly Maintenance Window Start of the Amazon MWAA Environment.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Environment.Builder> |
Environment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.environment(Consumer<Environment.Builder> environment)
A JSON blob with environment details.
|
Copyright © 2021. All rights reserved.