@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemporalStatisticsConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
TemporalStatisticsConfigInput() |
public TemporalStatisticsConfigInput withGroupBy(String groupBy)
groupBy
- GroupBy
public TemporalStatisticsConfigInput withGroupBy(GroupBy groupBy)
groupBy
- GroupBy
public List<String> getStatistics()
TemporalStatistics
public void setStatistics(Collection<String> statistics)
statistics
- TemporalStatistics
public TemporalStatisticsConfigInput withStatistics(String... statistics)
NOTE: This method appends the values to the existing list (if any). Use
setStatistics(java.util.Collection)
or withStatistics(java.util.Collection)
if you want to
override the existing values.
statistics
- TemporalStatistics
public TemporalStatisticsConfigInput withStatistics(Collection<String> statistics)
statistics
- TemporalStatistics
public TemporalStatisticsConfigInput withStatistics(TemporalStatistics... statistics)
statistics
- TemporalStatistics
public void setTargetBands(Collection<String> targetBands)
targetBands
- public TemporalStatisticsConfigInput withTargetBands(String... targetBands)
NOTE: This method appends the values to the existing list (if any). Use
setTargetBands(java.util.Collection)
or withTargetBands(java.util.Collection)
if you want to
override the existing values.
targetBands
- public TemporalStatisticsConfigInput withTargetBands(Collection<String> targetBands)
targetBands
- public String toString()
toString
in class Object
Object.toString()
public TemporalStatisticsConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.