Interface ListConfigurationHistoryRequest.Builder
-
- All Superinterfaces:
ApplicationInsightsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListConfigurationHistoryRequest.Builder,ListConfigurationHistoryRequest>,SdkBuilder<ListConfigurationHistoryRequest.Builder,ListConfigurationHistoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListConfigurationHistoryRequest
public static interface ListConfigurationHistoryRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationHistoryRequest.Builder,ListConfigurationHistoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfigurationHistoryRequest.BuilderaccountId(String accountId)The AWS account ID for the resource group owner.ListConfigurationHistoryRequest.BuilderendTime(Instant endTime)The end time of the event.ListConfigurationHistoryRequest.BuildereventStatus(String eventStatus)The status of the configuration update event.ListConfigurationHistoryRequest.BuildereventStatus(ConfigurationEventStatus eventStatus)The status of the configuration update event.ListConfigurationHistoryRequest.BuildermaxResults(Integer maxResults)The maximum number of results returned byListConfigurationHistoryin paginated output.ListConfigurationHistoryRequest.BuildernextToken(String nextToken)TheNextTokenvalue returned from a previous paginatedListConfigurationHistoryrequest whereMaxResultswas used and the results exceeded the value of that parameter.ListConfigurationHistoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConfigurationHistoryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConfigurationHistoryRequest.BuilderresourceGroupName(String resourceGroupName)Resource group to which the application belongs.ListConfigurationHistoryRequest.BuilderstartTime(Instant startTime)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 Detail
-
resourceGroupName
ListConfigurationHistoryRequest.Builder resourceGroupName(String 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
ListConfigurationHistoryRequest.Builder startTime(Instant 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
ListConfigurationHistoryRequest.Builder endTime(Instant 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
ListConfigurationHistoryRequest.Builder eventStatus(String 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:
ConfigurationEventStatus,ConfigurationEventStatus
-
eventStatus
ListConfigurationHistoryRequest.Builder eventStatus(ConfigurationEventStatus 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:
ConfigurationEventStatus,ConfigurationEventStatus
-
maxResults
ListConfigurationHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by
ListConfigurationHistoryin paginated output. When this parameter is used,ListConfigurationHistoryreturns onlyMaxResultsin a single page along with aNextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListConfigurationHistoryrequest with the returnedNextTokenvalue. If this parameter is not used, thenListConfigurationHistoryreturns all results.- Parameters:
maxResults- The maximum number of results returned byListConfigurationHistoryin paginated output. When this parameter is used,ListConfigurationHistoryreturns onlyMaxResultsin a single page along with aNextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListConfigurationHistoryrequest with the returnedNextTokenvalue. If this parameter is not used, thenListConfigurationHistoryreturns all results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListConfigurationHistoryRequest.Builder nextToken(String nextToken)
The
NextTokenvalue returned from a previous paginatedListConfigurationHistoryrequest whereMaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextTokenvalue. This value isnullwhen there are no more results to return.- Parameters:
nextToken- TheNextTokenvalue returned from a previous paginatedListConfigurationHistoryrequest whereMaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextTokenvalue. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
ListConfigurationHistoryRequest.Builder accountId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConfigurationHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-