Interface SearchOrganizationInsightsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SearchOrganizationInsightsRequest.Builder,SearchOrganizationInsightsRequest>,DevOpsGuruRequest.Builder,SdkBuilder<SearchOrganizationInsightsRequest.Builder,SearchOrganizationInsightsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SearchOrganizationInsightsRequest
public static interface SearchOrganizationInsightsRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<SearchOrganizationInsightsRequest.Builder,SearchOrganizationInsightsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SearchOrganizationInsightsRequest.BuilderaccountIds(String... accountIds)The ID of the Amazon Web Services account.SearchOrganizationInsightsRequest.BuilderaccountIds(Collection<String> accountIds)The ID of the Amazon Web Services account.default SearchOrganizationInsightsRequest.Builderfilters(Consumer<SearchOrganizationInsightsFilters.Builder> filters)ASearchOrganizationInsightsFiltersobject that is used to set the severity and status filters on your insight search.SearchOrganizationInsightsRequest.Builderfilters(SearchOrganizationInsightsFilters filters)ASearchOrganizationInsightsFiltersobject that is used to set the severity and status filters on your insight search.SearchOrganizationInsightsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return with a single call.SearchOrganizationInsightsRequest.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.SearchOrganizationInsightsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchOrganizationInsightsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default SearchOrganizationInsightsRequest.BuilderstartTimeRange(Consumer<StartTimeRange.Builder> startTimeRange)Sets the value of the StartTimeRange property for this object.SearchOrganizationInsightsRequest.BuilderstartTimeRange(StartTimeRange startTimeRange)Sets the value of the StartTimeRange property for this object.SearchOrganizationInsightsRequest.Buildertype(String type)The type of insights you are searching for (REACTIVEorPROACTIVE).SearchOrganizationInsightsRequest.Buildertype(InsightType type)The type of insights you are searching for (REACTIVEorPROACTIVE).-
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.services.devopsguru.model.DevOpsGuruRequest.Builder
build
-
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
-
accountIds
SearchOrganizationInsightsRequest.Builder accountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
- Parameters:
accountIds- The ID of the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
SearchOrganizationInsightsRequest.Builder accountIds(String... accountIds)
The ID of the Amazon Web Services account.
- Parameters:
accountIds- The ID of the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTimeRange
SearchOrganizationInsightsRequest.Builder startTimeRange(StartTimeRange startTimeRange)
Sets the value of the StartTimeRange property for this object.- Parameters:
startTimeRange- The new value for the StartTimeRange property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTimeRange
default SearchOrganizationInsightsRequest.Builder startTimeRange(Consumer<StartTimeRange.Builder> startTimeRange)
Sets the value of the StartTimeRange property for this object. This is a convenience method that creates an instance of theStartTimeRange.Builderavoiding the need to create one manually viaStartTimeRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostartTimeRange(StartTimeRange).- Parameters:
startTimeRange- a consumer that will call methods onStartTimeRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
startTimeRange(StartTimeRange)
-
filters
SearchOrganizationInsightsRequest.Builder filters(SearchOrganizationInsightsFilters filters)
A
SearchOrganizationInsightsFiltersobject that is used to set the severity and status filters on your insight search.- Parameters:
filters- ASearchOrganizationInsightsFiltersobject that is used to set the severity and status filters on your insight search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
default SearchOrganizationInsightsRequest.Builder filters(Consumer<SearchOrganizationInsightsFilters.Builder> filters)
A
This is a convenience method that creates an instance of theSearchOrganizationInsightsFiltersobject that is used to set the severity and status filters on your insight search.SearchOrganizationInsightsFilters.Builderavoiding the need to create one manually viaSearchOrganizationInsightsFilters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(SearchOrganizationInsightsFilters).- Parameters:
filters- a consumer that will call methods onSearchOrganizationInsightsFilters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filters(SearchOrganizationInsightsFilters)
-
maxResults
SearchOrganizationInsightsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextTokenvalue.- Parameters:
maxResults- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returnednextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
SearchOrganizationInsightsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- Parameters:
nextToken- The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
SearchOrganizationInsightsRequest.Builder type(String type)
The type of insights you are searching for (
REACTIVEorPROACTIVE).- Parameters:
type- The type of insights you are searching for (REACTIVEorPROACTIVE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InsightType,InsightType
-
type
SearchOrganizationInsightsRequest.Builder type(InsightType type)
The type of insights you are searching for (
REACTIVEorPROACTIVE).- Parameters:
type- The type of insights you are searching for (REACTIVEorPROACTIVE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InsightType,InsightType
-
overrideConfiguration
SearchOrganizationInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SearchOrganizationInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-