Interface BatchIsAuthorizedResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchIsAuthorizedResponse.Builder,
,BatchIsAuthorizedResponse> SdkBuilder<BatchIsAuthorizedResponse.Builder,
,BatchIsAuthorizedResponse> SdkPojo
,SdkResponse.Builder
,VerifiedPermissionsResponse.Builder
- Enclosing class:
BatchIsAuthorizedResponse
@Mutable
@NotThreadSafe
public static interface BatchIsAuthorizedResponse.Builder
extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<BatchIsAuthorizedResponse.Builder,BatchIsAuthorizedResponse>
-
Method Summary
Modifier and TypeMethodDescriptionresults
(Collection<BatchIsAuthorizedOutputItem> results) A series ofAllow
orDeny
decisions for each request, and the policies that produced them.results
(Consumer<BatchIsAuthorizedOutputItem.Builder>... results) A series ofAllow
orDeny
decisions for each request, and the policies that produced them.results
(BatchIsAuthorizedOutputItem... results) A series ofAllow
orDeny
decisions for each request, and the policies that produced them.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.verifiedpermissions.model.VerifiedPermissionsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
results
A series of
Allow
orDeny
decisions for each request, and the policies that produced them. These results are returned in the order they were requested.- Parameters:
results
- A series ofAllow
orDeny
decisions for each request, and the policies that produced them. These results are returned in the order they were requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
A series of
Allow
orDeny
decisions for each request, and the policies that produced them. These results are returned in the order they were requested.- Parameters:
results
- A series ofAllow
orDeny
decisions for each request, and the policies that produced them. These results are returned in the order they were requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
A series of
This is a convenience method that creates an instance of theAllow
orDeny
decisions for each request, and the policies that produced them. These results are returned in the order they were requested.BatchIsAuthorizedOutputItem.Builder
avoiding the need to create one manually viaBatchIsAuthorizedOutputItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresults(List<BatchIsAuthorizedOutputItem>)
.- Parameters:
results
- a consumer that will call methods onBatchIsAuthorizedOutputItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-