@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemporalStatisticsConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
TemporalStatisticsConfigInput() |
| Modifier and Type | Method and Description |
|---|---|
TemporalStatisticsConfigInput |
clone() |
boolean |
equals(Object obj) |
String |
getGroupBy()
|
List<String> |
getStatistics()
|
List<String> |
getTargetBands()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGroupBy(String groupBy)
|
void |
setStatistics(Collection<String> statistics)
|
void |
setTargetBands(Collection<String> targetBands)
|
String |
toString()
Returns a string representation of this object.
|
TemporalStatisticsConfigInput |
withGroupBy(GroupBy groupBy)
|
TemporalStatisticsConfigInput |
withGroupBy(String groupBy)
|
TemporalStatisticsConfigInput |
withStatistics(Collection<String> statistics)
|
TemporalStatisticsConfigInput |
withStatistics(String... statistics)
|
TemporalStatisticsConfigInput |
withStatistics(TemporalStatistics... statistics)
|
TemporalStatisticsConfigInput |
withTargetBands(Collection<String> targetBands)
|
TemporalStatisticsConfigInput |
withTargetBands(String... targetBands)
|
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)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.