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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientCertificateConfig.Builder
clientCertificateCallbackArn(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clientCertificateCallbackArn
ClientCertificateConfig.Builder clientCertificateCallbackArn(String 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.
-
-