@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 |
getMaxWorkers()
The maximum number of workers 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 |
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 |
setMaxWorkers(Integer maxWorkers)
The maximum number of workers 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 |
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 |
withMaxWorkers(Integer maxWorkers)
The maximum number of workers 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 |
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 Map<String,String> getAirflowConfigurationOptions()
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. To learn more, 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. To learn more, 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. To learn more, 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. To learn more, 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. To learn more, see Apache Airflow
configuration options.public UpdateEnvironmentRequest addAirflowConfigurationOptionsEntry(String key, String value)
public UpdateEnvironmentRequest clearAirflowConfigurationOptionsEntries()
public void setAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid
values: 1.10.12
, 2.0.2
.
airflowVersion
- The Apache Airflow version for your environment. If no value is specified, defaults to the latest version.
Valid values: 1.10.12
, 2.0.2
.public String getAirflowVersion()
The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid
values: 1.10.12
, 2.0.2
.
1.10.12
, 2.0.2
.public UpdateEnvironmentRequest withAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid
values: 1.10.12
, 2.0.2
.
airflowVersion
- The Apache Airflow version for your environment. If no value is specified, defaults to the latest version.
Valid values: 1.10.12
, 2.0.2
.public void setDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. To learn more, see
Adding or updating
DAGs.
dagS3Path
- The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. To learn
more, see Adding
or updating DAGs.public String getDagS3Path()
The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. To learn more, see
Adding or updating
DAGs.
dags
. To learn
more, 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
. To learn more, see
Adding or updating
DAGs.
dagS3Path
- The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. To learn
more, see Adding
or updating DAGs.public void setEnvironmentClass(String environmentClass)
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
. To learn more, see Amazon
MWAA environment class.
environmentClass
- The environment class type. Valid values: mw1.small
, mw1.medium
,
mw1.large
. To learn more, see Amazon MWAA environment
class.public String getEnvironmentClass()
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
. To learn more, see Amazon
MWAA environment class.
mw1.small
, mw1.medium
,
mw1.large
. To learn more, see Amazon MWAA environment
class.public UpdateEnvironmentRequest withEnvironmentClass(String environmentClass)
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
. To learn more, see Amazon
MWAA environment class.
environmentClass
- The environment class type. Valid values: mw1.small
, mw1.medium
,
mw1.large
. To learn more, see Amazon MWAA environment
class.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
. To learn
more, 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
. To
learn more, 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
. To learn
more, see Amazon MWAA Execution
role.
arn:aws:iam::123456789:role/my-execution-role
. To learn more, 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
. To learn
more, 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
. To
learn more, see Amazon
MWAA Execution role.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 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 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 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 setNetworkConfiguration(UpdateNetworkConfigurationInput networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. To learn more, 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. To learn more, 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. To learn more, 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. To learn more, 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. To learn more, see About networking on Amazon
MWAA.public void setPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket. A version must be specified each time a plugins.zip file is updated. To learn more, see How S3 Versioning works.
pluginsS3ObjectVersion
- The version of the plugins.zip file on your Amazon S3 bucket. A version must be specified each time a
plugins.zip file is updated. To learn more, see How S3 Versioning
works.public String getPluginsS3ObjectVersion()
The version of the plugins.zip file on your Amazon S3 bucket. A version must be specified each time a plugins.zip file is updated. To learn more, see How S3 Versioning works.
public UpdateEnvironmentRequest withPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket. A version must be specified each time a plugins.zip file is updated. To learn more, see How S3 Versioning works.
pluginsS3ObjectVersion
- The version of the plugins.zip file on your Amazon S3 bucket. A version must be specified each time a
plugins.zip file is updated. To learn more, see How S3 Versioning
works.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. To learn more, 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. To learn more, 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. To learn more, 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. To learn more, 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. To learn more, 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. To learn more, see Installing
custom plugins.public void setRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the requirements.txt file on your Amazon S3 bucket. A version must be specified each time a requirements.txt file is updated. To learn more, see How S3 Versioning works.
requirementsS3ObjectVersion
- The version of the requirements.txt file on your Amazon S3 bucket. A version must be specified each time a
requirements.txt file is updated. To learn more, see How S3 Versioning
works.public String getRequirementsS3ObjectVersion()
The version of the requirements.txt file on your Amazon S3 bucket. A version must be specified each time a requirements.txt file is updated. To learn more, see How S3 Versioning works.
public UpdateEnvironmentRequest withRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the requirements.txt file on your Amazon S3 bucket. A version must be specified each time a requirements.txt file is updated. To learn more, see How S3 Versioning works.
requirementsS3ObjectVersion
- The version of the requirements.txt file on your Amazon S3 bucket. A version must be specified each time a
requirements.txt file is updated. To learn more, 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. To learn more, 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. To learn more, 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. To learn more, see Installing Python
dependencies.
requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a file version is required. To learn more, 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. To learn more, 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. To learn more, see Installing Python
dependencies.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 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
. To learn more, 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
. To learn more, 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
. To learn more, see Create an Amazon S3 bucket for
Amazon MWAA.
arn:aws:s3:::my-airflow-bucket-unique-name
. To learn more, 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
. To learn more, 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
. To learn more, see Create an Amazon S3 bucket
for Amazon MWAA.public void setWebserverAccessMode(String webserverAccessMode)
The Apache Airflow Web server access mode. To learn more, see Apache Airflow access modes.
webserverAccessMode
- The Apache Airflow Web server access mode. To learn more, see Apache Airflow access
modes.WebserverAccessMode
public String getWebserverAccessMode()
The Apache Airflow Web server access mode. To learn more, see Apache Airflow access modes.
WebserverAccessMode
public UpdateEnvironmentRequest withWebserverAccessMode(String webserverAccessMode)
The Apache Airflow Web server access mode. To learn more, see Apache Airflow access modes.
webserverAccessMode
- The Apache Airflow Web server access mode. To learn more, see Apache Airflow access
modes.WebserverAccessMode
public UpdateEnvironmentRequest withWebserverAccessMode(WebserverAccessMode webserverAccessMode)
The Apache Airflow Web server access mode. To learn more, see Apache Airflow access modes.
webserverAccessMode
- The Apache Airflow Web server access mode. To learn more, see Apache Airflow access
modes.WebserverAccessMode
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 String toString()
toString
in class Object
Object.toString()
public UpdateEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()