SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.Builder.accountIds(String... accountIds) |
The ID of the Amazon Web Services account.
|
SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.Builder.accountIds(Collection<String> accountIds) |
The ID of the Amazon Web Services account.
|
static SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.builder() |
|
default SearchOrganizationInsightsRequest.Builder |
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 |
SearchOrganizationInsightsRequest.Builder.filters(SearchOrganizationInsightsFilters filters) |
A SearchOrganizationInsightsFilters object that is used to set the severity and status filters
on your insight search.
|
SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return with a single call.
|
SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.Builder.nextToken(String nextToken) |
The pagination token to use to retrieve the next page of results for this operation.
|
SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.Builder.startTimeRange(Consumer<StartTimeRange.Builder> startTimeRange) |
Sets the value of the StartTimeRange property for this object.
|
SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.Builder.startTimeRange(StartTimeRange startTimeRange) |
Sets the value of the StartTimeRange property for this object.
|
SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.toBuilder() |
|
SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.Builder.type(String type) |
The type of insights you are searching for (REACTIVE or PROACTIVE).
|
SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.Builder.type(InsightType type) |
The type of insights you are searching for (REACTIVE or PROACTIVE).
|