Interface TestInvokeAuthorizerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<TestInvokeAuthorizerResponse.Builder,,TestInvokeAuthorizerResponse> IotResponse.Builder,SdkBuilder<TestInvokeAuthorizerResponse.Builder,,TestInvokeAuthorizerResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
TestInvokeAuthorizerResponse
public static interface TestInvokeAuthorizerResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<TestInvokeAuthorizerResponse.Builder,TestInvokeAuthorizerResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondisconnectAfterInSeconds(Integer disconnectAfterInSeconds) The number of seconds after which the connection is terminated.isAuthenticated(Boolean isAuthenticated) True if the token is authenticated, otherwise false.policyDocuments(String... policyDocuments) IAM policy documents.policyDocuments(Collection<String> policyDocuments) IAM policy documents.principalId(String principalId) The principal ID.refreshAfterInSeconds(Integer refreshAfterInSeconds) The number of seconds after which the temporary credentials are refreshed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
isAuthenticated
True if the token is authenticated, otherwise false.
- Parameters:
isAuthenticated- True if the token is authenticated, otherwise false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
The principal ID.
- Parameters:
principalId- The principal ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDocuments
IAM policy documents.
- Parameters:
policyDocuments- IAM policy documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDocuments
IAM policy documents.
- Parameters:
policyDocuments- IAM policy documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshAfterInSeconds
The number of seconds after which the temporary credentials are refreshed.
- Parameters:
refreshAfterInSeconds- The number of seconds after which the temporary credentials are refreshed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disconnectAfterInSeconds
The number of seconds after which the connection is terminated.
- Parameters:
disconnectAfterInSeconds- The number of seconds after which the connection is terminated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-