public static final class ModifyCenAttributeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyCenAttributeRequest |
build() |
ModifyCenAttributeRequest.Builder |
cenId(String cenId)
The ID of the CEN instance.
|
ModifyCenAttributeRequest.Builder |
description(String description)
The description of the CEN instance.
|
ModifyCenAttributeRequest.Builder |
name(String name)
The name of the CEN instance.
|
ModifyCenAttributeRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ModifyCenAttributeRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ModifyCenAttributeRequest.Builder |
protectionLevel(String protectionLevel)
The level of CIDR block overlapping.
|
ModifyCenAttributeRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ModifyCenAttributeRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public ModifyCenAttributeRequest.Builder cenId(String cenId)
The ID of the CEN instance.
This parameter is required.
example:cen-7qthudw0ll6jmc****
public ModifyCenAttributeRequest.Builder description(String description)
The description of the CEN instance.
The description must be 2 to 256 characters in length. It must start with a letter or Chinese character and cannot start with http://
or https://
.
cen
public ModifyCenAttributeRequest.Builder name(String name)
The name of the CEN instance.
The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (_), and hyphens (-). The name must start with a letter and cannot start with http://
or https://
.
test
public ModifyCenAttributeRequest.Builder ownerAccount(String ownerAccount)
public ModifyCenAttributeRequest.Builder ownerId(Long ownerId)
public ModifyCenAttributeRequest.Builder protectionLevel(String protectionLevel)
The level of CIDR block overlapping.
Set the value to REDUCED (default). This value specifies that CIDR blocks can overlap but cannot be the same.
example:REDUCED
public ModifyCenAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyCenAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyCenAttributeRequest build()
Copyright © 2025. All rights reserved.