@Generated(value="software.amazon.awssdk:codegen") public final class StepAutomationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StepAutomationConfiguration.Builder,StepAutomationConfiguration>
The custom script to run tests on source or target environments.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StepAutomationConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StepAutomationConfiguration.Builder |
builder() |
PlatformCommand |
command()
The command to run the script.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RunEnvironment |
runEnvironment()
The source or target environment.
|
String |
runEnvironmentAsString()
The source or target environment.
|
String |
scriptLocationS3Bucket()
The Amazon S3 bucket where the script is located.
|
PlatformScriptKey |
scriptLocationS3Key()
The Amazon S3 key for the script location.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StepAutomationConfiguration.Builder> |
serializableBuilderClass() |
TargetType |
targetType()
The servers on which to run the script.
|
String |
targetTypeAsString()
The servers on which to run the script.
|
StepAutomationConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String scriptLocationS3Bucket()
The Amazon S3 bucket where the script is located.
public final PlatformScriptKey scriptLocationS3Key()
The Amazon S3 key for the script location.
public final PlatformCommand command()
The command to run the script.
public final RunEnvironment runEnvironment()
The source or target environment.
If the service returns an enum value that is not available in the current SDK version, runEnvironment
will return RunEnvironment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from runEnvironmentAsString().
RunEnvironmentpublic final String runEnvironmentAsString()
The source or target environment.
If the service returns an enum value that is not available in the current SDK version, runEnvironment
will return RunEnvironment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from runEnvironmentAsString().
RunEnvironmentpublic final TargetType targetType()
The servers on which to run the script.
If the service returns an enum value that is not available in the current SDK version, targetType will
return TargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
targetTypeAsString().
TargetTypepublic final String targetTypeAsString()
The servers on which to run the script.
If the service returns an enum value that is not available in the current SDK version, targetType will
return TargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
targetTypeAsString().
TargetTypepublic StepAutomationConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StepAutomationConfiguration.Builder,StepAutomationConfiguration>public static StepAutomationConfiguration.Builder builder()
public static Class<? extends StepAutomationConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.