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