@Generated(value="software.amazon.awssdk:codegen") public final class S3OnDeviceServiceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3OnDeviceServiceConfiguration.Builder,S3OnDeviceServiceConfiguration>
Amazon S3 compatible storage on Snow family devices configuration items.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3OnDeviceServiceConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3OnDeviceServiceConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
faultTolerance()
>Fault tolerance level of the cluster.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3OnDeviceServiceConfiguration.Builder> |
serializableBuilderClass() |
Integer |
serviceSize()
Applicable when creating a cluster.
|
Double |
storageLimit()
If the specified storage limit value matches storage limit of one of the defined configurations, that
configuration will be used.
|
StorageUnit |
storageUnit()
Storage unit.
|
String |
storageUnitAsString()
Storage unit.
|
S3OnDeviceServiceConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double storageLimit()
If the specified storage limit value matches storage limit of one of the defined configurations, that configuration will be used. If the specified storage limit value does not match any defined configuration, the request will fail. If more than one configuration has the same storage limit as specified, the other input need to be provided.
public final StorageUnit storageUnit()
Storage unit. Currently the only supported unit is TB.
If the service returns an enum value that is not available in the current SDK version, storageUnit will
return StorageUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageUnitAsString().
StorageUnitpublic final String storageUnitAsString()
Storage unit. Currently the only supported unit is TB.
If the service returns an enum value that is not available in the current SDK version, storageUnit will
return StorageUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageUnitAsString().
StorageUnitpublic final Integer serviceSize()
Applicable when creating a cluster. Specifies how many nodes are needed for Amazon S3 compatible storage on Snow family devices. If specified, the other input can be omitted.
public final Integer faultTolerance()
>Fault tolerance level of the cluster. This indicates the number of nodes that can go down without degrading
the performance of the cluster. This additional input helps when the specified StorageLimit matches
more than one Amazon S3 compatible storage on Snow family devices service configuration.
StorageLimit matches more than one Amazon S3 compatible storage on Snow family devices
service configuration.public S3OnDeviceServiceConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3OnDeviceServiceConfiguration.Builder,S3OnDeviceServiceConfiguration>public static S3OnDeviceServiceConfiguration.Builder builder()
public static Class<? extends S3OnDeviceServiceConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.