@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEnvironmentRequest extends MwaaRequest implements ToCopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEnvironmentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
airflowConfigurationOptions()
The Airflow Configuration Options to update of your Amazon MWAA environment.
|
String |
airflowVersion()
The Airflow Version to update of your Amazon MWAA environment.
|
static UpdateEnvironmentRequest.Builder |
builder() |
String |
dagS3Path()
The Dags folder S3 Path to update of your Amazon MWAA environment.
|
String |
environmentClass()
The Environment Class to update of your Amazon MWAA environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionRoleArn()
The Executio Role ARN to update of your 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() |
LoggingConfigurationInput |
loggingConfiguration()
The Logging Configuration to update of your Amazon MWAA environment.
|
Integer |
maxWorkers()
The Maximum Workers to update of your Amazon MWAA environment.
|
String |
name()
The name of your Amazon MWAA environment that you wish to update.
|
UpdateNetworkConfigurationInput |
networkConfiguration()
The Network Configuration to update of your Amazon MWAA environment.
|
String |
pluginsS3ObjectVersion()
The Plugins.zip S3 Object Version to update of your Amazon MWAA environment.
|
String |
pluginsS3Path()
The Plugins.zip S3 Path to update of your Amazon MWAA environment.
|
String |
requirementsS3ObjectVersion()
The Requirements.txt S3 ObjectV ersion to update of your Amazon MWAA environment.
|
String |
requirementsS3Path()
The Requirements.txt S3 Path to update of your Amazon MWAA environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEnvironmentRequest.Builder> |
serializableBuilderClass() |
String |
sourceBucketArn()
The S3 Source Bucket ARN to update of your Amazon MWAA environment.
|
UpdateEnvironmentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WebserverAccessMode |
webserverAccessMode()
The Webserver Access Mode to update of your Amazon MWAA environment.
|
String |
webserverAccessModeAsString()
The Webserver Access Mode to update of your Amazon MWAA environment.
|
String |
weeklyMaintenanceWindowStart()
The Weekly Maintenance Window Start to update of your Amazon MWAA environment.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAirflowConfigurationOptions()
public final Map<String,String> airflowConfigurationOptions()
The Airflow Configuration Options to update of your 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 Airflow Version to update of your Amazon MWAA environment.
public final String dagS3Path()
The Dags folder S3 Path to update of your Amazon MWAA environment.
public final String environmentClass()
The Environment Class to update of your Amazon MWAA environment.
public final String executionRoleArn()
The Executio Role ARN to update of your Amazon MWAA environment.
public final LoggingConfigurationInput loggingConfiguration()
The Logging Configuration to update of your Amazon MWAA environment.
public final Integer maxWorkers()
The Maximum Workers to update of your Amazon MWAA environment.
public final String name()
The name of your Amazon MWAA environment that you wish to update.
public final UpdateNetworkConfigurationInput networkConfiguration()
The Network Configuration to update of your Amazon MWAA environment.
public final String pluginsS3ObjectVersion()
The Plugins.zip S3 Object Version to update of your Amazon MWAA environment.
public final String pluginsS3Path()
The Plugins.zip S3 Path to update of your Amazon MWAA environment.
public final String requirementsS3ObjectVersion()
The Requirements.txt S3 ObjectV ersion to update of your Amazon MWAA environment.
public final String requirementsS3Path()
The Requirements.txt S3 Path to update of your Amazon MWAA environment.
public final String sourceBucketArn()
The S3 Source Bucket ARN to update of your Amazon MWAA environment.
public final WebserverAccessMode webserverAccessMode()
The Webserver Access Mode to update of your Amazon MWAA environment.
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 to update of your Amazon MWAA environment.
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 weeklyMaintenanceWindowStart()
The Weekly Maintenance Window Start to update of your Amazon MWAA environment.
public UpdateEnvironmentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>toBuilder in class MwaaRequestpublic static UpdateEnvironmentRequest.Builder builder()
public static Class<? extends UpdateEnvironmentRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.