public static final class AttachKeyPairResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
AttachKeyPairResponseBody |
build() |
AttachKeyPairResponseBody.Builder |
failCount(String failCount)
The number of instances to which the SSH key pair fails to be bound.
|
AttachKeyPairResponseBody.Builder |
keyPairName(String keyPairName)
The name of the SSH key pair.
|
AttachKeyPairResponseBody.Builder |
requestId(String requestId)
The request ID.
|
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 bound.
|
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 © 2024. All rights reserved.