public static interface ListAssessmentFrameworkShareRequestsResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ListAssessmentFrameworkShareRequestsResponse.Builder,ListAssessmentFrameworkShareRequestsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentFrameworkShareRequestsResponse.Builder |
assessmentFrameworkShareRequests(AssessmentFrameworkShareRequest... assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
ListAssessmentFrameworkShareRequestsResponse.Builder |
assessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
ListAssessmentFrameworkShareRequestsResponse.Builder |
assessmentFrameworkShareRequests(Consumer<AssessmentFrameworkShareRequest.Builder>... assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequests API returned. |
ListAssessmentFrameworkShareRequestsResponse.Builder |
nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssessmentFrameworkShareRequestsResponse.Builder assessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)
The list of share requests that the ListAssessmentFrameworkShareRequests API returned.
assessmentFrameworkShareRequests - The list of share requests that the ListAssessmentFrameworkShareRequests API returned.ListAssessmentFrameworkShareRequestsResponse.Builder assessmentFrameworkShareRequests(AssessmentFrameworkShareRequest... assessmentFrameworkShareRequests)
The list of share requests that the ListAssessmentFrameworkShareRequests API returned.
assessmentFrameworkShareRequests - The list of share requests that the ListAssessmentFrameworkShareRequests API returned.ListAssessmentFrameworkShareRequestsResponse.Builder assessmentFrameworkShareRequests(Consumer<AssessmentFrameworkShareRequest.Builder>... assessmentFrameworkShareRequests)
The list of share requests that the ListAssessmentFrameworkShareRequests API returned.
AssessmentFrameworkShareRequest.Builder avoiding
the need to create one manually via
AssessmentFrameworkShareRequest.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #assessmentFrameworkShareRequests(List.
assessmentFrameworkShareRequests - a consumer that will call methods on
AssessmentFrameworkShareRequest.Builder#assessmentFrameworkShareRequests(java.util.Collection) ListAssessmentFrameworkShareRequestsResponse.Builder nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.Copyright © 2023. All rights reserved.