public static final class DetachKeyPairResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DetachKeyPairResponseBody |
build() |
DetachKeyPairResponseBody.Builder |
failCount(String failCount)
The number of instances from which the SSH key pair failed to be unbound.
|
DetachKeyPairResponseBody.Builder |
keyPairName(String keyPairName)
The name of the key pair.
|
DetachKeyPairResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
DetachKeyPairResponseBody.Builder |
results(DetachKeyPairResponseBody.Results results)
The result set of the unbind operation.
|
DetachKeyPairResponseBody.Builder |
totalCount(String totalCount)
The total number of instances from which you want to unbind the SSH key pair.
|
public DetachKeyPairResponseBody.Builder failCount(String failCount)
public DetachKeyPairResponseBody.Builder keyPairName(String keyPairName)
public DetachKeyPairResponseBody.Builder requestId(String requestId)
public DetachKeyPairResponseBody.Builder results(DetachKeyPairResponseBody.Results results)
public DetachKeyPairResponseBody.Builder totalCount(String totalCount)
public DetachKeyPairResponseBody build()
Copyright © 2024. All rights reserved.