public static interface SearchOrganizationInsightsRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<SearchOrganizationInsightsRequest.Builder,SearchOrganizationInsightsRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchOrganizationInsightsRequest.Builder |
accountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
|
SearchOrganizationInsightsRequest.Builder |
accountIds(String... accountIds)
The ID of the Amazon Web Services account.
|
default SearchOrganizationInsightsRequest.Builder |
filters(Consumer<SearchOrganizationInsightsFilters.Builder> filters)
A
SearchOrganizationInsightsFilters object that is used to set the severity and status filters
on your insight search. |
SearchOrganizationInsightsRequest.Builder |
filters(SearchOrganizationInsightsFilters filters)
A
SearchOrganizationInsightsFilters object that is used to set the severity and status filters
on your insight search. |
SearchOrganizationInsightsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
SearchOrganizationInsightsRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
SearchOrganizationInsightsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchOrganizationInsightsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default SearchOrganizationInsightsRequest.Builder |
startTimeRange(Consumer<StartTimeRange.Builder> startTimeRange)
Sets the value of the StartTimeRange property for this object.
|
SearchOrganizationInsightsRequest.Builder |
startTimeRange(StartTimeRange startTimeRange)
Sets the value of the StartTimeRange property for this object.
|
SearchOrganizationInsightsRequest.Builder |
type(InsightType type)
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
SearchOrganizationInsightsRequest.Builder |
type(String type)
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchOrganizationInsightsRequest.Builder accountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
accountIds - The ID of the Amazon Web Services account.SearchOrganizationInsightsRequest.Builder accountIds(String... accountIds)
The ID of the Amazon Web Services account.
accountIds - The ID of the Amazon Web Services account.SearchOrganizationInsightsRequest.Builder startTimeRange(StartTimeRange startTimeRange)
startTimeRange - The new value for the StartTimeRange property for this object.default SearchOrganizationInsightsRequest.Builder startTimeRange(Consumer<StartTimeRange.Builder> startTimeRange)
StartTimeRange.Builder avoiding the need
to create one manually via StartTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to startTimeRange(StartTimeRange).
startTimeRange - a consumer that will call methods on StartTimeRange.BuilderstartTimeRange(StartTimeRange)SearchOrganizationInsightsRequest.Builder filters(SearchOrganizationInsightsFilters filters)
A SearchOrganizationInsightsFilters object that is used to set the severity and status filters
on your insight search.
filters - A SearchOrganizationInsightsFilters object that is used to set the severity and status
filters on your insight search.default SearchOrganizationInsightsRequest.Builder filters(Consumer<SearchOrganizationInsightsFilters.Builder> filters)
A SearchOrganizationInsightsFilters object that is used to set the severity and status filters
on your insight search.
SearchOrganizationInsightsFilters.Builder avoiding the need to create one manually via
SearchOrganizationInsightsFilters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to filters(SearchOrganizationInsightsFilters).
filters - a consumer that will call methods on SearchOrganizationInsightsFilters.Builderfilters(SearchOrganizationInsightsFilters)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 nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.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.
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.SearchOrganizationInsightsRequest.Builder type(String type)
The type of insights you are searching for (REACTIVE or PROACTIVE).
type - The type of insights you are searching for (REACTIVE or PROACTIVE).InsightType,
InsightTypeSearchOrganizationInsightsRequest.Builder type(InsightType type)
The type of insights you are searching for (REACTIVE or PROACTIVE).
type - The type of insights you are searching for (REACTIVE or PROACTIVE).InsightType,
InsightTypeSearchOrganizationInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchOrganizationInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.