public static interface StartAssessmentFrameworkShareResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<StartAssessmentFrameworkShareResponse.Builder,StartAssessmentFrameworkShareResponse>
| Modifier and Type | Method and Description |
|---|---|
StartAssessmentFrameworkShareResponse.Builder |
assessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The share request that's created by the
StartAssessmentFrameworkShare API. |
default StartAssessmentFrameworkShareResponse.Builder |
assessmentFrameworkShareRequest(Consumer<AssessmentFrameworkShareRequest.Builder> assessmentFrameworkShareRequest)
The share request that's created by the
StartAssessmentFrameworkShare API. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAssessmentFrameworkShareResponse.Builder assessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The share request that's created by the StartAssessmentFrameworkShare API.
assessmentFrameworkShareRequest - The share request that's created by the StartAssessmentFrameworkShare API.default StartAssessmentFrameworkShareResponse.Builder assessmentFrameworkShareRequest(Consumer<AssessmentFrameworkShareRequest.Builder> assessmentFrameworkShareRequest)
The share request that's created by the StartAssessmentFrameworkShare API.
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
assessmentFrameworkShareRequest(AssessmentFrameworkShareRequest).assessmentFrameworkShareRequest - a consumer that will call methods on AssessmentFrameworkShareRequest.BuilderassessmentFrameworkShareRequest(AssessmentFrameworkShareRequest)Copyright © 2022. All rights reserved.