public static final class AddShortUrlRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddShortUrlRequest |
build() |
AddShortUrlRequest.Builder |
effectiveDays(String effectiveDays)
The validity period of the short URL.
|
AddShortUrlRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
AddShortUrlRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
AddShortUrlRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
AddShortUrlRequest.Builder |
shortUrlName(String shortUrlName)
The service name of the short URL.
|
AddShortUrlRequest.Builder |
sourceUrl(String sourceUrl)
The source URL.
|
public AddShortUrlRequest.Builder effectiveDays(String effectiveDays)
public AddShortUrlRequest.Builder ownerId(Long ownerId)
public AddShortUrlRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public AddShortUrlRequest.Builder resourceOwnerId(Long resourceOwnerId)
public AddShortUrlRequest.Builder shortUrlName(String shortUrlName)
public AddShortUrlRequest.Builder sourceUrl(String sourceUrl)
public AddShortUrlRequest build()
Copyright © 2024. All rights reserved.