Class OnDeviceServiceConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.snowball.model.OnDeviceServiceConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OnDeviceServiceConfiguration.Builder,OnDeviceServiceConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class OnDeviceServiceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OnDeviceServiceConfiguration.Builder,OnDeviceServiceConfiguration>
An object that represents the metadata and configuration settings for services on an Amazon Web Services Snow Family device.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOnDeviceServiceConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OnDeviceServiceConfiguration.Builderbuilder()EKSOnDeviceServiceConfigurationeksOnDeviceService()The configuration of EKS Anywhere on the Snow Family device.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NFSOnDeviceServiceConfigurationnfsOnDeviceService()Represents the NFS (Network File System) service on a Snow Family device.S3OnDeviceServiceConfigurations3OnDeviceService()Configuration for Amazon S3 compatible storage on Snow family devices.List<SdkField<?>>sdkFields()static Class<? extends OnDeviceServiceConfiguration.Builder>serializableBuilderClass()TGWOnDeviceServiceConfigurationtgwOnDeviceService()Represents the Storage Gateway service Tape Gateway type on a Snow Family device.OnDeviceServiceConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nfsOnDeviceService
public final NFSOnDeviceServiceConfiguration nfsOnDeviceService()
Represents the NFS (Network File System) service on a Snow Family device.
- Returns:
- Represents the NFS (Network File System) service on a Snow Family device.
-
tgwOnDeviceService
public final TGWOnDeviceServiceConfiguration tgwOnDeviceService()
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
- Returns:
- Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
-
eksOnDeviceService
public final EKSOnDeviceServiceConfiguration eksOnDeviceService()
The configuration of EKS Anywhere on the Snow Family device.
- Returns:
- The configuration of EKS Anywhere on the Snow Family device.
-
s3OnDeviceService
public final S3OnDeviceServiceConfiguration s3OnDeviceService()
Configuration for Amazon S3 compatible storage on Snow family devices.
- Returns:
- Configuration for Amazon S3 compatible storage on Snow family devices.
-
toBuilder
public OnDeviceServiceConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OnDeviceServiceConfiguration.Builder,OnDeviceServiceConfiguration>
-
builder
public static OnDeviceServiceConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends OnDeviceServiceConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-