@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataSourceSyncJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDataSourceSyncJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDataSourceSyncJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The identifier of the data source connector.
|
String |
getIndexId()
The identifier of the index used with the data source connector.
|
Integer |
getMaxResults()
The maximum number of synchronization jobs to return in the response.
|
String |
getNextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
TimeRange |
getStartTimeFilter()
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
String |
getStatusFilter()
Only returns synchronization jobs with the
Status field equal to the specified status. |
int |
hashCode() |
void |
setId(String id)
The identifier of the data source connector.
|
void |
setIndexId(String indexId)
The identifier of the index used with the data source connector.
|
void |
setMaxResults(Integer maxResults)
The maximum number of synchronization jobs to return in the response.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
void |
setStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
void |
setStatusFilter(String statusFilter)
Only returns synchronization jobs with the
Status field equal to the specified status. |
String |
toString()
Returns a string representation of this object.
|
ListDataSourceSyncJobsRequest |
withId(String id)
The identifier of the data source connector.
|
ListDataSourceSyncJobsRequest |
withIndexId(String indexId)
The identifier of the index used with the data source connector.
|
ListDataSourceSyncJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of synchronization jobs to return in the response.
|
ListDataSourceSyncJobsRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
ListDataSourceSyncJobsRequest |
withStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
ListDataSourceSyncJobsRequest |
withStatusFilter(DataSourceSyncJobStatus statusFilter)
Only returns synchronization jobs with the
Status field equal to the specified status. |
ListDataSourceSyncJobsRequest |
withStatusFilter(String statusFilter)
Only returns synchronization jobs with the
Status field equal to the specified status. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setId(String id)
The identifier of the data source connector.
id
- The identifier of the data source connector.public String getId()
The identifier of the data source connector.
public ListDataSourceSyncJobsRequest withId(String id)
The identifier of the data source connector.
id
- The identifier of the data source connector.public void setIndexId(String indexId)
The identifier of the index used with the data source connector.
indexId
- The identifier of the index used with the data source connector.public String getIndexId()
The identifier of the index used with the data source connector.
public ListDataSourceSyncJobsRequest withIndexId(String indexId)
The identifier of the index used with the data source connector.
indexId
- The identifier of the index used with the data source connector.public void setNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of jobs.
nextToken
- If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response. You can use this pagination token to retrieve the next set of jobs.public String getNextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of jobs.
public ListDataSourceSyncJobsRequest withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of jobs.
nextToken
- If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response. You can use this pagination token to retrieve the next set of jobs.public void setMaxResults(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.
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 Integer getMaxResults()
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 ListDataSourceSyncJobsRequest withMaxResults(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.
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 void setStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
startTimeFilter
- When specified, the synchronization jobs returned in the list are limited to jobs between the specified
dates.public TimeRange getStartTimeFilter()
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
public ListDataSourceSyncJobsRequest withStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
startTimeFilter
- When specified, the synchronization jobs returned in the list are limited to jobs between the specified
dates.public void setStatusFilter(String statusFilter)
Only returns synchronization jobs with the Status
field equal to the specified status.
statusFilter
- Only returns synchronization jobs with the Status
field equal to the specified status.DataSourceSyncJobStatus
public String getStatusFilter()
Only returns synchronization jobs with the Status
field equal to the specified status.
Status
field equal to the specified status.DataSourceSyncJobStatus
public ListDataSourceSyncJobsRequest withStatusFilter(String statusFilter)
Only returns synchronization jobs with the Status
field equal to the specified status.
statusFilter
- Only returns synchronization jobs with the Status
field equal to the specified status.DataSourceSyncJobStatus
public ListDataSourceSyncJobsRequest withStatusFilter(DataSourceSyncJobStatus statusFilter)
Only returns synchronization jobs with the Status
field equal to the specified status.
statusFilter
- Only returns synchronization jobs with the Status
field equal to the specified status.DataSourceSyncJobStatus
public String toString()
toString
in class Object
Object.toString()
public ListDataSourceSyncJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()