@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEnvironmentRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentRequest |
addAirflowConfigurationOptionsEntry(String key,
String value)
Add a single AirflowConfigurationOptions entry
|
UpdateEnvironmentRequest |
clearAirflowConfigurationOptionsEntries()
Removes all the entries added into AirflowConfigurationOptions.
|
UpdateEnvironmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getAirflowConfigurationOptions()
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment.
|
String |
getAirflowVersion()
The Apache Airflow version for your environment.
|
String |
getDagS3Path()
The relative path to the DAGs folder on your Amazon S3 bucket.
|
String |
getEnvironmentClass()
The environment class type.
|
String |
getExecutionRoleArn()
The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access Amazon Web Services
resources in your environment.
|
LoggingConfigurationInput |
getLoggingConfiguration()
The Apache Airflow log types to send to CloudWatch Logs.
|
Integer |
getMaxWebservers()
The maximum number of web servers that you want to run in your environment.
|
Integer |
getMaxWorkers()
The maximum number of workers that you want to run in your environment.
|
Integer |
getMinWebservers()
The minimum number of web servers that you want to run in your environment.
|
Integer |
getMinWorkers()
The minimum number of workers that you want to run in your environment.
|
String |
getName()
The name of your Amazon MWAA environment.
|
UpdateNetworkConfigurationInput |
getNetworkConfiguration()
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources
for your environment.
|
String |
getPluginsS3ObjectVersion()
The version of the plugins.zip file on your Amazon S3 bucket.
|
String |
getPluginsS3Path()
The relative path to the
plugins.zip file on your Amazon S3 bucket. |
String |
getRequirementsS3ObjectVersion()
The version of the requirements.txt file on your Amazon S3 bucket.
|
String |
getRequirementsS3Path()
The relative path to the
requirements.txt file on your Amazon S3 bucket. |
Integer |
getSchedulers()
The number of Apache Airflow schedulers to run in your Amazon MWAA environment.
|
String |
getSourceBucketArn()
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
String |
getStartupScriptS3ObjectVersion()
The version of the startup shell script in your Amazon S3 bucket.
|
String |
getStartupScriptS3Path()
The relative path to the startup shell script in your Amazon S3 bucket.
|
String |
getWebserverAccessMode()
The Apache Airflow Web server access mode.
|
String |
getWeeklyMaintenanceWindowStart()
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 . |
int |
hashCode() |
void |
setAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment.
|
void |
setAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment.
|
void |
setDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket.
|
void |
setEnvironmentClass(String environmentClass)
The environment class type.
|
void |
setExecutionRoleArn(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.
|
void |
setLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
The Apache Airflow log types to send to CloudWatch Logs.
|
void |
setMaxWebservers(Integer maxWebservers)
The maximum number of web servers that you want to run in your environment.
|
void |
setMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment.
|
void |
setMinWebservers(Integer minWebservers)
The minimum number of web servers that you want to run in your environment.
|
void |
setMinWorkers(Integer minWorkers)
The minimum number of workers that you want to run in your environment.
|
void |
setName(String name)
The name of your Amazon MWAA environment.
|
void |
setNetworkConfiguration(UpdateNetworkConfigurationInput networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources
for your environment.
|
void |
setPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket.
|
void |
setPluginsS3Path(String pluginsS3Path)
The relative path to the
plugins.zip file on your Amazon S3 bucket. |
void |
setRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the requirements.txt file on your Amazon S3 bucket.
|
void |
setRequirementsS3Path(String requirementsS3Path)
The relative path to the
requirements.txt file on your Amazon S3 bucket. |
void |
setSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your Amazon MWAA environment.
|
void |
setSourceBucketArn(String sourceBucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
void |
setStartupScriptS3ObjectVersion(String startupScriptS3ObjectVersion)
The version of the startup shell script in your Amazon S3 bucket.
|
void |
setStartupScriptS3Path(String startupScriptS3Path)
The relative path to the startup shell script in your Amazon S3 bucket.
|
void |
setWebserverAccessMode(String webserverAccessMode)
The Apache Airflow Web server access mode.
|
void |
setWeeklyMaintenanceWindowStart(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 . |
String |
toString()
Returns a string representation of this object.
|
UpdateEnvironmentRequest |
withAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment.
|
UpdateEnvironmentRequest |
withAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment.
|
UpdateEnvironmentRequest |
withDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket.
|
UpdateEnvironmentRequest |
withEnvironmentClass(String environmentClass)
The environment class type.
|
UpdateEnvironmentRequest |
withExecutionRoleArn(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.
|
UpdateEnvironmentRequest |
withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
The Apache Airflow log types to send to CloudWatch Logs.
|
UpdateEnvironmentRequest |
withMaxWebservers(Integer maxWebservers)
The maximum number of web servers that you want to run in your environment.
|
UpdateEnvironmentRequest |
withMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment.
|
UpdateEnvironmentRequest |
withMinWebservers(Integer minWebservers)
The minimum number of web servers that you want to run in your environment.
|
UpdateEnvironmentRequest |
withMinWorkers(Integer minWorkers)
The minimum number of workers that you want to run in your environment.
|
UpdateEnvironmentRequest |
withName(String name)
The name of your Amazon MWAA environment.
|
UpdateEnvironmentRequest |
withNetworkConfiguration(UpdateNetworkConfigurationInput networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources
for your environment.
|
UpdateEnvironmentRequest |
withPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket.
|
UpdateEnvironmentRequest |
withPluginsS3Path(String pluginsS3Path)
The relative path to the
plugins.zip file on your Amazon S3 bucket. |
UpdateEnvironmentRequest |
withRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the requirements.txt file on your Amazon S3 bucket.
|
UpdateEnvironmentRequest |
withRequirementsS3Path(String requirementsS3Path)
The relative path to the
requirements.txt file on your Amazon S3 bucket. |
UpdateEnvironmentRequest |
withSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your Amazon MWAA environment.
|
UpdateEnvironmentRequest |
withSourceBucketArn(String sourceBucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
UpdateEnvironmentRequest |
withStartupScriptS3ObjectVersion(String startupScriptS3ObjectVersion)
The version of the startup shell script in your Amazon S3 bucket.
|
UpdateEnvironmentRequest |
withStartupScriptS3Path(String startupScriptS3Path)
The relative path to the startup shell script in your Amazon S3 bucket.
|
UpdateEnvironmentRequest |
withWebserverAccessMode(String webserverAccessMode)
The Apache Airflow Web server access mode.
|
UpdateEnvironmentRequest |
withWebserverAccessMode(WebserverAccessMode webserverAccessMode)
The Apache Airflow Web server access mode.
|
UpdateEnvironmentRequest |
withWeeklyMaintenanceWindowStart(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 . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of your Amazon MWAA environment. For example, MyMWAAEnvironment
.
name
- The name of your Amazon MWAA environment. For example, MyMWAAEnvironment
.public String getName()
The name of your Amazon MWAA environment. For example, MyMWAAEnvironment
.
MyMWAAEnvironment
.public UpdateEnvironmentRequest withName(String name)
The name of your Amazon MWAA environment. For example, MyMWAAEnvironment
.
name
- The name of your Amazon MWAA environment. For example, MyMWAAEnvironment
.public void setExecutionRoleArn(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. For example, arn:aws:iam::123456789:role/my-execution-role
. For more
information, see Amazon MWAA
Execution role.
executionRoleArn
- The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access Amazon Web Services
resources in your environment. For example, arn:aws:iam::123456789:role/my-execution-role
.
For more information, see Amazon MWAA Execution
role.public String getExecutionRoleArn()
The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access Amazon Web Services
resources in your environment. For example, arn:aws:iam::123456789:role/my-execution-role
. For more
information, see Amazon MWAA
Execution role.
arn:aws:iam::123456789:role/my-execution-role
. For more information, see Amazon MWAA Execution
role.public UpdateEnvironmentRequest withExecutionRoleArn(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. For example, arn:aws:iam::123456789:role/my-execution-role
. For more
information, see Amazon MWAA
Execution role.
executionRoleArn
- The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access Amazon Web Services
resources in your environment. For example, arn:aws:iam::123456789:role/my-execution-role
.
For more information, see Amazon MWAA Execution
role.public void setAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment. To upgrade your environment, specify a newer version of Apache Airflow supported by Amazon MWAA.
Before you upgrade an environment, make sure your requirements, DAGs, plugins, and other resources used in your workflows are compatible with the new Apache Airflow version. For more information about updating your resources, see Upgrading an Amazon MWAA environment.
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
, 2.8.1
.
airflowVersion
- The Apache Airflow version for your environment. To upgrade your environment, specify a newer version of
Apache Airflow supported by Amazon MWAA.
Before you upgrade an environment, make sure your requirements, DAGs, plugins, and other resources used in your workflows are compatible with the new Apache Airflow version. For more information about updating your resources, see Upgrading an Amazon MWAA environment.
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
, 2.8.1
.
public String getAirflowVersion()
The Apache Airflow version for your environment. To upgrade your environment, specify a newer version of Apache Airflow supported by Amazon MWAA.
Before you upgrade an environment, make sure your requirements, DAGs, plugins, and other resources used in your workflows are compatible with the new Apache Airflow version. For more information about updating your resources, see Upgrading an Amazon MWAA environment.
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
, 2.8.1
.
Before you upgrade an environment, make sure your requirements, DAGs, plugins, and other resources used in your workflows are compatible with the new Apache Airflow version. For more information about updating your resources, see Upgrading an Amazon MWAA environment.
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
, 2.8.1
.
public UpdateEnvironmentRequest withAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment. To upgrade your environment, specify a newer version of Apache Airflow supported by Amazon MWAA.
Before you upgrade an environment, make sure your requirements, DAGs, plugins, and other resources used in your workflows are compatible with the new Apache Airflow version. For more information about updating your resources, see Upgrading an Amazon MWAA environment.
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
, 2.8.1
.
airflowVersion
- The Apache Airflow version for your environment. To upgrade your environment, specify a newer version of
Apache Airflow supported by Amazon MWAA.
Before you upgrade an environment, make sure your requirements, DAGs, plugins, and other resources used in your workflows are compatible with the new Apache Airflow version. For more information about updating your resources, see Upgrading an Amazon MWAA environment.
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
, 2.8.1
.
public void setSourceBucketArn(String sourceBucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For
example, arn:aws:s3:::my-airflow-bucket-unique-name
. For more information, see Create an Amazon S3 bucket for
Amazon MWAA.
sourceBucketArn
- The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are
stored. For example, arn:aws:s3:::my-airflow-bucket-unique-name
. For more information, see Create an Amazon S3 bucket
for Amazon MWAA.public String getSourceBucketArn()
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For
example, arn:aws:s3:::my-airflow-bucket-unique-name
. For more information, see Create an Amazon S3 bucket for
Amazon MWAA.
arn:aws:s3:::my-airflow-bucket-unique-name
. For more information, see
Create an Amazon S3
bucket for Amazon MWAA.public UpdateEnvironmentRequest withSourceBucketArn(String sourceBucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For
example, arn:aws:s3:::my-airflow-bucket-unique-name
. For more information, see Create an Amazon S3 bucket for
Amazon MWAA.
sourceBucketArn
- The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are
stored. For example, arn:aws:s3:::my-airflow-bucket-unique-name
. For more information, see Create an Amazon S3 bucket
for Amazon MWAA.public void setDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. For more
information, see Adding
or updating DAGs.
dagS3Path
- The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. For more
information, see Adding or updating
DAGs.public String getDagS3Path()
The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. For more
information, see Adding
or updating DAGs.
dags
. For more
information, see Adding or updating
DAGs.public UpdateEnvironmentRequest withDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. For more
information, see Adding
or updating DAGs.
dagS3Path
- The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. For more
information, see Adding or updating
DAGs.public void setPluginsS3Path(String pluginsS3Path)
The relative path to the plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip version is required. For more information, see Installing custom
plugins.
pluginsS3Path
- The relative path to the plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip version is required. For more information,
see Installing
custom plugins.public String getPluginsS3Path()
The relative path to the plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip version is required. For more information, see Installing custom
plugins.
plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip version is required. For more information,
see Installing
custom plugins.public UpdateEnvironmentRequest withPluginsS3Path(String pluginsS3Path)
The relative path to the plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip version is required. For more information, see Installing custom
plugins.
pluginsS3Path
- The relative path to the plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip version is required. For more information,
see Installing
custom plugins.public void setPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket. You must specify a version each time a
plugins.zip
file is updated. For more information, see How S3 Versioning
works.
pluginsS3ObjectVersion
- The version of the plugins.zip file on your Amazon S3 bucket. You must specify a version each time a
plugins.zip
file is updated. For more information, see How S3 Versioning
works.public String getPluginsS3ObjectVersion()
The version of the plugins.zip file on your Amazon S3 bucket. You must specify a version each time a
plugins.zip
file is updated. For more information, see How S3 Versioning
works.
plugins.zip
file is updated. For more information, see How S3 Versioning
works.public UpdateEnvironmentRequest withPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket. You must specify a version each time a
plugins.zip
file is updated. For more information, see How S3 Versioning
works.
pluginsS3ObjectVersion
- The version of the plugins.zip file on your Amazon S3 bucket. You must specify a version each time a
plugins.zip
file is updated. For more information, see How S3 Versioning
works.public void setRequirementsS3Path(String requirementsS3Path)
The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a file version is required. For more information, see Installing Python
dependencies.
requirementsS3Path
- The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a file version is required. For more information, see Installing Python
dependencies.public String getRequirementsS3Path()
The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a file version is required. For more information, see Installing Python
dependencies.
requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a file version is required. For more information, see
Installing
Python dependencies.public UpdateEnvironmentRequest withRequirementsS3Path(String requirementsS3Path)
The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a file version is required. For more information, see Installing Python
dependencies.
requirementsS3Path
- The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a file version is required. For more information, see Installing Python
dependencies.public void setRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the requirements.txt file on your Amazon S3 bucket. You must specify a version each time a
requirements.txt
file is updated. For more information, see How S3 Versioning
works.
requirementsS3ObjectVersion
- The version of the requirements.txt file on your Amazon S3 bucket. You must specify a version each time a
requirements.txt
file is updated. For more information, see How S3 Versioning
works.public String getRequirementsS3ObjectVersion()
The version of the requirements.txt file on your Amazon S3 bucket. You must specify a version each time a
requirements.txt
file is updated. For more information, see How S3 Versioning
works.
requirements.txt
file is updated. For more information, see How S3 Versioning
works.public UpdateEnvironmentRequest withRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the requirements.txt file on your Amazon S3 bucket. You must specify a version each time a
requirements.txt
file is updated. For more information, see How S3 Versioning
works.
requirementsS3ObjectVersion
- The version of the requirements.txt file on your Amazon S3 bucket. You must specify a version each time a
requirements.txt
file is updated. For more information, see How S3 Versioning
works.public void setStartupScriptS3Path(String startupScriptS3Path)
The relative path to the startup shell script in your Amazon S3 bucket. For example,
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
startupScriptS3Path
- The relative path to the startup shell script in your Amazon S3 bucket. For example,
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
public String getStartupScriptS3Path()
The relative path to the startup shell script in your Amazon S3 bucket. For example,
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
public UpdateEnvironmentRequest withStartupScriptS3Path(String startupScriptS3Path)
The relative path to the startup shell script in your Amazon S3 bucket. For example,
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
startupScriptS3Path
- The relative path to the startup shell script in your Amazon S3 bucket. For example,
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
public void setStartupScriptS3ObjectVersion(String startupScriptS3ObjectVersion)
The version of the startup shell script in your Amazon S3 bucket. You must specify the version ID that Amazon S3 assigns to the file every time you update the script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
startupScriptS3ObjectVersion
- The version of the startup shell script in your Amazon S3 bucket. You must specify the version ID that
Amazon S3 assigns to the file every time you update the script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
public String getStartupScriptS3ObjectVersion()
The version of the startup shell script in your Amazon S3 bucket. You must specify the version ID that Amazon S3 assigns to the file every time you update the script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
public UpdateEnvironmentRequest withStartupScriptS3ObjectVersion(String startupScriptS3ObjectVersion)
The version of the startup shell script in your Amazon S3 bucket. You must specify the version ID that Amazon S3 assigns to the file every time you update the script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
startupScriptS3ObjectVersion
- The version of the startup shell script in your Amazon S3 bucket. You must specify the version ID that
Amazon S3 assigns to the file every time you update the script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
public Map<String,String> getAirflowConfigurationOptions()
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. For more information, see Apache Airflow configuration options.
public void setAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. For more information, see Apache Airflow configuration options.
airflowConfigurationOptions
- A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment. For more information, see Apache Airflow
configuration options.public UpdateEnvironmentRequest withAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. For more information, see Apache Airflow configuration options.
airflowConfigurationOptions
- A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment. For more information, see Apache Airflow
configuration options.public UpdateEnvironmentRequest addAirflowConfigurationOptionsEntry(String key, String value)
public UpdateEnvironmentRequest clearAirflowConfigurationOptionsEntries()
public void setEnvironmentClass(String environmentClass)
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see Amazon MWAA environment
class.
environmentClass
- The environment class type. Valid values: mw1.small
, mw1.medium
,
mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see
Amazon MWAA environment
class.public String getEnvironmentClass()
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see Amazon MWAA environment
class.
mw1.small
, mw1.medium
,
mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see
Amazon MWAA
environment class.public UpdateEnvironmentRequest withEnvironmentClass(String environmentClass)
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see Amazon MWAA environment
class.
environmentClass
- The environment class type. Valid values: mw1.small
, mw1.medium
,
mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see
Amazon MWAA environment
class.public void setMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. For example, 20
. When
there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the one
worker that is included with your environment, or the number you specify in MinWorkers
.
maxWorkers
- The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache
Airflow workers up to the number you specify in the MaxWorkers
field. For example,
20
. When there are no more tasks running, and no more in the queue, MWAA disposes of the
extra workers leaving the one worker that is included with your environment, or the number you specify in
MinWorkers
.public Integer getMaxWorkers()
The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. For example, 20
. When
there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the one
worker that is included with your environment, or the number you specify in MinWorkers
.
MaxWorkers
field. For example,
20
. When there are no more tasks running, and no more in the queue, MWAA disposes of the
extra workers leaving the one worker that is included with your environment, or the number you specify in
MinWorkers
.public UpdateEnvironmentRequest withMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. For example, 20
. When
there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the one
worker that is included with your environment, or the number you specify in MinWorkers
.
maxWorkers
- The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache
Airflow workers up to the number you specify in the MaxWorkers
field. For example,
20
. When there are no more tasks running, and no more in the queue, MWAA disposes of the
extra workers leaving the one worker that is included with your environment, or the number you specify in
MinWorkers
.public void setNetworkConfiguration(UpdateNetworkConfigurationInput networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, see About networking on Amazon MWAA.
networkConfiguration
- The VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment. For more information, see About networking on Amazon
MWAA.public UpdateNetworkConfigurationInput getNetworkConfiguration()
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, see About networking on Amazon MWAA.
public UpdateEnvironmentRequest withNetworkConfiguration(UpdateNetworkConfigurationInput networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, see About networking on Amazon MWAA.
networkConfiguration
- The VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment. For more information, see About networking on Amazon
MWAA.public void setLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
The Apache Airflow log types to send to CloudWatch Logs.
loggingConfiguration
- The Apache Airflow log types to send to CloudWatch Logs.public LoggingConfigurationInput getLoggingConfiguration()
The Apache Airflow log types to send to CloudWatch Logs.
public UpdateEnvironmentRequest withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
The Apache Airflow log types to send to CloudWatch Logs.
loggingConfiguration
- The Apache Airflow log types to send to CloudWatch Logs.public void setWeeklyMaintenanceWindowStart(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
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.
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
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.public String getWeeklyMaintenanceWindowStart()
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
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.
DAY:HH:MM
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.public UpdateEnvironmentRequest withWeeklyMaintenanceWindowStart(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
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.
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
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.public void setWebserverAccessMode(String webserverAccessMode)
The Apache Airflow Web server access mode. For more information, see Apache Airflow access modes.
webserverAccessMode
- The Apache Airflow Web server access mode. For more information, see Apache Airflow access
modes.WebserverAccessMode
public String getWebserverAccessMode()
The Apache Airflow Web server access mode. For more information, see Apache Airflow access modes.
WebserverAccessMode
public UpdateEnvironmentRequest withWebserverAccessMode(String webserverAccessMode)
The Apache Airflow Web server access mode. For more information, see Apache Airflow access modes.
webserverAccessMode
- The Apache Airflow Web server access mode. For more information, see Apache Airflow access
modes.WebserverAccessMode
public UpdateEnvironmentRequest withWebserverAccessMode(WebserverAccessMode webserverAccessMode)
The Apache Airflow Web server access mode. For more information, see Apache Airflow access modes.
webserverAccessMode
- The Apache Airflow Web server access mode. For more information, see Apache Airflow access
modes.WebserverAccessMode
public void setMinWorkers(Integer minWorkers)
The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. When there are no more tasks running,
and no more in the queue, MWAA disposes of the extra workers leaving the worker count you specify in the
MinWorkers
field. For example, 2
.
minWorkers
- The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache
Airflow workers up to the number you specify in the MaxWorkers
field. When there are no more
tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the worker count you
specify in the MinWorkers
field. For example, 2
.public Integer getMinWorkers()
The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. When there are no more tasks running,
and no more in the queue, MWAA disposes of the extra workers leaving the worker count you specify in the
MinWorkers
field. For example, 2
.
MaxWorkers
field. When there are no more
tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the worker count you
specify in the MinWorkers
field. For example, 2
.public UpdateEnvironmentRequest withMinWorkers(Integer minWorkers)
The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. When there are no more tasks running,
and no more in the queue, MWAA disposes of the extra workers leaving the worker count you specify in the
MinWorkers
field. For example, 2
.
minWorkers
- The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache
Airflow workers up to the number you specify in the MaxWorkers
field. When there are no more
tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the worker count you
specify in the MinWorkers
field. For example, 2
.public void setSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your Amazon MWAA environment.
schedulers
- The number of Apache Airflow schedulers to run in your Amazon MWAA environment.public Integer getSchedulers()
The number of Apache Airflow schedulers to run in your Amazon MWAA environment.
public UpdateEnvironmentRequest withSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your Amazon MWAA environment.
schedulers
- The number of Apache Airflow schedulers to run in your Amazon MWAA environment.public void setMinWebservers(Integer minWebservers)
The minimum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. As the
transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the additional web servers,
and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
minWebservers
- The minimum number of web servers that you want to run in your environment. Amazon MWAA scales the number
of Apache Airflow web servers up to the number you specify for MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. As
the transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the additional
web servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public Integer getMinWebservers()
The minimum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. As the
transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the additional web servers,
and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI.
As the transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the
additional web servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public UpdateEnvironmentRequest withMinWebservers(Integer minWebservers)
The minimum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. As the
transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the additional web servers,
and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
minWebservers
- The minimum number of web servers that you want to run in your environment. Amazon MWAA scales the number
of Apache Airflow web servers up to the number you specify for MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. As
the transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the additional
web servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public void setMaxWebservers(Integer maxWebservers)
The maximum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. For example, in
scenarios where your workload requires network calls to the Apache Airflow REST API with a high
transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the number set in
MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web servers, and scales
down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
maxWebservers
- The maximum number of web servers that you want to run in your environment. Amazon MWAA scales the number
of Apache Airflow web servers up to the number you specify for MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI.
For example, in scenarios where your workload requires network calls to the Apache Airflow REST API with a
high transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the
number set in MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web
servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public Integer getMaxWebservers()
The maximum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. For example, in
scenarios where your workload requires network calls to the Apache Airflow REST API with a high
transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the number set in
MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web servers, and scales
down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI.
For example, in scenarios where your workload requires network calls to the Apache Airflow REST API with
a high transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the
number set in MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web
servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public UpdateEnvironmentRequest withMaxWebservers(Integer maxWebservers)
The maximum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. For example, in
scenarios where your workload requires network calls to the Apache Airflow REST API with a high
transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the number set in
MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web servers, and scales
down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
maxWebservers
- The maximum number of web servers that you want to run in your environment. Amazon MWAA scales the number
of Apache Airflow web servers up to the number you specify for MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI.
For example, in scenarios where your workload requires network calls to the Apache Airflow REST API with a
high transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the
number set in MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web
servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public String toString()
toString
in class Object
Object.toString()
public UpdateEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()