public static final class ListNotificationPoliciesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListNotificationPoliciesRequest |
build() |
ListNotificationPoliciesRequest.Builder |
directedMode(Boolean directedMode)
Specifies whether to enable simple mode.
|
ListNotificationPoliciesRequest.Builder |
ids(String ids)
The ID of the notification policy.
|
ListNotificationPoliciesRequest.Builder |
isDetail(Boolean isDetail)
Specifies whether to query the details about notification policies.
|
ListNotificationPoliciesRequest.Builder |
name(String name)
The name of the notification policy.
|
ListNotificationPoliciesRequest.Builder |
page(Long page)
The number of the page to return.
|
ListNotificationPoliciesRequest.Builder |
regionId(String regionId)
The ID of the region.
|
ListNotificationPoliciesRequest.Builder |
size(Long size)
The number of entries to return on each page.
|
public ListNotificationPoliciesRequest.Builder directedMode(Boolean directedMode)
public ListNotificationPoliciesRequest.Builder ids(String ids)
public ListNotificationPoliciesRequest.Builder isDetail(Boolean isDetail)
* `true`: Details about notification policies are queried. * `false`: Details about notification policies are not queried.
public ListNotificationPoliciesRequest.Builder name(String name)
public ListNotificationPoliciesRequest.Builder page(Long page)
public ListNotificationPoliciesRequest.Builder regionId(String regionId)
public ListNotificationPoliciesRequest.Builder size(Long size)
public ListNotificationPoliciesRequest build()
Copyright © 2024. All rights reserved.