@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentProperties.Builder,DeploymentProperties>
The deployment properties of the Amazon DataZone blueprint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentProperties.Builder |
builder() |
Integer |
endTimeoutMinutes()
The end timeout of the environment blueprint deployment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentProperties.Builder> |
serializableBuilderClass() |
Integer |
startTimeoutMinutes()
The start timeout of the environment blueprint deployment.
|
DeploymentProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer endTimeoutMinutes()
The end timeout of the environment blueprint deployment.
public final Integer startTimeoutMinutes()
The start timeout of the environment blueprint deployment.
public DeploymentProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentProperties.Builder,DeploymentProperties>public static DeploymentProperties.Builder builder()
public static Class<? extends DeploymentProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.