@Generated(value="software.amazon.awssdk:codegen") public final class ListDataSourceSyncJobsRequest extends KendraRequest implements ToCopyableBuilder<ListDataSourceSyncJobsRequest.Builder,ListDataSourceSyncJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDataSourceSyncJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDataSourceSyncJobsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the data source.
|
String |
indexId()
The identifier of the index that contains the data source.
|
Integer |
maxResults()
The maximum number of synchronization jobs to return in the response.
|
String |
nextToken()
If the result of the previous request to
GetDataSourceSyncJobHistory was truncated, include the
NextToken to fetch the next set of jobs. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDataSourceSyncJobsRequest.Builder> |
serializableBuilderClass() |
TimeRange |
startTimeFilter()
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
DataSourceSyncJobStatus |
statusFilter()
When specified, only returns synchronization jobs with the
Status field equal to the specified
status. |
String |
statusFilterAsString()
When specified, only returns synchronization jobs with the
Status field equal to the specified
status. |
ListDataSourceSyncJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String id()
The identifier of the data source.
public String indexId()
The identifier of the index that contains the data source.
public String nextToken()
If the result of the previous request to GetDataSourceSyncJobHistory was truncated, include the
NextToken to fetch the next set of jobs.
GetDataSourceSyncJobHistory was truncated, include
the NextToken to fetch the next set of jobs.public Integer maxResults()
The maximum number of synchronization jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
public TimeRange startTimeFilter()
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
public DataSourceSyncJobStatus statusFilter()
When specified, only returns synchronization jobs with the Status field equal to the specified
status.
If the service returns an enum value that is not available in the current SDK version, statusFilter will
return DataSourceSyncJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusFilterAsString().
Status field equal to the
specified status.DataSourceSyncJobStatuspublic String statusFilterAsString()
When specified, only returns synchronization jobs with the Status field equal to the specified
status.
If the service returns an enum value that is not available in the current SDK version, statusFilter will
return DataSourceSyncJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusFilterAsString().
Status field equal to the
specified status.DataSourceSyncJobStatuspublic ListDataSourceSyncJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDataSourceSyncJobsRequest.Builder,ListDataSourceSyncJobsRequest>toBuilder in class KendraRequestpublic static ListDataSourceSyncJobsRequest.Builder builder()
public static Class<? extends ListDataSourceSyncJobsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.