public class CreateDBAccountRequest extends Object
| Constructor and Description |
|---|
CreateDBAccountRequest() |
public CreateDBAccountRequest accountName(String accountName)
@NotNull public @NotNull String getAccountName()
public void setAccountName(String accountName)
public CreateDBAccountRequest accountPassword(String accountPassword)
@NotNull public @NotNull String getAccountPassword()
public void setAccountPassword(String accountPassword)
public CreateDBAccountRequest accountPrivileges(String accountPrivileges)
public String getAccountPrivileges()
public void setAccountPrivileges(String accountPrivileges)
public CreateDBAccountRequest accountType(String accountType)
@NotNull public @NotNull String getAccountType()
public void setAccountType(String accountType)
public CreateDBAccountRequest instanceId(String instanceId)
@NotNull public @NotNull String getInstanceId()
public void setInstanceId(String instanceId)
public CreateDBAccountRequest notAllowPrivileges(List<String> notAllowPrivileges)
public CreateDBAccountRequest addNotAllowPrivilegesItem(String notAllowPrivilegesItem)
public List<String> getNotAllowPrivileges()
Copyright © 2026. All rights reserved.