public static final class AttachKeyPairResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
AttachKeyPairResponseBody |
build() |
AttachKeyPairResponseBody.Builder |
failCount(String failCount)
The number of instances to which the key pair fails to be attached.
|
AttachKeyPairResponseBody.Builder |
keyPairName(String keyPairName)
The name of the key pair.
|
AttachKeyPairResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
AttachKeyPairResponseBody.Builder |
results(AttachKeyPairResponseBody.Results results)
An array that contains the results of the operation.
|
AttachKeyPairResponseBody.Builder |
totalCount(String totalCount)
The total number of instances to which the SSH key pair is attached.
|
public AttachKeyPairResponseBody.Builder failCount(String failCount)
public AttachKeyPairResponseBody.Builder keyPairName(String keyPairName)
public AttachKeyPairResponseBody.Builder requestId(String requestId)
public AttachKeyPairResponseBody.Builder results(AttachKeyPairResponseBody.Results results)
public AttachKeyPairResponseBody.Builder totalCount(String totalCount)
public AttachKeyPairResponseBody build()
Copyright © 2023. All rights reserved.