@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TickerplantLogConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A configuration to store the Tickerplant logs. It consists of a list of volumes that will be mounted to your cluster.
For the cluster type Tickerplant
, the location of the TP volume on the cluster will be available by
using the global variable .aws.tp_log_path
.
Constructor and Description |
---|
TickerplantLogConfiguration() |
Modifier and Type | Method and Description |
---|---|
TickerplantLogConfiguration |
clone() |
boolean |
equals(Object obj) |
List<String> |
getTickerplantLogVolumes()
The name of the volumes for tickerplant logs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTickerplantLogVolumes(Collection<String> tickerplantLogVolumes)
The name of the volumes for tickerplant logs.
|
String |
toString()
Returns a string representation of this object.
|
TickerplantLogConfiguration |
withTickerplantLogVolumes(Collection<String> tickerplantLogVolumes)
The name of the volumes for tickerplant logs.
|
TickerplantLogConfiguration |
withTickerplantLogVolumes(String... tickerplantLogVolumes)
The name of the volumes for tickerplant logs.
|
public List<String> getTickerplantLogVolumes()
The name of the volumes for tickerplant logs.
public void setTickerplantLogVolumes(Collection<String> tickerplantLogVolumes)
The name of the volumes for tickerplant logs.
tickerplantLogVolumes
- The name of the volumes for tickerplant logs.public TickerplantLogConfiguration withTickerplantLogVolumes(String... tickerplantLogVolumes)
The name of the volumes for tickerplant logs.
NOTE: This method appends the values to the existing list (if any). Use
setTickerplantLogVolumes(java.util.Collection)
or
withTickerplantLogVolumes(java.util.Collection)
if you want to override the existing values.
tickerplantLogVolumes
- The name of the volumes for tickerplant logs.public TickerplantLogConfiguration withTickerplantLogVolumes(Collection<String> tickerplantLogVolumes)
The name of the volumes for tickerplant logs.
tickerplantLogVolumes
- The name of the volumes for tickerplant logs.public String toString()
toString
in class Object
Object.toString()
public TickerplantLogConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.