@Generated(value="software.amazon.awssdk:codegen") public final class Environment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Environment.Builder,Environment>
An Amazon MWAA environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Environment.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
airflowConfigurationOptions()
The Airflow Configuration Options of the Amazon MWAA Environment.
|
String |
airflowVersion()
The AirflowV ersion of the Amazon MWAA Environment.
|
String |
arn()
The ARN of the Amazon MWAA Environment.
|
static Environment.Builder |
builder() |
Instant |
createdAt()
The Created At date of the Amazon MWAA Environment.
|
String |
dagS3Path()
The Dags S3 Path of the Amazon MWAA Environment.
|
String |
environmentClass()
The Environment Class (size) of the Amazon MWAA Environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionRoleArn()
The Execution Role ARN of the Amazon MWAA Environment.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAirflowConfigurationOptions()
Returns true if the AirflowConfigurationOptions property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
kmsKey()
The Kms Key of the Amazon MWAA Environment.
|
LastUpdate |
lastUpdate()
Returns the value of the LastUpdate property for this object.
|
LoggingConfiguration |
loggingConfiguration()
The Logging Configuration of the Amazon MWAA Environment.
|
Integer |
maxWorkers()
The Maximum Workers of the Amazon MWAA Environment.
|
String |
name()
The name of the Amazon MWAA Environment.
|
NetworkConfiguration |
networkConfiguration()
Returns the value of the NetworkConfiguration property for this object.
|
String |
pluginsS3ObjectVersion()
The Plugins.zip S3 Object Version of the Amazon MWAA Environment.
|
String |
pluginsS3Path()
The Plugins.zip S3 Path of the Amazon MWAA Environment.
|
String |
requirementsS3ObjectVersion()
The Requirements.txt file S3 Object Version of the Amazon MWAA Environment.
|
String |
requirementsS3Path()
The Requirement.txt S3 Path of the Amazon MWAA Environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Environment.Builder> |
serializableBuilderClass() |
String |
serviceRoleArn()
The Service Role ARN of the Amazon MWAA Environment.
|
String |
sourceBucketArn()
The Source S3 Bucket ARN of the Amazon MWAA Environment.
|
EnvironmentStatus |
status()
The status of the Amazon MWAA Environment.
|
String |
statusAsString()
The status of the Amazon MWAA Environment.
|
Map<String,String> |
tags()
The Tags of the Amazon MWAA Environment.
|
Environment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WebserverAccessMode |
webserverAccessMode()
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
|
String |
webserverAccessModeAsString()
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
|
String |
webserverUrl()
The Webserver URL of the Amazon MWAA Environment.
|
String |
weeklyMaintenanceWindowStart()
The Weekly Maintenance Window Start of the Amazon MWAA Environment.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAirflowConfigurationOptions()
public final Map<String,String> airflowConfigurationOptions()
The Airflow Configuration Options of the Amazon MWAA Environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAirflowConfigurationOptions() to see if a value was sent in this field.
public final String airflowVersion()
The AirflowV ersion of the Amazon MWAA Environment.
public final String arn()
The ARN of the Amazon MWAA Environment.
public final Instant createdAt()
The Created At date of the Amazon MWAA Environment.
public final String dagS3Path()
The Dags S3 Path of the Amazon MWAA Environment.
public final String environmentClass()
The Environment Class (size) of the Amazon MWAA Environment.
public final String executionRoleArn()
The Execution Role ARN of the Amazon MWAA Environment.
public final String kmsKey()
The Kms Key of the Amazon MWAA Environment.
public final LastUpdate lastUpdate()
public final LoggingConfiguration loggingConfiguration()
The Logging Configuration of the Amazon MWAA Environment.
public final Integer maxWorkers()
The Maximum Workers of the Amazon MWAA Environment.
public final String name()
The name of the Amazon MWAA Environment.
public final NetworkConfiguration networkConfiguration()
public final String pluginsS3ObjectVersion()
The Plugins.zip S3 Object Version of the Amazon MWAA Environment.
public final String pluginsS3Path()
The Plugins.zip S3 Path of the Amazon MWAA Environment.
public final String requirementsS3ObjectVersion()
The Requirements.txt file S3 Object Version of the Amazon MWAA Environment.
public final String requirementsS3Path()
The Requirement.txt S3 Path of the Amazon MWAA Environment.
public final String serviceRoleArn()
The Service Role ARN of the Amazon MWAA Environment.
public final String sourceBucketArn()
The Source S3 Bucket ARN of the Amazon MWAA Environment.
public final EnvironmentStatus status()
The status of the Amazon MWAA Environment.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EnvironmentStatuspublic final String statusAsString()
The status of the Amazon MWAA Environment.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EnvironmentStatuspublic final boolean hasTags()
public final Map<String,String> tags()
The Tags of the Amazon MWAA Environment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final WebserverAccessMode webserverAccessMode()
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
If the service returns an enum value that is not available in the current SDK version,
webserverAccessMode will return WebserverAccessMode.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from webserverAccessModeAsString().
WebserverAccessModepublic final String webserverAccessModeAsString()
The Webserver Access Mode of the Amazon MWAA Environment (public or private only).
If the service returns an enum value that is not available in the current SDK version,
webserverAccessMode will return WebserverAccessMode.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from webserverAccessModeAsString().
WebserverAccessModepublic final String webserverUrl()
The Webserver URL of the Amazon MWAA Environment.
public final String weeklyMaintenanceWindowStart()
The Weekly Maintenance Window Start of the Amazon MWAA Environment.
public Environment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Environment.Builder,Environment>public static Environment.Builder builder()
public static Class<? extends Environment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.