public static interface ConnectionCredentials.Builder extends SdkPojo, CopyableBuilder<ConnectionCredentials.Builder,ConnectionCredentials>
| Modifier and Type | Method and Description |
|---|---|
ConnectionCredentials.Builder |
connectionToken(String connectionToken)
The connection token.
|
ConnectionCredentials.Builder |
expiry(String expiry)
The expiration of the token.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectionCredentials.Builder connectionToken(String connectionToken)
The connection token.
connectionToken - The connection token.ConnectionCredentials.Builder expiry(String expiry)
The expiration of the token.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
expiry - The expiration of the token.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Copyright © 2023. All rights reserved.