@Generated(value="software.amazon.awssdk:codegen") public final class RelativeTimeRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RelativeTimeRange.Builder,RelativeTimeRange>
An object that allows percentages to specify the proportion of the call where you would like to apply a filter. For example, you can specify the first half of the call. You can also specify the period of time between halfway through to three-quarters of the way through the call. Because the length of conversation can vary between calls, you can apply relative time ranges across all calls.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RelativeTimeRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RelativeTimeRange.Builder |
builder() |
Integer |
endPercentage()
A value that indicates the percentage of the end of the time range.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
first()
A range that takes the portion of the call up to the time in milliseconds set by the value that you've specified.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
last()
A range that takes the portion of the call from the time in milliseconds set by the value that you've specified
to the end of the call.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RelativeTimeRange.Builder> |
serializableBuilderClass() |
Integer |
startPercentage()
A value that indicates the percentage of the beginning of the time range.
|
RelativeTimeRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer startPercentage()
A value that indicates the percentage of the beginning of the time range. To set a relative time range, you must specify a start percentage and an end percentage. For example, if you specify the following values:
StartPercentage - 10
EndPercentage - 50
This looks at the time range starting from 10% of the way into the call to 50% of the way through the call. For a call that lasts 100,000 milliseconds, this example range would apply from the 10,000 millisecond mark to the 50,000 millisecond mark.
StartPercentage - 10
EndPercentage - 50
This looks at the time range starting from 10% of the way into the call to 50% of the way through the call. For a call that lasts 100,000 milliseconds, this example range would apply from the 10,000 millisecond mark to the 50,000 millisecond mark.
public final Integer endPercentage()
A value that indicates the percentage of the end of the time range. To set a relative time range, you must specify a start percentage and an end percentage. For example, if you specify the following values:
StartPercentage - 10
EndPercentage - 50
This looks at the time range starting from 10% of the way into the call to 50% of the way through the call. For a call that lasts 100,000 milliseconds, this example range would apply from the 10,000 millisecond mark to the 50,000 millisecond mark.
StartPercentage - 10
EndPercentage - 50
This looks at the time range starting from 10% of the way into the call to 50% of the way through the call. For a call that lasts 100,000 milliseconds, this example range would apply from the 10,000 millisecond mark to the 50,000 millisecond mark.
public final Integer first()
A range that takes the portion of the call up to the time in milliseconds set by the value that you've specified.
For example, if you specify 120000, the time range is set for the first 120,000 milliseconds of the
call.
120000, the time range is set for the first 120,000
milliseconds of the call.public final Integer last()
A range that takes the portion of the call from the time in milliseconds set by the value that you've specified
to the end of the call. For example, if you specify 120000, the time range is set for the last
120,000 milliseconds of the call.
120000, the time range is set
for the last 120,000 milliseconds of the call.public RelativeTimeRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RelativeTimeRange.Builder,RelativeTimeRange>public static RelativeTimeRange.Builder builder()
public static Class<? extends RelativeTimeRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.