@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDestinations()
The ARN of 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 ARN of 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 ARN of the destination event data store.
|
StartImportRequest |
withDestinations(String... destinations)
The ARN of 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, 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 List<String> getDestinations()
The ARN of the destination event data store. Use this parameter for a new import.
public void setDestinations(Collection<String> destinations)
The ARN of the destination event data store. Use this parameter for a new import.
destinations
- The ARN of the destination event data store. Use this parameter for a new import.public StartImportRequest withDestinations(String... destinations)
The ARN of 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 ARN of the destination event data store. Use this parameter for a new import.public StartImportRequest withDestinations(Collection<String> destinations)
The ARN of the destination event data store. Use this parameter for a new import.
destinations
- The ARN of 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. When you specify a time range, CloudTrail checks the
prefix and log file names to verify the names contain a date between the specified StartEventTime
and EndEventTime
before attempting to import events.
startEventTime
- Use with EndEventTime
to bound a StartImport
request, and limit imported trail
events to only those events logged within a specified time period. When you specify a time range,
CloudTrail checks the prefix and log file names to verify the names contain a date between the specified
StartEventTime
and EndEventTime
before attempting to import events.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. When you specify a time range, CloudTrail checks the
prefix and log file names to verify the names contain a date between the specified StartEventTime
and EndEventTime
before attempting to import events.
EndEventTime
to bound a StartImport
request, and limit imported trail
events to only those events logged within a specified time period. When you specify a time range,
CloudTrail checks the prefix and log file names to verify the names contain a date between the specified
StartEventTime
and EndEventTime
before attempting to import events.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. When you specify a time range, CloudTrail checks the
prefix and log file names to verify the names contain a date between the specified StartEventTime
and EndEventTime
before attempting to import events.
startEventTime
- Use with EndEventTime
to bound a StartImport
request, and limit imported trail
events to only those events logged within a specified time period. When you specify a time range,
CloudTrail checks the prefix and log file names to verify the names contain a date between the specified
StartEventTime
and EndEventTime
before attempting to import events.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. When you specify a time range, CloudTrail checks the
prefix and log file names to verify the names contain a date between the specified StartEventTime
and EndEventTime
before attempting to import events.
endEventTime
- Use with StartEventTime
to bound a StartImport
request, and limit imported trail
events to only those events logged within a specified time period. When you specify a time range,
CloudTrail checks the prefix and log file names to verify the names contain a date between the specified
StartEventTime
and EndEventTime
before attempting to import events.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. When you specify a time range, CloudTrail checks the
prefix and log file names to verify the names contain a date between the specified StartEventTime
and EndEventTime
before attempting to import events.
StartEventTime
to bound a StartImport
request, and limit imported
trail events to only those events logged within a specified time period. When you specify a time range,
CloudTrail checks the prefix and log file names to verify the names contain a date between the specified
StartEventTime
and EndEventTime
before attempting to import events.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. When you specify a time range, CloudTrail checks the
prefix and log file names to verify the names contain a date between the specified StartEventTime
and EndEventTime
before attempting to import events.
endEventTime
- Use with StartEventTime
to bound a StartImport
request, and limit imported trail
events to only those events logged within a specified time period. When you specify a time range,
CloudTrail checks the prefix and log file names to verify the names contain a date between the specified
StartEventTime
and EndEventTime
before attempting to import events.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 Object
Object.toString()
public StartImportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()