Interface ListPrivacyBudgetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<ListPrivacyBudgetsResponse.Builder,
,ListPrivacyBudgetsResponse> SdkBuilder<ListPrivacyBudgetsResponse.Builder,
,ListPrivacyBudgetsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPrivacyBudgetsResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination token that's used to fetch the next set of results.privacyBudgetSummaries
(Collection<PrivacyBudgetSummary> privacyBudgetSummaries) An array that summarizes the privacy budgets.privacyBudgetSummaries
(Consumer<PrivacyBudgetSummary.Builder>... privacyBudgetSummaries) An array that summarizes the privacy budgets.privacyBudgetSummaries
(PrivacyBudgetSummary... privacyBudgetSummaries) An array that summarizes the privacy budgets.Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
privacyBudgetSummaries
ListPrivacyBudgetsResponse.Builder privacyBudgetSummaries(Collection<PrivacyBudgetSummary> privacyBudgetSummaries) An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.
- Parameters:
privacyBudgetSummaries
- An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privacyBudgetSummaries
ListPrivacyBudgetsResponse.Builder privacyBudgetSummaries(PrivacyBudgetSummary... privacyBudgetSummaries) An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.
- Parameters:
privacyBudgetSummaries
- An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privacyBudgetSummaries
ListPrivacyBudgetsResponse.Builder privacyBudgetSummaries(Consumer<PrivacyBudgetSummary.Builder>... privacyBudgetSummaries) An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.
This is a convenience method that creates an instance of thePrivacyBudgetSummary.Builder
avoiding the need to create one manually viaPrivacyBudgetSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprivacyBudgetSummaries(List<PrivacyBudgetSummary>)
.- Parameters:
privacyBudgetSummaries
- a consumer that will call methods onPrivacyBudgetSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token that's used to fetch the next set of results.
- Parameters:
nextToken
- The pagination token that's used to fetch the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-