public static interface TestAuthorizationResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<TestAuthorizationResponse.Builder,TestAuthorizationResponse>
Modifier and Type | Method and Description |
---|---|
TestAuthorizationResponse.Builder |
authResults(AuthResult... authResults)
The authentication results.
|
TestAuthorizationResponse.Builder |
authResults(Collection<AuthResult> authResults)
The authentication results.
|
TestAuthorizationResponse.Builder |
authResults(Consumer<AuthResult.Builder>... authResults)
The authentication results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
TestAuthorizationResponse.Builder authResults(Collection<AuthResult> authResults)
The authentication results.
authResults
- The authentication results.TestAuthorizationResponse.Builder authResults(AuthResult... authResults)
The authentication results.
authResults
- The authentication results.TestAuthorizationResponse.Builder authResults(Consumer<AuthResult.Builder>... authResults)
The authentication results.
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 #authResults(List)
.authResults
- a consumer that will call methods on List.Builder
#authResults(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.