public static interface Environment.Builder extends SdkPojo, CopyableBuilder<Environment.Builder,Environment>
| Modifier and Type | Method and Description |
|---|---|
Environment.Builder |
airflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
The Airflow Configuration Options of the Amazon MWAA Environment.
|
Environment.Builder |
airflowVersion(String airflowVersion)
The AirflowV ersion of the Amazon MWAA Environment.
|
Environment.Builder |
arn(String arn)
The ARN of the Amazon MWAA Environment.
|
Environment.Builder |
createdAt(Instant createdAt)
The Created At date of the Amazon MWAA Environment.
|
Environment.Builder |
dagS3Path(String dagS3Path)
The Dags S3 Path of the Amazon MWAA Environment.
|
Environment.Builder |
environmentClass(String environmentClass)
The Environment Class (size) of the Amazon MWAA Environment.
|
Environment.Builder |
executionRoleArn(String executionRoleArn)
The Execution Role ARN of the Amazon MWAA Environment.
|
Environment.Builder |
kmsKey(String kmsKey)
The Kms Key of the Amazon MWAA Environment.
|
default Environment.Builder |
lastUpdate(Consumer<LastUpdate.Builder> lastUpdate)
Sets the value of the LastUpdate property for this object.
|
Environment.Builder |
lastUpdate(LastUpdate lastUpdate)
Sets the value of the LastUpdate property for this object.
|
default Environment.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The Logging Configuration of the Amazon MWAA Environment.
|
Environment.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
The Logging Configuration of the Amazon MWAA Environment.
|
Environment.Builder |
maxWorkers(Integer maxWorkers)
The Maximum Workers of the Amazon MWAA Environment.
|
Environment.Builder |
name(String name)
The name of the Amazon MWAA Environment.
|
default Environment.Builder |
networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
Sets the value of the NetworkConfiguration property for this object.
|
Environment.Builder |
networkConfiguration(NetworkConfiguration networkConfiguration)
Sets the value of the NetworkConfiguration property for this object.
|
Environment.Builder |
pluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The Plugins.zip S3 Object Version of the Amazon MWAA Environment.
|
Environment.Builder |
pluginsS3Path(String pluginsS3Path)
The Plugins.zip S3 Path of the Amazon MWAA Environment.
|
Environment.Builder |
requirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The Requirements.txt file S3 Object Version of the Amazon MWAA Environment.
|
Environment.Builder |
requirementsS3Path(String requirementsS3Path)
The Requirement.txt S3 Path of the Amazon MWAA Environment.
|
Environment.Builder |
serviceRoleArn(String serviceRoleArn)
The Service Role ARN of the Amazon MWAA Environment.
|
Environment.Builder |
sourceBucketArn(String sourceBucketArn)
The Source S3 Bucket ARN of the Amazon MWAA Environment.
|
Environment.Builder |
status(EnvironmentStatus status)
The status of the Amazon MWAA Environment.
|
Environment.Builder |
status(String status)
The status of the Amazon MWAA Environment.
|
Environment.Builder |
tags(Map<String,String> tags)
The Tags of the Amazon MWAA Environment.
|
Environment.Builder |
webserverAccessMode(String webserverAccessMode)
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
|
Environment.Builder |
webserverAccessMode(WebserverAccessMode webserverAccessMode)
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
|
Environment.Builder |
webserverUrl(String webserverUrl)
The Webserver URL of the Amazon MWAA Environment.
|
Environment.Builder |
weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)
The Weekly Maintenance Window Start of the Amazon MWAA Environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironment.Builder airflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
The Airflow Configuration Options of the Amazon MWAA Environment.
airflowConfigurationOptions - The Airflow Configuration Options of the Amazon MWAA Environment.Environment.Builder airflowVersion(String airflowVersion)
The AirflowV ersion of the Amazon MWAA Environment.
airflowVersion - The AirflowV ersion of the Amazon MWAA Environment.Environment.Builder arn(String arn)
The ARN of the Amazon MWAA Environment.
arn - The ARN of the Amazon MWAA Environment.Environment.Builder createdAt(Instant createdAt)
The Created At date of the Amazon MWAA Environment.
createdAt - The Created At date of the Amazon MWAA Environment.Environment.Builder dagS3Path(String dagS3Path)
The Dags S3 Path of the Amazon MWAA Environment.
dagS3Path - The Dags S3 Path of the Amazon MWAA Environment.Environment.Builder environmentClass(String environmentClass)
The Environment Class (size) of the Amazon MWAA Environment.
environmentClass - The Environment Class (size) of the Amazon MWAA Environment.Environment.Builder executionRoleArn(String executionRoleArn)
The Execution Role ARN of the Amazon MWAA Environment.
executionRoleArn - The Execution Role ARN of the Amazon MWAA Environment.Environment.Builder kmsKey(String kmsKey)
The Kms Key of the Amazon MWAA Environment.
kmsKey - The Kms Key of the Amazon MWAA Environment.Environment.Builder lastUpdate(LastUpdate lastUpdate)
lastUpdate - The new value for the LastUpdate property for this object.default Environment.Builder lastUpdate(Consumer<LastUpdate.Builder> lastUpdate)
LastUpdate.Builder avoiding the need to create
one manually via LastUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lastUpdate(LastUpdate).lastUpdate - a consumer that will call methods on LastUpdate.BuilderlastUpdate(LastUpdate)Environment.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
The Logging Configuration of the Amazon MWAA Environment.
loggingConfiguration - The Logging Configuration of the Amazon MWAA Environment.default Environment.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The Logging Configuration of the Amazon MWAA Environment.
This is a convenience that creates an instance of theLoggingConfiguration.Builder avoiding the need
to create one manually via LoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loggingConfiguration(LoggingConfiguration).loggingConfiguration - a consumer that will call methods on LoggingConfiguration.BuilderloggingConfiguration(LoggingConfiguration)Environment.Builder maxWorkers(Integer maxWorkers)
The Maximum Workers of the Amazon MWAA Environment.
maxWorkers - The Maximum Workers of the Amazon MWAA Environment.Environment.Builder name(String name)
The name of the Amazon MWAA Environment.
name - The name of the Amazon MWAA Environment.Environment.Builder networkConfiguration(NetworkConfiguration networkConfiguration)
networkConfiguration - The new value for the NetworkConfiguration property for this object.default Environment.Builder networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
NetworkConfiguration.Builder avoiding the need
to create one manually via NetworkConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to networkConfiguration(NetworkConfiguration).networkConfiguration - a consumer that will call methods on NetworkConfiguration.BuildernetworkConfiguration(NetworkConfiguration)Environment.Builder pluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The Plugins.zip S3 Object Version of the Amazon MWAA Environment.
pluginsS3ObjectVersion - The Plugins.zip S3 Object Version of the Amazon MWAA Environment.Environment.Builder pluginsS3Path(String pluginsS3Path)
The Plugins.zip S3 Path of the Amazon MWAA Environment.
pluginsS3Path - The Plugins.zip S3 Path of the Amazon MWAA Environment.Environment.Builder requirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The Requirements.txt file S3 Object Version of the Amazon MWAA Environment.
requirementsS3ObjectVersion - The Requirements.txt file S3 Object Version of the Amazon MWAA Environment.Environment.Builder requirementsS3Path(String requirementsS3Path)
The Requirement.txt S3 Path of the Amazon MWAA Environment.
requirementsS3Path - The Requirement.txt S3 Path of the Amazon MWAA Environment.Environment.Builder serviceRoleArn(String serviceRoleArn)
The Service Role ARN of the Amazon MWAA Environment.
serviceRoleArn - The Service Role ARN of the Amazon MWAA Environment.Environment.Builder sourceBucketArn(String sourceBucketArn)
The Source S3 Bucket ARN of the Amazon MWAA Environment.
sourceBucketArn - The Source S3 Bucket ARN of the Amazon MWAA Environment.Environment.Builder status(String status)
The status of the Amazon MWAA Environment.
status - The status of the Amazon MWAA Environment.EnvironmentStatus,
EnvironmentStatusEnvironment.Builder status(EnvironmentStatus status)
The status of the Amazon MWAA Environment.
status - The status of the Amazon MWAA Environment.EnvironmentStatus,
EnvironmentStatusEnvironment.Builder tags(Map<String,String> tags)
The Tags of the Amazon MWAA Environment.
tags - The Tags of the Amazon MWAA Environment.Environment.Builder webserverAccessMode(String webserverAccessMode)
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
webserverAccessMode - The Webserver Access Mode of the Amazon MWAA Environment (public or private only).WebserverAccessMode,
WebserverAccessModeEnvironment.Builder webserverAccessMode(WebserverAccessMode webserverAccessMode)
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
webserverAccessMode - The Webserver Access Mode of the Amazon MWAA Environment (public or private only).WebserverAccessMode,
WebserverAccessModeEnvironment.Builder webserverUrl(String webserverUrl)
The Webserver URL of the Amazon MWAA Environment.
webserverUrl - The Webserver URL of the Amazon MWAA Environment.Environment.Builder weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)
The Weekly Maintenance Window Start of the Amazon MWAA Environment.
weeklyMaintenanceWindowStart - The Weekly Maintenance Window Start of the Amazon MWAA Environment.Copyright © 2021. All rights reserved.