@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EphemeralStorage extends Object implements Serializable, Cloneable, StructuredPojo
The size of the function's /tmp
directory in MB. The default value is 512, but it can be any whole
number between 512 and 10,240 MB.
Constructor and Description |
---|
EphemeralStorage() |
Modifier and Type | Method and Description |
---|---|
EphemeralStorage |
clone() |
boolean |
equals(Object obj) |
Integer |
getSize()
The size of the function's
/tmp directory. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSize(Integer size)
The size of the function's
/tmp directory. |
String |
toString()
Returns a string representation of this object.
|
EphemeralStorage |
withSize(Integer size)
The size of the function's
/tmp directory. |
public void setSize(Integer size)
The size of the function's /tmp
directory.
size
- The size of the function's /tmp
directory.public Integer getSize()
The size of the function's /tmp
directory.
/tmp
directory.public EphemeralStorage withSize(Integer size)
The size of the function's /tmp
directory.
size
- The size of the function's /tmp
directory.public String toString()
toString
in class Object
Object.toString()
public EphemeralStorage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.