Interface GetScheduledQueryHistoryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<GetScheduledQueryHistoryRequest.Builder,,GetScheduledQueryHistoryRequest> SdkBuilder<GetScheduledQueryHistoryRequest.Builder,,GetScheduledQueryHistoryRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetScheduledQueryHistoryRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe end time for the history query in Unix epoch format.executionStatuses(Collection<ExecutionStatus> executionStatuses) An array of execution statuses to filter the history results.executionStatuses(ExecutionStatus... executionStatuses) An array of execution statuses to filter the history results.executionStatusesWithStrings(String... executionStatuses) An array of execution statuses to filter the history results.executionStatusesWithStrings(Collection<String> executionStatuses) An array of execution statuses to filter the history results.identifier(String identifier) The ARN or name of the scheduled query to retrieve history for.maxResults(Integer maxResults) The maximum number of history records to return.Sets the value of the NextToken property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The start time for the history query in Unix epoch format.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
identifier
The ARN or name of the scheduled query to retrieve history for.
- Parameters:
identifier- The ARN or name of the scheduled query to retrieve history for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The start time for the history query in Unix epoch format.
- Parameters:
startTime- The start time for the history query in Unix epoch format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end time for the history query in Unix epoch format.
- Parameters:
endTime- The end time for the history query in Unix epoch format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStatusesWithStrings
GetScheduledQueryHistoryRequest.Builder executionStatusesWithStrings(Collection<String> executionStatuses) An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
- Parameters:
executionStatuses- An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStatusesWithStrings
An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
- Parameters:
executionStatuses- An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStatuses
GetScheduledQueryHistoryRequest.Builder executionStatuses(Collection<ExecutionStatus> executionStatuses) An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
- Parameters:
executionStatuses- An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStatuses
An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
- Parameters:
executionStatuses- An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of history records to return. Valid range is 1 to 1000.
- Parameters:
maxResults- The maximum number of history records to return. Valid range is 1 to 1000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetScheduledQueryHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetScheduledQueryHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-