@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 - GroupBypublic TemporalStatisticsConfigInput withGroupBy(GroupBy groupBy)
groupBy - GroupBypublic List<String> getStatistics()
TemporalStatisticspublic void setStatistics(Collection<String> statistics)
statistics - TemporalStatisticspublic 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 - TemporalStatisticspublic TemporalStatisticsConfigInput withStatistics(Collection<String> statistics)
statistics - TemporalStatisticspublic TemporalStatisticsConfigInput withStatistics(TemporalStatistics... statistics)
statistics - TemporalStatisticspublic 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 ObjectObject.toString()public TemporalStatisticsConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.