@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 AWS Key Management Service (KMS) key to encrypt the data in your environment.
|
LoggingConfigurationInput |
getLoggingConfiguration()
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs ,
SchedulerLogs , TaskLogs , WebserverLogs , WorkerLogs . |
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 AWS 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.
|
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 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 AWS 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:
DagProcessingLogs ,
SchedulerLogs , TaskLogs , WebserverLogs , WorkerLogs . |
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 AWS 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 |
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 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 AWS 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:
DagProcessingLogs ,
SchedulerLogs , TaskLogs , WebserverLogs , WorkerLogs . |
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 AWS 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 |
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 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 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. 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 CreateEnvironmentRequest addAirflowConfigurationOptionsEntry(String key, String value)
public CreateEnvironmentRequest clearAirflowConfigurationOptionsEntries()
public void setAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment. For example, v1.10.12
. If no value is specified,
defaults to the latest version. Valid values: v1.10.12
.
airflowVersion
- The Apache Airflow version for your environment. For example, v1.10.12
. If no value is
specified, defaults to the latest version. Valid values: v1.10.12
.public String getAirflowVersion()
The Apache Airflow version for your environment. For example, v1.10.12
. If no value is specified,
defaults to the latest version. Valid values: v1.10.12
.
v1.10.12
. If no value is
specified, defaults to the latest version. Valid values: v1.10.12
.public CreateEnvironmentRequest withAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment. For example, v1.10.12
. If no value is specified,
defaults to the latest version. Valid values: v1.10.12
.
airflowVersion
- The Apache Airflow version for your environment. For example, v1.10.12
. If no value is
specified, defaults to the latest version. Valid values: v1.10.12
.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 CreateEnvironmentRequest 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 CreateEnvironmentRequest 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 for your environment. An execution role is an AWS Identity
and Access Management (IAM) role that grants MWAA permission to access AWS services and resources used by 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 for your environment. An execution role is an AWS
Identity and Access Management (IAM) role that grants MWAA permission to access AWS services and resources
used by 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 for your environment. An execution role is an AWS Identity
and Access Management (IAM) role that grants MWAA permission to access AWS services and resources used by 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 CreateEnvironmentRequest withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role for your environment. An execution role is an AWS Identity
and Access Management (IAM) role that grants MWAA permission to access AWS services and resources used by 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 for your environment. An execution role is an AWS
Identity and Access Management (IAM) role that grants MWAA permission to access AWS services and resources
used by your environment. For example, arn:aws:iam::123456789:role/my-execution-role
. To
learn more, see Amazon
MWAA Execution role.public void setKmsKey(String kmsKey)
The AWS Key Management Service (KMS) key to encrypt the data in your environment. You can use an AWS owned CMK, or a Customer managed CMK (advanced). To learn more, see Get started with Amazon Managed Workflows for Apache Airflow.
kmsKey
- The AWS Key Management Service (KMS) key to encrypt the data in your environment. You can use an AWS owned
CMK, or a Customer managed CMK (advanced). To learn more, see Get started with Amazon Managed
Workflows for Apache Airflow.public String getKmsKey()
The AWS Key Management Service (KMS) key to encrypt the data in your environment. You can use an AWS owned CMK, or a Customer managed CMK (advanced). To learn more, see Get started with Amazon Managed Workflows for Apache Airflow.
public CreateEnvironmentRequest withKmsKey(String kmsKey)
The AWS Key Management Service (KMS) key to encrypt the data in your environment. You can use an AWS owned CMK, or a Customer managed CMK (advanced). To learn more, see Get started with Amazon Managed Workflows for Apache Airflow.
kmsKey
- The AWS Key Management Service (KMS) key to encrypt the data in your environment. You can use an AWS owned
CMK, or a Customer managed CMK (advanced). To learn more, see Get started with Amazon Managed
Workflows for Apache Airflow.public void setLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs: DagProcessingLogs
,
SchedulerLogs
, TaskLogs
, WebserverLogs
, WorkerLogs
.
loggingConfiguration
- Defines the Apache Airflow logs to send to CloudWatch Logs: DagProcessingLogs
,
SchedulerLogs
, TaskLogs
, WebserverLogs
, WorkerLogs
.public LoggingConfigurationInput getLoggingConfiguration()
Defines the Apache Airflow logs to send to CloudWatch Logs: DagProcessingLogs
,
SchedulerLogs
, TaskLogs
, WebserverLogs
, WorkerLogs
.
DagProcessingLogs
,
SchedulerLogs
, TaskLogs
, WebserverLogs
, WorkerLogs
.public CreateEnvironmentRequest withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs: DagProcessingLogs
,
SchedulerLogs
, TaskLogs
, WebserverLogs
, WorkerLogs
.
loggingConfiguration
- Defines the Apache Airflow logs to send to CloudWatch Logs: DagProcessingLogs
,
SchedulerLogs
, TaskLogs
, WebserverLogs
, WorkerLogs
.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 AWS 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 AWS resources for your
environment. To learn more, see About networking on Amazon
MWAA.public NetworkConfiguration getNetworkConfiguration()
The VPC networking components used to secure and enable network traffic between the AWS resources for your environment. To learn more, see About networking on Amazon MWAA.
public CreateEnvironmentRequest withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC networking components used to secure and enable network traffic between the AWS 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 AWS 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 CreateEnvironmentRequest 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 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. 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 CreateEnvironmentRequest 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 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 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 environment.
schedulers
- The number of Apache Airflow schedulers to run in your environment.public Integer getSchedulers()
The number of Apache Airflow schedulers to run in your environment.
public CreateEnvironmentRequest withSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your environment.
schedulers
- The number of Apache Airflow schedulers to run in your 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 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
. 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 Map<String,String> getTags()
The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. To learn more, see Tagging AWS resources.
"Environment": "Staging"
. To learn more, see Tagging AWS resources.public void setTags(Map<String,String> tags)
The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. To learn more, see Tagging AWS resources.
tags
- The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. To learn more, see Tagging AWS resources.public CreateEnvironmentRequest withTags(Map<String,String> tags)
The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. To learn more, see Tagging AWS resources.
tags
- The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. To learn more, see Tagging AWS resources.public CreateEnvironmentRequest addTagsEntry(String key, String value)
public CreateEnvironmentRequest clearTagsEntries()
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 CreateEnvironmentRequest 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 CreateEnvironmentRequest 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 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. Supported input includes the following:
MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
weeklyMaintenanceWindowStart
- The day and time of the week 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. Supported input includes the following:
MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
public String getWeeklyMaintenanceWindowStart()
The day and time of the week 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. Supported input includes the following:
MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
DAY:HH:MM
. For example: TUE:03:30
. You can specify a start time in 30
minute increments only. Supported input includes the following:
MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
public CreateEnvironmentRequest withWeeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)
The day and time of the week 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. Supported input includes the following:
MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
weeklyMaintenanceWindowStart
- The day and time of the week 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. Supported input includes the following:
MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
public String toString()
toString
in class Object
Object.toString()
public CreateEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()