public static final class ModifyInstanceAttachmentAttributesRequest.PrivatePoolOptions.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyInstanceAttachmentAttributesRequest.PrivatePoolOptions |
build() |
ModifyInstanceAttachmentAttributesRequest.PrivatePoolOptions.Builder |
id(String id)
The ID of the private pool.
|
ModifyInstanceAttachmentAttributesRequest.PrivatePoolOptions.Builder |
matchCriteria(String matchCriteria)
The match mode of the private pool.
|
public ModifyInstanceAttachmentAttributesRequest.PrivatePoolOptions.Builder id(String id)
* This parameter is required when `PrivatePoolOptions.MatchCriteria` is set to `Target`. * This parameter must be empty when `PrivatePoolOptions.MatchCriteria` is set to `Open` or `None`.
public ModifyInstanceAttachmentAttributesRequest.PrivatePoolOptions.Builder matchCriteria(String matchCriteria)
* Open: open private pool. The system matches the instance with open private pools. * Target: specified private pool. You must set the `PrivatePoolOptions.Id` parameter to specify the ID of a private pool. * None: no private pool. The instance starts normally without using private pools.
public ModifyInstanceAttachmentAttributesRequest.PrivatePoolOptions build()
Copyright © 2024. All rights reserved.