public static interface SimulateCustomPolicyResponse.Builder extends IamResponse.Builder, CopyableBuilder<SimulateCustomPolicyResponse.Builder,SimulateCustomPolicyResponse>
| Modifier and Type | Method and Description | 
|---|---|
SimulateCustomPolicyResponse.Builder | 
evaluationResults(Collection<EvaluationResult> evaluationResults)
 The results of the simulation. 
 | 
SimulateCustomPolicyResponse.Builder | 
evaluationResults(Consumer<EvaluationResult.Builder>... evaluationResults)
 The results of the simulation. 
 | 
SimulateCustomPolicyResponse.Builder | 
evaluationResults(EvaluationResult... evaluationResults)
 The results of the simulation. 
 | 
SimulateCustomPolicyResponse.Builder | 
isTruncated(Boolean isTruncated)
 A flag that indicates whether there are more items to return. 
 | 
SimulateCustomPolicyResponse.Builder | 
marker(String marker)
 When  
IsTruncated is true, this element is present and contains the value to use for
 the Marker parameter in a subsequent pagination request. | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildSimulateCustomPolicyResponse.Builder evaluationResults(Collection<EvaluationResult> evaluationResults)
The results of the simulation.
evaluationResults - The results of the simulation.SimulateCustomPolicyResponse.Builder evaluationResults(EvaluationResult... evaluationResults)
The results of the simulation.
evaluationResults - The results of the simulation.SimulateCustomPolicyResponse.Builder evaluationResults(Consumer<EvaluationResult.Builder>... evaluationResults)
The results of the simulation.
This is a convenience that creates an instance of theList.Builder  avoiding the
 need to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately and
 its result is passed to #evaluationResults(List) .evaluationResults - a consumer that will call methods on List.Builder #evaluationResults(List) SimulateCustomPolicyResponse.Builder isTruncated(Boolean isTruncated)
 A flag that indicates whether there are more items to return. If your results were truncated, you can make a
 subsequent pagination request using the Marker request parameter to retrieve more items. Note
 that IAM might return fewer than the MaxItems number of results even when there are more results
 available. We recommend that you check IsTruncated after every call to ensure that you receive
 all of your results.
 
isTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can
        make a subsequent pagination request using the Marker request parameter to retrieve more
        items. Note that IAM might return fewer than the MaxItems number of results even when
        there are more results available. We recommend that you check IsTruncated after every
        call to ensure that you receive all of your results.SimulateCustomPolicyResponse.Builder marker(String marker)
 When IsTruncated is true, this element is present and contains the value to use for
 the Marker parameter in a subsequent pagination request.
 
marker - When IsTruncated is true, this element is present and contains the value to
        use for the Marker parameter in a subsequent pagination request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.