public static interface StartPolicyGenerationResponse.Builder extends AccessAnalyzerResponse.Builder, SdkPojo, CopyableBuilder<StartPolicyGenerationResponse.Builder,StartPolicyGenerationResponse>
| Modifier and Type | Method and Description |
|---|---|
StartPolicyGenerationResponse.Builder |
jobId(String jobId)
The
JobId that is returned by the StartPolicyGeneration operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartPolicyGenerationResponse.Builder jobId(String jobId)
The JobId that is returned by the StartPolicyGeneration operation. The
JobId can be used with GetGeneratedPolicy to retrieve the generated policies or
used with CancelPolicyGeneration to cancel the policy generation request.
jobId - The JobId that is returned by the StartPolicyGeneration operation. The
JobId can be used with GetGeneratedPolicy to retrieve the generated policies
or used with CancelPolicyGeneration to cancel the policy generation request.Copyright © 2022. All rights reserved.