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 creation time of the updated scheduled query.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 last execution of the updated scheduled query (Running, Complete, Failed, Timeout, or InvalidQuery).lastExecutionStatus(ExecutionStatus lastExecutionStatus) The status of the last execution of the updated scheduled query (Running, Complete, Failed, Timeout, or InvalidQuery).lastTriggeredTime(Long lastTriggeredTime) The time when the updated scheduled query was last executed.lastUpdatedTime(Long lastUpdatedTime) The last updated time of the scheduled query.logGroupIdentifiers(String... logGroupIdentifiers) The log group identifiers of the updated scheduled query.logGroupIdentifiers(Collection<String> logGroupIdentifiers) The log group identifiers of the updated scheduled query.The name of the updated scheduled query.queryLanguage(String queryLanguage) The query language used by the updated scheduled query.queryLanguage(QueryLanguage queryLanguage) The query language used by 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 schedule end time of the updated scheduled query.scheduleExpression(String scheduleExpression) The schedule expression of the updated scheduled query.scheduleStartTime(Long scheduleStartTime) The schedule start time of the updated scheduled query.startTimeOffset(Long startTimeOffset) The start 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 used by the updated scheduled query.
- Parameters:
queryLanguage- The query language used by 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 used by the updated scheduled query.
- Parameters:
queryLanguage- The query language used by 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 group identifiers of the updated scheduled query.
- Parameters:
logGroupIdentifiers- The log group identifiers of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupIdentifiers
The log group identifiers of the updated scheduled query.
- Parameters:
logGroupIdentifiers- The log group identifiers of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleExpression
The schedule expression of the updated scheduled query.
- Parameters:
scheduleExpression- The schedule 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 start time offset of the updated scheduled query.
- Parameters:
startTimeOffset- The start 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 time when the updated scheduled query was last executed.
- Parameters:
lastTriggeredTime- The time 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 last execution of the updated scheduled query (Running, Complete, Failed, Timeout, or InvalidQuery).
- Parameters:
lastExecutionStatus- The status of the last execution of the updated scheduled query (Running, Complete, Failed, Timeout, or InvalidQuery).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastExecutionStatus
The status of the last execution of the updated scheduled query (Running, Complete, Failed, Timeout, or InvalidQuery).
- Parameters:
lastExecutionStatus- The status of the last execution of the updated scheduled query (Running, Complete, Failed, Timeout, or InvalidQuery).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scheduleStartTime
The schedule start time of the updated scheduled query.
- Parameters:
scheduleStartTime- The schedule start time of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleEndTime
The schedule end time of the updated scheduled query.
- Parameters:
scheduleEndTime- The schedule 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 creation time of the updated scheduled query.
- Parameters:
creationTime- The creation time of the updated scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The last updated time of the scheduled query.
- Parameters:
lastUpdatedTime- The last updated time of the scheduled query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-