Interface ListConfigurationHistoryRequest.Builder
- All Superinterfaces:
ApplicationInsightsRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<ListConfigurationHistoryRequest.Builder,
,ListConfigurationHistoryRequest> SdkBuilder<ListConfigurationHistoryRequest.Builder,
,ListConfigurationHistoryRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListConfigurationHistoryRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID for the resource group owner.The end time of the event.eventStatus
(String eventStatus) The status of the configuration update event.eventStatus
(ConfigurationEventStatus eventStatus) The status of the configuration update event.maxResults
(Integer maxResults) The maximum number of results returned byListConfigurationHistory
in paginated output.TheNextToken
value returned from a previous paginatedListConfigurationHistory
request whereMaxResults
was used and the results exceeded the value of that parameter.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceGroupName
(String resourceGroupName) Resource group to which the application belongs.The start time of the event.Methods inherited from interface software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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, sdkFields
-
Method Details
-
resourceGroupName
Resource group to which the application belongs.
- Parameters:
resourceGroupName
- Resource group to which the application belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The start time of the event.
- Parameters:
startTime
- The start time of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end time of the event.
- Parameters:
endTime
- The end time of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventStatus
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
- Parameters:
eventStatus
- The status of the configuration update event. Possible values include INFO, WARN, and ERROR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventStatus
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
- Parameters:
eventStatus
- The status of the configuration update event. Possible values include INFO, WARN, and ERROR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results returned by
ListConfigurationHistory
in paginated output. When this parameter is used,ListConfigurationHistory
returns onlyMaxResults
in a single page along with aNextToken
response element. The remaining results of the initial request can be seen by sending anotherListConfigurationHistory
request with the returnedNextToken
value. If this parameter is not used, thenListConfigurationHistory
returns all results.- Parameters:
maxResults
- The maximum number of results returned byListConfigurationHistory
in paginated output. When this parameter is used,ListConfigurationHistory
returns onlyMaxResults
in a single page along with aNextToken
response element. The remaining results of the initial request can be seen by sending anotherListConfigurationHistory
request with the returnedNextToken
value. If this parameter is not used, thenListConfigurationHistory
returns all results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The
NextToken
value returned from a previous paginatedListConfigurationHistory
request whereMaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextToken
value. This value isnull
when there are no more results to return.- Parameters:
nextToken
- TheNextToken
value returned from a previous paginatedListConfigurationHistory
request whereMaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextToken
value. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The AWS account ID for the resource group owner.
- Parameters:
accountId
- The AWS account ID for the resource group owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConfigurationHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListConfigurationHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-