Interface ClientCertificateConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClientCertificateConfig.Builder,
,ClientCertificateConfig> SdkBuilder<ClientCertificateConfig.Builder,
,ClientCertificateConfig> SdkPojo
- Enclosing class:
ClientCertificateConfig
public static interface ClientCertificateConfig.Builder
extends SdkPojo, CopyableBuilder<ClientCertificateConfig.Builder,ClientCertificateConfig>
-
Method Summary
Modifier and TypeMethodDescriptionclientCertificateCallbackArn
(String clientCertificateCallbackArn) The ARN of the Lambda function that IoT invokes after mutual TLS authentication during the connection.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, sdkFields
-
Method Details
-
clientCertificateCallbackArn
The ARN of the Lambda function that IoT invokes after mutual TLS authentication during the connection.
- Parameters:
clientCertificateCallbackArn
- The ARN of the Lambda function that IoT invokes after mutual TLS authentication during the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-