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.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #assessmentFrameworkShareRequests(List) .assessmentFrameworkShareRequests - a consumer that will call methods on List.Builder #assessmentFrameworkShareRequests(List) 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 © 2022. All rights reserved.