@Generated(value="software.amazon.awssdk:codegen") public final class HarvestJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HarvestJob.Builder,HarvestJob>
| Modifier and Type | Class and Description |
|---|---|
static interface |
HarvestJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
static HarvestJob.Builder |
builder() |
String |
channelId()
The ID of the Channel that the HarvestJob will harvest from.
|
String |
createdAt()
The date and time the HarvestJob was submitted.
|
String |
endTime()
The end of the time-window which will be harvested.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the HarvestJob.
|
String |
originEndpointId()
The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
S3Destination |
s3Destination()
Returns the value of the S3Destination property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HarvestJob.Builder> |
serializableBuilderClass() |
String |
startTime()
The start of the time-window which will be harvested.
|
Status |
status()
The current status of the HarvestJob.
|
String |
statusAsString()
The current status of the HarvestJob.
|
HarvestJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
public final String channelId()
public final String createdAt()
public final String endTime()
public final String id()
public final String originEndpointId()
public final S3Destination s3Destination()
public final String startTime()
public final Status status()
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String statusAsString()
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic HarvestJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HarvestJob.Builder,HarvestJob>public static HarvestJob.Builder builder()
public static Class<? extends HarvestJob.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.