ServerKey.UpdateStages.WithUri Interface
public static interface ServerKey.UpdateStages.WithUri
The stage of the ServerKey update allowing to specify uri.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withUri(String uri)
Specifies the uri property: The URI of the key.. |
Method Details
withUri
public abstract ServerKey.Update withUri(String uri)
Specifies the uri property: The URI of the key..
Parameters:
uri
- The URI of the key.
Returns:
the next definition stage.