public static interface TestInvokeAuthorizerResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<TestInvokeAuthorizerResponse.Builder,TestInvokeAuthorizerResponse>
| Modifier and Type | Method and Description |
|---|---|
TestInvokeAuthorizerResponse.Builder |
disconnectAfterInSeconds(Integer disconnectAfterInSeconds)
The number of seconds after which the connection is terminated.
|
TestInvokeAuthorizerResponse.Builder |
isAuthenticated(Boolean isAuthenticated)
True if the token is authenticated, otherwise false.
|
TestInvokeAuthorizerResponse.Builder |
policyDocuments(Collection<String> policyDocuments)
IAM policy documents.
|
TestInvokeAuthorizerResponse.Builder |
policyDocuments(String... policyDocuments)
IAM policy documents.
|
TestInvokeAuthorizerResponse.Builder |
principalId(String principalId)
The principal ID.
|
TestInvokeAuthorizerResponse.Builder |
refreshAfterInSeconds(Integer refreshAfterInSeconds)
The number of seconds after which the temporary credentials are refreshed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildTestInvokeAuthorizerResponse.Builder isAuthenticated(Boolean isAuthenticated)
True if the token is authenticated, otherwise false.
isAuthenticated - True if the token is authenticated, otherwise false.TestInvokeAuthorizerResponse.Builder principalId(String principalId)
The principal ID.
principalId - The principal ID.TestInvokeAuthorizerResponse.Builder policyDocuments(Collection<String> policyDocuments)
IAM policy documents.
policyDocuments - IAM policy documents.TestInvokeAuthorizerResponse.Builder policyDocuments(String... policyDocuments)
IAM policy documents.
policyDocuments - IAM policy documents.TestInvokeAuthorizerResponse.Builder refreshAfterInSeconds(Integer refreshAfterInSeconds)
The number of seconds after which the temporary credentials are refreshed.
refreshAfterInSeconds - The number of seconds after which the temporary credentials are refreshed.TestInvokeAuthorizerResponse.Builder disconnectAfterInSeconds(Integer disconnectAfterInSeconds)
The number of seconds after which the connection is terminated.
disconnectAfterInSeconds - The number of seconds after which the connection is terminated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.