public final class TimestampLessThanCondition extends Object implements BinaryCondition<Date>
Modifier and Type | Class and Description |
---|---|
static class |
TimestampLessThanCondition.Builder
Builder for a
TimestampLessThanCondition . |
NULL_BUILDER
Modifier and Type | Method and Description |
---|---|
static TimestampLessThanCondition.Builder |
builder() |
Date |
getExpectedValue() |
String |
getVariable() |
public String getVariable()
getVariable
in interface BinaryCondition<Date>
public Date getExpectedValue()
getExpectedValue
in interface BinaryCondition<Date>
public static TimestampLessThanCondition.Builder builder()
TimestampLessThanCondition
.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.