public class UpdateExternalPrometheusRequest extends Object
| Constructor and Description |
|---|
UpdateExternalPrometheusRequest() |
public UpdateExternalPrometheusRequest authType(String authType)
public String getAuthType()
public void setAuthType(String authType)
public UpdateExternalPrometheusRequest customHeaderKVs(List<CustomHeaderKVForUpdateExternalPrometheusInput> customHeaderKVs)
public UpdateExternalPrometheusRequest addCustomHeaderKVsItem(CustomHeaderKVForUpdateExternalPrometheusInput customHeaderKVsItem)
@Valid public @Valid List<CustomHeaderKVForUpdateExternalPrometheusInput> getCustomHeaderKVs()
public void setCustomHeaderKVs(List<CustomHeaderKVForUpdateExternalPrometheusInput> customHeaderKVs)
public UpdateExternalPrometheusRequest description(String description)
public String getDescription()
public void setDescription(String description)
public UpdateExternalPrometheusRequest encryptedBearerToken(String encryptedBearerToken)
public String getEncryptedBearerToken()
public void setEncryptedBearerToken(String encryptedBearerToken)
public UpdateExternalPrometheusRequest encryptedPassword(String encryptedPassword)
public String getEncryptedPassword()
public void setEncryptedPassword(String encryptedPassword)
public UpdateExternalPrometheusRequest id(String id)
@NotNull public @NotNull String getId()
public void setId(String id)
public UpdateExternalPrometheusRequest maxQueryRate(Long maxQueryRate)
public Long getMaxQueryRate()
public void setMaxQueryRate(Long maxQueryRate)
public UpdateExternalPrometheusRequest name(String name)
public String getName()
public void setName(String name)
public UpdateExternalPrometheusRequest URL(String URL)
public String getURL()
public void setURL(String URL)
public UpdateExternalPrometheusRequest username(String username)
public String getUsername()
public void setUsername(String username)
Copyright © 2026. All rights reserved.