public static interface ListOrganizationInsightsRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<ListOrganizationInsightsRequest.Builder,ListOrganizationInsightsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOrganizationInsightsRequest.Builder statusFilter(ListInsightsStatusFilter statusFilter)
statusFilter - The new value for the StatusFilter property for this object.default ListOrganizationInsightsRequest.Builder statusFilter(Consumer<ListInsightsStatusFilter.Builder> statusFilter)
ListInsightsStatusFilter.Builder
avoiding the need to create one manually via ListInsightsStatusFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to statusFilter(ListInsightsStatusFilter).
statusFilter - a consumer that will call methods on ListInsightsStatusFilter.BuilderstatusFilter(ListInsightsStatusFilter)ListOrganizationInsightsRequest.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.ListOrganizationInsightsRequest.Builder accountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account.
accountIds - The ID of the Amazon Web Services account.ListOrganizationInsightsRequest.Builder accountIds(String... accountIds)
The ID of the Amazon Web Services account.
accountIds - The ID of the Amazon Web Services account.ListOrganizationInsightsRequest.Builder organizationalUnitIds(Collection<String> organizationalUnitIds)
The ID of the organizational unit.
organizationalUnitIds - The ID of the organizational unit.ListOrganizationInsightsRequest.Builder organizationalUnitIds(String... organizationalUnitIds)
The ID of the organizational unit.
organizationalUnitIds - The ID of the organizational unit.ListOrganizationInsightsRequest.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.ListOrganizationInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOrganizationInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.