@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation to create an environment. For more information, see Get started with Amazon Managed Workflows for Apache Airflow.
NOOP
Constructor and Description |
---|
CreateEnvironmentRequest() |
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentRequest |
addAirflowConfigurationOptionsEntry(String key,
String value)
Add a single AirflowConfigurationOptions entry
|
CreateEnvironmentRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateEnvironmentRequest |
clearAirflowConfigurationOptionsEntries()
Removes all the entries added into AirflowConfigurationOptions.
|
CreateEnvironmentRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateEnvironmentRequest |
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 for your environment.
|
String |
getKmsKey()
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment.
|
LoggingConfigurationInput |
getLoggingConfiguration()
Defines the Apache Airflow logs 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 the Amazon MWAA environment.
|
NetworkConfiguration |
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 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.
|
Map<String,String> |
getTags()
The key-value tag pairs you want to associate to your environment.
|
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 for your environment.
|
void |
setKmsKey(String kmsKey)
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment.
|
void |
setLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs 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 the Amazon MWAA environment.
|
void |
setNetworkConfiguration(NetworkConfiguration 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 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 |
setTags(Map<String,String> tags)
The key-value tag pairs you want to associate to your environment.
|
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.
|
CreateEnvironmentRequest |
withAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment.
|
CreateEnvironmentRequest |
withAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment.
|
CreateEnvironmentRequest |
withDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket.
|
CreateEnvironmentRequest |
withEnvironmentClass(String environmentClass)
The environment class type.
|
CreateEnvironmentRequest |
withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role for your environment.
|
CreateEnvironmentRequest |
withKmsKey(String kmsKey)
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment.
|
CreateEnvironmentRequest |
withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs.
|
CreateEnvironmentRequest |
withMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment.
|
CreateEnvironmentRequest |
withMinWorkers(Integer minWorkers)
The minimum number of workers that you want to run in your environment.
|
CreateEnvironmentRequest |
withName(String name)
The name of the Amazon MWAA environment.
|
CreateEnvironmentRequest |
withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources
for your environment.
|
CreateEnvironmentRequest |
withPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket.
|
CreateEnvironmentRequest |
withPluginsS3Path(String pluginsS3Path)
The relative path to the
plugins.zip file on your Amazon S3 bucket. |
CreateEnvironmentRequest |
withRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the
requirements.txt file on your Amazon S3 bucket. |
CreateEnvironmentRequest |
withRequirementsS3Path(String requirementsS3Path)
The relative path to the
requirements.txt file on your Amazon S3 bucket. |
CreateEnvironmentRequest |
withSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your environment.
|
CreateEnvironmentRequest |
withSourceBucketArn(String sourceBucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
CreateEnvironmentRequest |
withStartupScriptS3ObjectVersion(String startupScriptS3ObjectVersion)
The version of the startup shell script in your Amazon S3 bucket.
|
CreateEnvironmentRequest |
withStartupScriptS3Path(String startupScriptS3Path)
The relative path to the startup shell script in your Amazon S3 bucket.
|
CreateEnvironmentRequest |
withTags(Map<String,String> tags)
The key-value tag pairs you want to associate to your environment.
|
CreateEnvironmentRequest |
withWebserverAccessMode(String webserverAccessMode)
The Apache Airflow Web server access mode.
|
CreateEnvironmentRequest |
withWebserverAccessMode(WebserverAccessMode webserverAccessMode)
The Apache Airflow Web server access mode.
|
CreateEnvironmentRequest |
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. 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 CreateEnvironmentRequest 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 CreateEnvironmentRequest addAirflowConfigurationOptionsEntry(String key, String value)
public CreateEnvironmentRequest clearAirflowConfigurationOptionsEntries()
public void setAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version.
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, and 2.4.3
. For more
information, see Apache Airflow
versions on Amazon Managed Workflows for Apache Airflow (MWAA).
airflowVersion
- The Apache Airflow version for your environment. If no value is specified, it defaults to the latest
version. Valid values: 1.10.12
, 2.0.2
, 2.2.2
, and
2.4.3
. For more information, see Apache Airflow versions on
Amazon Managed Workflows for Apache Airflow (MWAA).public String getAirflowVersion()
The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version.
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, and 2.4.3
. For more
information, see Apache Airflow
versions on Amazon Managed Workflows for Apache Airflow (MWAA).
1.10.12
, 2.0.2
, 2.2.2
, and
2.4.3
. For more information, see Apache Airflow versions on
Amazon Managed Workflows for Apache Airflow (MWAA).public CreateEnvironmentRequest withAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version.
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, and 2.4.3
. For more
information, see Apache Airflow
versions on Amazon Managed Workflows for Apache Airflow (MWAA).
airflowVersion
- The Apache Airflow version for your environment. If no value is specified, it defaults to the latest
version. Valid values: 1.10.12
, 2.0.2
, 2.2.2
, and
2.4.3
. For more information, see Apache Airflow versions on
Amazon Managed Workflows for Apache Airflow (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 CreateEnvironmentRequest 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 setEnvironmentClass(String environmentClass)
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
. For more information, see Amazon MWAA environment
class.
environmentClass
- The environment class type. Valid values: mw1.small
, mw1.medium
,
mw1.large
. For more information, see Amazon MWAA environment
class.public String getEnvironmentClass()
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
. For more information, see Amazon MWAA environment
class.
mw1.small
, mw1.medium
,
mw1.large
. For more information, see Amazon MWAA environment
class.public CreateEnvironmentRequest withEnvironmentClass(String environmentClass)
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
. For more information, see Amazon MWAA environment
class.
environmentClass
- The environment class type. Valid values: mw1.small
, mw1.medium
,
mw1.large
. For more information, see Amazon MWAA environment
class.public void setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role for your environment. An execution role is an Amazon Web
Services Identity and Access Management (IAM) role that grants MWAA permission to access Amazon Web Services
services and resources used by 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 for your environment. An execution role is an Amazon
Web Services Identity and Access Management (IAM) role that grants MWAA permission to access Amazon Web
Services services and resources used by 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 for your environment. An execution role is an Amazon Web
Services Identity and Access Management (IAM) role that grants MWAA permission to access Amazon Web Services
services and resources used by 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 CreateEnvironmentRequest withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role for your environment. An execution role is an Amazon Web
Services Identity and Access Management (IAM) role that grants MWAA permission to access Amazon Web Services
services and resources used by 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 for your environment. An execution role is an Amazon
Web Services Identity and Access Management (IAM) role that grants MWAA permission to access Amazon Web
Services services and resources used by your environment. For example,
arn:aws:iam::123456789:role/my-execution-role
. For more information, see Amazon MWAA Execution
role.public void setKmsKey(String kmsKey)
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment. You can use an Amazon Web Services owned CMK, or a Customer managed CMK (advanced). For more information, see Create an Amazon MWAA environment.
kmsKey
- The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment. You can
use an Amazon Web Services owned CMK, or a Customer managed CMK (advanced). For more information, see Create an Amazon MWAA
environment.public String getKmsKey()
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment. You can use an Amazon Web Services owned CMK, or a Customer managed CMK (advanced). For more information, see Create an Amazon MWAA environment.
public CreateEnvironmentRequest withKmsKey(String kmsKey)
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment. You can use an Amazon Web Services owned CMK, or a Customer managed CMK (advanced). For more information, see Create an Amazon MWAA environment.
kmsKey
- The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment. You can
use an Amazon Web Services owned CMK, or a Customer managed CMK (advanced). For more information, see Create an Amazon MWAA
environment.public void setLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs.
loggingConfiguration
- Defines the Apache Airflow logs to send to CloudWatch Logs.public LoggingConfigurationInput getLoggingConfiguration()
Defines the Apache Airflow logs to send to CloudWatch Logs.
public CreateEnvironmentRequest withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs.
loggingConfiguration
- Defines the Apache Airflow logs 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 CreateEnvironmentRequest 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 CreateEnvironmentRequest 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 the Amazon MWAA environment. For example, MyMWAAEnvironment
.
name
- The name of the Amazon MWAA environment. For example, MyMWAAEnvironment
.public String getName()
The name of the Amazon MWAA environment. For example, MyMWAAEnvironment
.
MyMWAAEnvironment
.public CreateEnvironmentRequest withName(String name)
The name of the Amazon MWAA environment. For example, MyMWAAEnvironment
.
name
- The name of the Amazon MWAA environment. For example, MyMWAAEnvironment
.public void setNetworkConfiguration(NetworkConfiguration 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 NetworkConfiguration 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 CreateEnvironmentRequest withNetworkConfiguration(NetworkConfiguration 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 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.
public CreateEnvironmentRequest 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 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 CreateEnvironmentRequest 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 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 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 CreateEnvironmentRequest 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 setRequirementsS3Path(String requirementsS3Path)
The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a 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 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 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 version is required. For more information, see Installing Python
dependencies.public CreateEnvironmentRequest withRequirementsS3Path(String requirementsS3Path)
The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a 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 version is required. For more information, see Installing Python
dependencies.public void setSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your environment. Valid values:
v2 - Accepts between 2 to 5. Defaults to 2.
v1 - Accepts 1.
schedulers
- The number of Apache Airflow schedulers to run in your environment. Valid values:
v2 - Accepts between 2 to 5. Defaults to 2.
v1 - Accepts 1.
public Integer getSchedulers()
The number of Apache Airflow schedulers to run in your environment. Valid values:
v2 - Accepts between 2 to 5. Defaults to 2.
v1 - Accepts 1.
v2 - Accepts between 2 to 5. Defaults to 2.
v1 - Accepts 1.
public CreateEnvironmentRequest withSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your environment. Valid values:
v2 - Accepts between 2 to 5. Defaults to 2.
v1 - Accepts 1.
schedulers
- The number of Apache Airflow schedulers to run in your environment. Valid values:
v2 - Accepts between 2 to 5. Defaults to 2.
v1 - Accepts 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 CreateEnvironmentRequest 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 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 CreateEnvironmentRequest 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 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 CreateEnvironmentRequest 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 Map<String,String> getTags()
The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services resources.
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services
resources.public void setTags(Map<String,String> tags)
The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services resources.
tags
- The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services
resources.public CreateEnvironmentRequest withTags(Map<String,String> tags)
The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services resources.
tags
- The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services
resources.public CreateEnvironmentRequest addTagsEntry(String key, String value)
public CreateEnvironmentRequest clearTagsEntries()
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 CreateEnvironmentRequest 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 CreateEnvironmentRequest 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 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 CreateEnvironmentRequest 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 CreateEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()