public static interface GetAssessmentFrameworkResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<GetAssessmentFrameworkResponse.Builder,GetAssessmentFrameworkResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetAssessmentFrameworkResponse.Builder |
framework(Consumer<Framework.Builder> framework)
The framework that the
GetAssessmentFramework API returned. |
GetAssessmentFrameworkResponse.Builder |
framework(Framework framework)
The framework that the
GetAssessmentFramework API returned. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssessmentFrameworkResponse.Builder framework(Framework framework)
The framework that the GetAssessmentFramework API returned.
framework - The framework that the GetAssessmentFramework API returned.default GetAssessmentFrameworkResponse.Builder framework(Consumer<Framework.Builder> framework)
The framework that the GetAssessmentFramework API returned.
Framework.Builder avoiding the need to
create one manually via Framework.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to framework(Framework).
framework - a consumer that will call methods on Framework.Builderframework(Framework)Copyright © 2023. All rights reserved.