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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestInvokeAuthorizerResponse.BuilderdisconnectAfterInSeconds(Integer disconnectAfterInSeconds)The number of seconds after which the connection is terminated.TestInvokeAuthorizerResponse.BuilderisAuthenticated(Boolean isAuthenticated)True if the token is authenticated, otherwise false.TestInvokeAuthorizerResponse.BuilderpolicyDocuments(String... policyDocuments)IAM policy documents.TestInvokeAuthorizerResponse.BuilderpolicyDocuments(Collection<String> policyDocuments)IAM policy documents.TestInvokeAuthorizerResponse.BuilderprincipalId(String principalId)The principal ID.TestInvokeAuthorizerResponse.BuilderrefreshAfterInSeconds(Integer refreshAfterInSeconds)The number of seconds after which the temporary credentials are refreshed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
isAuthenticated
TestInvokeAuthorizerResponse.Builder isAuthenticated(Boolean 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
TestInvokeAuthorizerResponse.Builder principalId(String 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
TestInvokeAuthorizerResponse.Builder policyDocuments(Collection<String> 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
TestInvokeAuthorizerResponse.Builder policyDocuments(String... 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
TestInvokeAuthorizerResponse.Builder refreshAfterInSeconds(Integer 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
TestInvokeAuthorizerResponse.Builder disconnectAfterInSeconds(Integer 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.
-
-