public static interface ValidatePolicyResponse.Builder extends AccessAnalyzerResponse.Builder, SdkPojo, CopyableBuilder<ValidatePolicyResponse.Builder,ValidatePolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
ValidatePolicyResponse.Builder |
findings(Collection<ValidatePolicyFinding> findings)
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
|
ValidatePolicyResponse.Builder |
findings(Consumer<ValidatePolicyFinding.Builder>... findings)
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
|
ValidatePolicyResponse.Builder |
findings(ValidatePolicyFinding... findings)
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
|
ValidatePolicyResponse.Builder |
nextToken(String nextToken)
A token used for pagination of results returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildValidatePolicyResponse.Builder findings(Collection<ValidatePolicyFinding> findings)
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
findings - The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.ValidatePolicyResponse.Builder findings(ValidatePolicyFinding... findings)
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
findings - The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.ValidatePolicyResponse.Builder findings(Consumer<ValidatePolicyFinding.Builder>... findings)
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
This is a convenience method that creates an instance of theValidatePolicyFinding.Builder avoiding the need
to create one manually via
ValidatePolicyFinding.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #findings(List.
findings - a consumer that will call methods on
ValidatePolicyFinding.Builder#findings(java.util.Collection) ValidatePolicyResponse.Builder nextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.Copyright © 2022. All rights reserved.