@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartImportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartImportRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartImportRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDestinations()
The destination event data store.
|
Date |
getEndEventTime()
Use with
StartEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period. |
String |
getImportId()
The ID of the import.
|
ImportSource |
getImportSource()
The source S3 bucket for the import.
|
Date |
getStartEventTime()
Use with
EndEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period. |
int |
hashCode() |
void |
setDestinations(Collection<String> destinations)
The destination event data store.
|
void |
setEndEventTime(Date endEventTime)
Use with
StartEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period. |
void |
setImportId(String importId)
The ID of the import.
|
void |
setImportSource(ImportSource importSource)
The source S3 bucket for the import.
|
void |
setStartEventTime(Date startEventTime)
Use with
EndEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period. |
String |
toString()
Returns a string representation of this object.
|
StartImportRequest |
withDestinations(Collection<String> destinations)
The destination event data store.
|
StartImportRequest |
withDestinations(String... destinations)
The destination event data store.
|
StartImportRequest |
withEndEventTime(Date endEventTime)
Use with
StartEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period. |
StartImportRequest |
withImportId(String importId)
The ID of the import.
|
StartImportRequest |
withImportSource(ImportSource importSource)
The source S3 bucket for the import.
|
StartImportRequest |
withStartEventTime(Date startEventTime)
Use with
EndEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period. |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic List<String> getDestinations()
The destination event data store. Use this parameter for a new import.
public void setDestinations(Collection<String> destinations)
The destination event data store. Use this parameter for a new import.
destinations - The destination event data store. Use this parameter for a new import.public StartImportRequest withDestinations(String... destinations)
The destination event data store. Use this parameter for a new import.
NOTE: This method appends the values to the existing list (if any). Use
setDestinations(java.util.Collection) or withDestinations(java.util.Collection) if you want to
override the existing values.
destinations - The destination event data store. Use this parameter for a new import.public StartImportRequest withDestinations(Collection<String> destinations)
The destination event data store. Use this parameter for a new import.
destinations - The destination event data store. Use this parameter for a new import.public void setImportSource(ImportSource importSource)
The source S3 bucket for the import. Use this parameter for a new import.
importSource - The source S3 bucket for the import. Use this parameter for a new import.public ImportSource getImportSource()
The source S3 bucket for the import. Use this parameter for a new import.
public StartImportRequest withImportSource(ImportSource importSource)
The source S3 bucket for the import. Use this parameter for a new import.
importSource - The source S3 bucket for the import. Use this parameter for a new import.public void setStartEventTime(Date startEventTime)
Use with EndEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period.
startEventTime - Use with EndEventTime to bound a StartImport request, and limit imported trail
events to only those events logged within a specified time period.public Date getStartEventTime()
Use with EndEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period.
EndEventTime to bound a StartImport request, and limit imported trail
events to only those events logged within a specified time period.public StartImportRequest withStartEventTime(Date startEventTime)
Use with EndEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period.
startEventTime - Use with EndEventTime to bound a StartImport request, and limit imported trail
events to only those events logged within a specified time period.public void setEndEventTime(Date endEventTime)
Use with StartEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period.
endEventTime - Use with StartEventTime to bound a StartImport request, and limit imported trail
events to only those events logged within a specified time period.public Date getEndEventTime()
Use with StartEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period.
StartEventTime to bound a StartImport request, and limit imported
trail events to only those events logged within a specified time period.public StartImportRequest withEndEventTime(Date endEventTime)
Use with StartEventTime to bound a StartImport request, and limit imported trail events
to only those events logged within a specified time period.
endEventTime - Use with StartEventTime to bound a StartImport request, and limit imported trail
events to only those events logged within a specified time period.public void setImportId(String importId)
The ID of the import. Use this parameter when you are retrying an import.
importId - The ID of the import. Use this parameter when you are retrying an import.public String getImportId()
The ID of the import. Use this parameter when you are retrying an import.
public StartImportRequest withImportId(String importId)
The ID of the import. Use this parameter when you are retrying an import.
importId - The ID of the import. Use this parameter when you are retrying an import.public String toString()
toString in class ObjectObject.toString()public StartImportRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.