public static final class ResetAppSecretRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ResetAppSecretRequest.Builder |
appKey(String appKey)
The key of the application that is used to make an API call.
|
ResetAppSecretRequest |
build() |
ResetAppSecretRequest.Builder |
newAppKey(String newAppKey)
The new AppKey that you set must be globally unique.
|
ResetAppSecretRequest.Builder |
newAppSecret(String newAppSecret)
The new key of the application.
|
ResetAppSecretRequest.Builder |
securityToken(String securityToken)
SecurityToken.
|
public ResetAppSecretRequest.Builder appKey(String appKey)
public ResetAppSecretRequest.Builder newAppKey(String newAppKey)
public ResetAppSecretRequest.Builder newAppSecret(String newAppSecret)
public ResetAppSecretRequest.Builder securityToken(String securityToken)
public ResetAppSecretRequest build()
Copyright © 2024. All rights reserved.