Class LocalVolumeResourceData
- java.lang.Object
-
- software.amazon.awssdk.services.greengrass.model.LocalVolumeResourceData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LocalVolumeResourceData.Builder,LocalVolumeResourceData>
@Generated("software.amazon.awssdk:codegen") public final class LocalVolumeResourceData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LocalVolumeResourceData.Builder,LocalVolumeResourceData>
Attributes that define a local volume resource.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLocalVolumeResourceData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocalVolumeResourceData.Builderbuilder()StringdestinationPath()The absolute local path of the resource inside the Lambda environment.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)GroupOwnerSettinggroupOwnerSetting()Allows you to configure additional group privileges for the Lambda process.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends LocalVolumeResourceData.Builder>serializableBuilderClass()StringsourcePath()The local absolute path of the volume resource on the host.LocalVolumeResourceData.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
-
destinationPath
public final String destinationPath()
The absolute local path of the resource inside the Lambda environment.- Returns:
- The absolute local path of the resource inside the Lambda environment.
-
groupOwnerSetting
public final GroupOwnerSetting groupOwnerSetting()
Allows you to configure additional group privileges for the Lambda process. This field is optional.- Returns:
- Allows you to configure additional group privileges for the Lambda process. This field is optional.
-
sourcePath
public final String sourcePath()
The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.- Returns:
- The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.
-
toBuilder
public LocalVolumeResourceData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LocalVolumeResourceData.Builder,LocalVolumeResourceData>
-
builder
public static LocalVolumeResourceData.Builder builder()
-
serializableBuilderClass
public static Class<? extends LocalVolumeResourceData.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.
-
-