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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The configuration of EKS Anywhere on the Snow Family device.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
Represents the NFS (Network File System) service on a Snow Family device.Configuration for Amazon S3 compatible storage on Snow family devices.static Class
<? extends OnDeviceServiceConfiguration.Builder> Represents the Storage Gateway service Tape Gateway type on a Snow Family device.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
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
The configuration of EKS Anywhere on the Snow Family device.
- Returns:
- The configuration of EKS Anywhere on the Snow Family device.
-
s3OnDeviceService
Configuration for Amazon S3 compatible storage on Snow family devices.
- Returns:
- Configuration for Amazon S3 compatible storage on Snow family devices.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<OnDeviceServiceConfiguration.Builder,
OnDeviceServiceConfiguration> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-