类 UpdateEnvironmentRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cnap.model.environment.UpdateEnvironmentRequest
-
public class UpdateEnvironmentRequest extends AbstractBceRequest
The request for update environment.
-
-
构造器概要
构造器 构造器 说明 UpdateEnvironmentRequest()
-
方法概要
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getWorkspaceID
public String getWorkspaceID()
-
setWorkspaceID
public void setWorkspaceID(String workspaceID)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getClusterID
public String getClusterID()
-
setClusterID
public void setClusterID(String clusterID)
-
getRegion
public String getRegion()
-
setRegion
public void setRegion(String region)
-
getIgnoreUnderlayError
public boolean getIgnoreUnderlayError()
-
setIgnoreUnderlayError
public void setIgnoreUnderlayError(boolean ignoreUnderlayError)
-
getSkipDeleteUnderlay
public boolean getSkipDeleteUnderlay()
-
setSkipDeleteUnderlay
public void setSkipDeleteUnderlay(boolean skipDeleteUnderlay)
-
getEnvironmentID
public String getEnvironmentID()
-
setEnvironmentID
public void setEnvironmentID(String environmentID)
-
withIgnoreUnderlayError
public UpdateEnvironmentRequest withIgnoreUnderlayError(boolean ignoreUnderlayError)
-
withSkipDeleteUnderlay
public UpdateEnvironmentRequest withSkipDeleteUnderlay(boolean skipDeleteUnderlay)
-
withWorkspaceID
public UpdateEnvironmentRequest withWorkspaceID(String workspaceID)
-
withDescription
public UpdateEnvironmentRequest withDescription(String description)
-
withClusterID
public UpdateEnvironmentRequest withClusterID(String clusterID)
-
withRegion
public UpdateEnvironmentRequest withRegion(String region)
-
withEnvironmentID
public UpdateEnvironmentRequest withEnvironmentID(String environmentID)
-
withRequestCredentials
public UpdateEnvironmentRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- request with credentials.
-
-