@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LocalVolumeResourceData extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
LocalVolumeResourceData() |
Modifier and Type | Method and Description |
---|---|
LocalVolumeResourceData |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationPath()
The absolute local path of the resource inside the Lambda environment.
|
GroupOwnerSetting |
getGroupOwnerSetting()
Allows you to configure additional group privileges for the Lambda process.
|
String |
getSourcePath()
The local absolute path of the volume resource on the host.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationPath(String destinationPath)
The absolute local path of the resource inside the Lambda environment.
|
void |
setGroupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
Allows you to configure additional group privileges for the Lambda process.
|
void |
setSourcePath(String sourcePath)
The local absolute path of the volume resource on the host.
|
String |
toString()
Returns a string representation of this object.
|
LocalVolumeResourceData |
withDestinationPath(String destinationPath)
The absolute local path of the resource inside the Lambda environment.
|
LocalVolumeResourceData |
withGroupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
Allows you to configure additional group privileges for the Lambda process.
|
LocalVolumeResourceData |
withSourcePath(String sourcePath)
The local absolute path of the volume resource on the host.
|
public void setDestinationPath(String destinationPath)
destinationPath
- The absolute local path of the resource inside the Lambda environment.public String getDestinationPath()
public LocalVolumeResourceData withDestinationPath(String destinationPath)
destinationPath
- The absolute local path of the resource inside the Lambda environment.public void setGroupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
groupOwnerSetting
- Allows you to configure additional group privileges for the Lambda process. This field is optional.public GroupOwnerSetting getGroupOwnerSetting()
public LocalVolumeResourceData withGroupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
groupOwnerSetting
- Allows you to configure additional group privileges for the Lambda process. This field is optional.public void setSourcePath(String sourcePath)
sourcePath
- The local absolute path of the volume resource on the host. The source path for a volume resource type
cannot start with ''/sys''.public String getSourcePath()
public LocalVolumeResourceData withSourcePath(String sourcePath)
sourcePath
- The local absolute path of the volume resource on the host. The source path for a volume resource type
cannot start with ''/sys''.public String toString()
toString
in class Object
Object.toString()
public LocalVolumeResourceData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.