Package com.ngrok.services
Class TlsCertificates.CreateCallBuilder
java.lang.Object
com.ngrok.services.TlsCertificates.CreateCallBuilder
- Enclosing class:
- TlsCertificates
A builder object encapsulating state for an unsent Create API call.
-
Method Summary
Modifier and TypeMethodDescriptionInitiates the API call and blocks until it returns.call()
Initiates the API call asynchronously.description
(String description) human-readable description of this TLS certificate.description
(Optional<String> description) human-readable description of this TLS certificate.arbitrary user-defined machine-readable data of this TLS certificate.arbitrary user-defined machine-readable data of this TLS certificate.
-
Method Details
-
description
human-readable description of this TLS certificate. optional, max 255 bytes.- Parameters:
description
- the value of the description parameter as aString
- Returns:
- the call builder instance
-
description
human-readable description of this TLS certificate. optional, max 255 bytes. -
metadata
arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.- Parameters:
metadata
- the value of the metadata parameter as aString
- Returns:
- the call builder instance
-
metadata
arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes. -
call
Initiates the API call asynchronously.- Returns:
- a
CompletionStage
ofTlsCertificate
-
blockingCall
Initiates the API call and blocks until it returns.- Returns:
TlsCertificate
- Throws:
InterruptedException
- if the thread was interrupted during the call
-