public static interface ListAuditTasksRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListAuditTasksRequest.Builder,ListAuditTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAuditTasksRequest.Builder |
endTime(Instant endTime)
The end of the time period.
|
ListAuditTasksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListAuditTasksRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListAuditTasksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAuditTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAuditTasksRequest.Builder |
startTime(Instant startTime)
The beginning of the time period.
|
ListAuditTasksRequest.Builder |
taskStatus(AuditTaskStatus taskStatus)
A filter to limit the output to audits with the specified completion status: can be one of "IN_PROGRESS",
"COMPLETED", "FAILED", or "CANCELED".
|
ListAuditTasksRequest.Builder |
taskStatus(String taskStatus)
A filter to limit the output to audits with the specified completion status: can be one of "IN_PROGRESS",
"COMPLETED", "FAILED", or "CANCELED".
|
ListAuditTasksRequest.Builder |
taskType(AuditTaskType taskType)
A filter to limit the output to the specified type of audit: can be one of "ON_DEMAND_AUDIT_TASK" or
"SCHEDULED__AUDIT_TASK".
|
ListAuditTasksRequest.Builder |
taskType(String taskType)
A filter to limit the output to the specified type of audit: can be one of "ON_DEMAND_AUDIT_TASK" or
"SCHEDULED__AUDIT_TASK".
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAuditTasksRequest.Builder startTime(Instant startTime)
The beginning of the time period. Audit information is retained for a limited time (180 days). Requesting a start time prior to what is retained results in an "InvalidRequestException".
startTime - The beginning of the time period. Audit information is retained for a limited time (180 days).
Requesting a start time prior to what is retained results in an "InvalidRequestException".ListAuditTasksRequest.Builder endTime(Instant endTime)
The end of the time period.
endTime - The end of the time period.ListAuditTasksRequest.Builder taskType(String taskType)
A filter to limit the output to the specified type of audit: can be one of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED__AUDIT_TASK".
taskType - A filter to limit the output to the specified type of audit: can be one of "ON_DEMAND_AUDIT_TASK" or
"SCHEDULED__AUDIT_TASK".AuditTaskType,
AuditTaskTypeListAuditTasksRequest.Builder taskType(AuditTaskType taskType)
A filter to limit the output to the specified type of audit: can be one of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED__AUDIT_TASK".
taskType - A filter to limit the output to the specified type of audit: can be one of "ON_DEMAND_AUDIT_TASK" or
"SCHEDULED__AUDIT_TASK".AuditTaskType,
AuditTaskTypeListAuditTasksRequest.Builder taskStatus(String taskStatus)
A filter to limit the output to audits with the specified completion status: can be one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
taskStatus - A filter to limit the output to audits with the specified completion status: can be one of
"IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".AuditTaskStatus,
AuditTaskStatusListAuditTasksRequest.Builder taskStatus(AuditTaskStatus taskStatus)
A filter to limit the output to audits with the specified completion status: can be one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
taskStatus - A filter to limit the output to audits with the specified completion status: can be one of
"IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".AuditTaskStatus,
AuditTaskStatusListAuditTasksRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListAuditTasksRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults - The maximum number of results to return at one time. The default is 25.ListAuditTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAuditTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.