Interface GetScheduledQueryHistoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<GetScheduledQueryHistoryRequest.Builder,GetScheduledQueryHistoryRequest>,SdkBuilder<GetScheduledQueryHistoryRequest.Builder,GetScheduledQueryHistoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetScheduledQueryHistoryRequest
@Mutable @NotThreadSafe public static interface GetScheduledQueryHistoryRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<GetScheduledQueryHistoryRequest.Builder,GetScheduledQueryHistoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetScheduledQueryHistoryRequest.BuilderendTime(Long endTime)The end time for the history query in Unix epoch format.GetScheduledQueryHistoryRequest.BuilderexecutionStatuses(Collection<ExecutionStatus> executionStatuses)An array of execution statuses to filter the history results.GetScheduledQueryHistoryRequest.BuilderexecutionStatuses(ExecutionStatus... executionStatuses)An array of execution statuses to filter the history results.GetScheduledQueryHistoryRequest.BuilderexecutionStatusesWithStrings(String... executionStatuses)An array of execution statuses to filter the history results.GetScheduledQueryHistoryRequest.BuilderexecutionStatusesWithStrings(Collection<String> executionStatuses)An array of execution statuses to filter the history results.GetScheduledQueryHistoryRequest.Builderidentifier(String identifier)The ARN or name of the scheduled query to retrieve history for.GetScheduledQueryHistoryRequest.BuildermaxResults(Integer maxResults)The maximum number of history records to return.GetScheduledQueryHistoryRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.GetScheduledQueryHistoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetScheduledQueryHistoryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetScheduledQueryHistoryRequest.BuilderstartTime(Long startTime)The start time for the history query in Unix epoch format.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
identifier
GetScheduledQueryHistoryRequest.Builder identifier(String 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
GetScheduledQueryHistoryRequest.Builder startTime(Long 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
GetScheduledQueryHistoryRequest.Builder endTime(Long 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
GetScheduledQueryHistoryRequest.Builder executionStatusesWithStrings(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.
-
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
GetScheduledQueryHistoryRequest.Builder executionStatuses(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.
-
maxResults
GetScheduledQueryHistoryRequest.Builder maxResults(Integer 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
GetScheduledQueryHistoryRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetScheduledQueryHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-