public static final class ListIntegrationRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListIntegrationRequest |
build() |
ListIntegrationRequest.Builder |
integrationName(String integrationName)
The name of the alert integration.
|
ListIntegrationRequest.Builder |
integrationProductType(String integrationProductType)
The type of the alert integration.
|
ListIntegrationRequest.Builder |
isDetail(Boolean isDetail)
Specifies whether to display the details of each alert integration:
* true
* false
|
ListIntegrationRequest.Builder |
page(Long page)
The number of the page to return.
|
ListIntegrationRequest.Builder |
size(Long size)
The number of alert integrations to return on each page.
|
public ListIntegrationRequest.Builder integrationName(String integrationName)
public ListIntegrationRequest.Builder integrationProductType(String integrationProductType)
* CLOUD_MONITOR: CloudMonitor * LOG_SERVICE: Log Service
public ListIntegrationRequest.Builder isDetail(Boolean isDetail)
* true * false
public ListIntegrationRequest.Builder page(Long page)
public ListIntegrationRequest.Builder size(Long size)
public ListIntegrationRequest build()
Copyright © 2024. All rights reserved.