public static interface GetGeneratedPolicyResponse.Builder extends AccessAnalyzerResponse.Builder, SdkPojo, CopyableBuilder<GetGeneratedPolicyResponse.Builder,GetGeneratedPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetGeneratedPolicyResponse.Builder |
generatedPolicyResult(Consumer<GeneratedPolicyResult.Builder> generatedPolicyResult)
A
GeneratedPolicyResult object that contains the generated policies and associated details. |
GetGeneratedPolicyResponse.Builder |
generatedPolicyResult(GeneratedPolicyResult generatedPolicyResult)
A
GeneratedPolicyResult object that contains the generated policies and associated details. |
default GetGeneratedPolicyResponse.Builder |
jobDetails(Consumer<JobDetails.Builder> jobDetails)
A
GeneratedPolicyDetails object that contains details about the generated policy. |
GetGeneratedPolicyResponse.Builder |
jobDetails(JobDetails jobDetails)
A
GeneratedPolicyDetails object that contains details about the generated policy. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGeneratedPolicyResponse.Builder generatedPolicyResult(GeneratedPolicyResult generatedPolicyResult)
A GeneratedPolicyResult object that contains the generated policies and associated details.
generatedPolicyResult - A GeneratedPolicyResult object that contains the generated policies and associated
details.default GetGeneratedPolicyResponse.Builder generatedPolicyResult(Consumer<GeneratedPolicyResult.Builder> generatedPolicyResult)
A GeneratedPolicyResult object that contains the generated policies and associated details.
GeneratedPolicyResult.Builder avoiding
the need to create one manually via GeneratedPolicyResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to generatedPolicyResult(GeneratedPolicyResult).generatedPolicyResult - a consumer that will call methods on GeneratedPolicyResult.BuildergeneratedPolicyResult(GeneratedPolicyResult)GetGeneratedPolicyResponse.Builder jobDetails(JobDetails jobDetails)
A GeneratedPolicyDetails object that contains details about the generated policy.
jobDetails - A GeneratedPolicyDetails object that contains details about the generated policy.default GetGeneratedPolicyResponse.Builder jobDetails(Consumer<JobDetails.Builder> jobDetails)
A GeneratedPolicyDetails object that contains details about the generated policy.
JobDetails.Builder avoiding the need to
create one manually via JobDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to jobDetails(JobDetails).jobDetails - a consumer that will call methods on JobDetails.BuilderjobDetails(JobDetails)Copyright © 2022. All rights reserved.