Interface UpdateScheduledQueryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<UpdateScheduledQueryResponse.Builder,,UpdateScheduledQueryResponse> SdkBuilder<UpdateScheduledQueryResponse.Builder,,UpdateScheduledQueryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateScheduledQueryResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Long creationTime) The timestamp when the scheduled query was originally created.description(String description) The description of the updated scheduled query.destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration) The destination configuration of the updated scheduled query.destinationConfiguration(DestinationConfiguration destinationConfiguration) The destination configuration of the updated scheduled query.executionRoleArn(String executionRoleArn) The execution role ARN of the updated scheduled query.lastExecutionStatus(String lastExecutionStatus) The status of the most recent execution of the updated scheduled query.lastExecutionStatus(ExecutionStatus lastExecutionStatus) The status of the most recent execution of the updated scheduled query.lastTriggeredTime(Long lastTriggeredTime) The timestamp when the updated scheduled query was last executed.lastUpdatedTime(Long lastUpdatedTime) The timestamp when the scheduled query was last updated.logGroupIdentifiers(String... logGroupIdentifiers) The log groups queried by the updated scheduled query.logGroupIdentifiers(Collection<String> logGroupIdentifiers) The log groups queried by the updated scheduled query.The name of the updated scheduled query.queryLanguage(String queryLanguage) The query language of the updated scheduled query.queryLanguage(QueryLanguage queryLanguage) The query language of the updated scheduled query.queryString(String queryString) The query string of the updated scheduled query.scheduledQueryArn(String scheduledQueryArn) The ARN of the updated scheduled query.scheduleEndTime(Long scheduleEndTime) The end time of the updated scheduled query.scheduleExpression(String scheduleExpression) The cron expression of the updated scheduled query.scheduleStartTime(Long scheduleStartTime) The start time of the updated scheduled query.startTimeOffset(Long startTimeOffset) The time offset of the updated scheduled query.The state of the updated scheduled query.state(ScheduledQueryState state) The state of the updated scheduled query.The timezone of the updated scheduled query.Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
scheduledQueryArn
The ARN of the updated scheduled query.
- Parameters:
scheduledQueryArn- The ARN of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the updated scheduled query.
- Parameters:
name- The name of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the updated scheduled query.
- Parameters:
description- The description of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryLanguage
The query language of the updated scheduled query.
- Parameters:
queryLanguage- The query language of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
queryLanguage
The query language of the updated scheduled query.
- Parameters:
queryLanguage- The query language of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
queryString
The query string of the updated scheduled query.
- Parameters:
queryString- The query string of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupIdentifiers
The log groups queried by the updated scheduled query.
- Parameters:
logGroupIdentifiers- The log groups queried by the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupIdentifiers
The log groups queried by the updated scheduled query.
- Parameters:
logGroupIdentifiers- The log groups queried by the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleExpression
The cron expression of the updated scheduled query.
- Parameters:
scheduleExpression- The cron expression of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timezone
The timezone of the updated scheduled query.
- Parameters:
timezone- The timezone of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTimeOffset
The time offset of the updated scheduled query.
- Parameters:
startTimeOffset- The time offset of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfiguration
UpdateScheduledQueryResponse.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration) The destination configuration of the updated scheduled query.
- Parameters:
destinationConfiguration- The destination configuration of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfiguration
default UpdateScheduledQueryResponse.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration) The destination configuration of the updated scheduled query.
This is a convenience method that creates an instance of theDestinationConfiguration.Builderavoiding the need to create one manually viaDestinationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestinationConfiguration(DestinationConfiguration).- Parameters:
destinationConfiguration- a consumer that will call methods onDestinationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the updated scheduled query.
- Parameters:
state- The state of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the updated scheduled query.
- Parameters:
state- The state of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastTriggeredTime
The timestamp when the updated scheduled query was last executed.
- Parameters:
lastTriggeredTime- The timestamp when the updated scheduled query was last executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastExecutionStatus
The status of the most recent execution of the updated scheduled query.
- Parameters:
lastExecutionStatus- The status of the most recent execution of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastExecutionStatus
The status of the most recent execution of the updated scheduled query.
- Parameters:
lastExecutionStatus- The status of the most recent execution of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scheduleStartTime
The start time of the updated scheduled query.
- Parameters:
scheduleStartTime- The start time of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleEndTime
The end time of the updated scheduled query.
- Parameters:
scheduleEndTime- The end time of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionRoleArn
The execution role ARN of the updated scheduled query.
- Parameters:
executionRoleArn- The execution role ARN of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The timestamp when the scheduled query was originally created.
- Parameters:
creationTime- The timestamp when the scheduled query was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The timestamp when the scheduled query was last updated.
- Parameters:
lastUpdatedTime- The timestamp when the scheduled query was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-