Interface ListAssessmentFrameworkShareRequestsResponse.Builder
-
- All Superinterfaces:
AuditManagerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListAssessmentFrameworkShareRequestsResponse.Builder,ListAssessmentFrameworkShareRequestsResponse>,SdkBuilder<ListAssessmentFrameworkShareRequestsResponse.Builder,ListAssessmentFrameworkShareRequestsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAssessmentFrameworkShareRequestsResponse
public static interface ListAssessmentFrameworkShareRequestsResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ListAssessmentFrameworkShareRequestsResponse.Builder,ListAssessmentFrameworkShareRequestsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssessmentFrameworkShareRequestsResponse.BuilderassessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)The list of share requests that theListAssessmentFrameworkShareRequestsAPI returned.ListAssessmentFrameworkShareRequestsResponse.BuilderassessmentFrameworkShareRequests(Consumer<AssessmentFrameworkShareRequest.Builder>... assessmentFrameworkShareRequests)The list of share requests that theListAssessmentFrameworkShareRequestsAPI returned.ListAssessmentFrameworkShareRequestsResponse.BuilderassessmentFrameworkShareRequests(AssessmentFrameworkShareRequest... assessmentFrameworkShareRequests)The list of share requests that theListAssessmentFrameworkShareRequestsAPI returned.ListAssessmentFrameworkShareRequestsResponse.BuildernextToken(String nextToken)The pagination token that's used to fetch the next set of results.-
Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
assessmentFrameworkShareRequests
ListAssessmentFrameworkShareRequestsResponse.Builder assessmentFrameworkShareRequests(Collection<AssessmentFrameworkShareRequest> assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequestsAPI returned.- Parameters:
assessmentFrameworkShareRequests- The list of share requests that theListAssessmentFrameworkShareRequestsAPI returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentFrameworkShareRequests
ListAssessmentFrameworkShareRequestsResponse.Builder assessmentFrameworkShareRequests(AssessmentFrameworkShareRequest... assessmentFrameworkShareRequests)
The list of share requests that the
ListAssessmentFrameworkShareRequestsAPI returned.- Parameters:
assessmentFrameworkShareRequests- The list of share requests that theListAssessmentFrameworkShareRequestsAPI returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentFrameworkShareRequests
ListAssessmentFrameworkShareRequestsResponse.Builder assessmentFrameworkShareRequests(Consumer<AssessmentFrameworkShareRequest.Builder>... assessmentFrameworkShareRequests)
The list of share requests that the
This is a convenience method that creates an instance of theListAssessmentFrameworkShareRequestsAPI returned.AssessmentFrameworkShareRequest.Builderavoiding the need to create one manually viaAssessmentFrameworkShareRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#assessmentFrameworkShareRequests(List.) - Parameters:
assessmentFrameworkShareRequests- a consumer that will call methods onAssessmentFrameworkShareRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#assessmentFrameworkShareRequests(java.util.Collection)
-
nextToken
ListAssessmentFrameworkShareRequestsResponse.Builder nextToken(String 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.
-
-