Class WorkUnitRange
- java.lang.Object
-
- software.amazon.awssdk.services.lakeformation.model.WorkUnitRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WorkUnitRange.Builder,WorkUnitRange>
@Generated("software.amazon.awssdk:codegen") public final class WorkUnitRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkUnitRange.Builder,WorkUnitRange>
Defines the valid range of work unit IDs for querying the execution service.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorkUnitRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkUnitRange.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends WorkUnitRange.Builder>serializableBuilderClass()WorkUnitRange.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongworkUnitIdMax()Defines the maximum work unit ID in the range.LongworkUnitIdMin()Defines the minimum work unit ID in the range.StringworkUnitToken()A work token used to query the execution service.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
workUnitIdMax
public final Long workUnitIdMax()
Defines the maximum work unit ID in the range. The maximum value is inclusive.
- Returns:
- Defines the maximum work unit ID in the range. The maximum value is inclusive.
-
workUnitIdMin
public final Long workUnitIdMin()
Defines the minimum work unit ID in the range.
- Returns:
- Defines the minimum work unit ID in the range.
-
workUnitToken
public final String workUnitToken()
A work token used to query the execution service.
- Returns:
- A work token used to query the execution service.
-
toBuilder
public WorkUnitRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WorkUnitRange.Builder,WorkUnitRange>
-
builder
public static WorkUnitRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends WorkUnitRange.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-