@Generated(value="software.amazon.awssdk:codegen") public final class Range extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Range.Builder,Range>
Specifies one range of days or times to exclude from use for training an anomaly detection model.
Modifier and Type | Class and Description |
---|---|
static interface |
Range.Builder |
Modifier and Type | Method and Description |
---|---|
static Range.Builder |
builder() |
Instant |
endTime()
The end time of the range to exclude.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Range.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start time of the range to exclude.
|
Range.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Instant startTime()
The start time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss
. For example,
2019-07-01T23:59:59
.
yyyy-MM-dd'T'HH:mm:ss
. For example,
2019-07-01T23:59:59
.public Instant endTime()
The end time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss
. For example,
2019-07-01T23:59:59
.
yyyy-MM-dd'T'HH:mm:ss
. For example,
2019-07-01T23:59:59
.public Range.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Range.Builder,Range>
public static Range.Builder builder()
public static Class<? extends Range.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.