public static final class ReinitInstanceRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ReinitInstanceRequest |
build() |
ReinitInstanceRequest.Builder |
imageId(String imageId)
The ID of the image file that is used to reset the instance.
|
ReinitInstanceRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
ReinitInstanceRequest.Builder |
password(String password)
The password of the instance.
|
public ReinitInstanceRequest.Builder imageId(String imageId)
public ReinitInstanceRequest.Builder instanceId(String instanceId)
public ReinitInstanceRequest.Builder password(String password)
It must be 8 to 30 characters in length. It must include at least three of the following characters types: uppercase letters, lowercase letters, digits, and special characters. The following special character are supported: `()\"~! @#$%^&*-_+={}[]:;\"<>,.?/`
public ReinitInstanceRequest build()
Copyright © 2024. All rights reserved.