public static final class DescribeCenAttachedChildInstanceAttributeResponseBody.Builder extends Object
public DescribeCenAttachedChildInstanceAttributeResponseBody.Builder cenId(String cenId)
The ID of the CEN instance.
example:cen-5mv960yjhja0dh****
public DescribeCenAttachedChildInstanceAttributeResponseBody.Builder childInstanceAttachTime(String childInstanceAttachTime)
The time when the network instance was attached to the CEN instance.
The time follows the ISO 8601 standard in the yyyy-MM-ddThh:mmZ format. The time is displayed in UTC.
example:2018-07-30T07:53Z
public DescribeCenAttachedChildInstanceAttributeResponseBody.Builder childInstanceAttributes(DescribeCenAttachedChildInstanceAttributeResponseBody.ChildInstanceAttributes childInstanceAttributes)
The details about the network instance.
public DescribeCenAttachedChildInstanceAttributeResponseBody.Builder childInstanceId(String childInstanceId)
The ID of the network instance.
example:vpc-2zebdboka7d7t37vo****
public DescribeCenAttachedChildInstanceAttributeResponseBody.Builder childInstanceName(String childInstanceName)
The name of the network instance.
example:defaultvpc
public DescribeCenAttachedChildInstanceAttributeResponseBody.Builder childInstanceOwnerId(Long childInstanceOwnerId)
The ID of the Alibaba Cloud account to which the network instance belongs.
example:1688000000000000
public DescribeCenAttachedChildInstanceAttributeResponseBody.Builder childInstanceRegionId(String childInstanceRegionId)
The region ID of the network instance.
example:cn-beijing
public DescribeCenAttachedChildInstanceAttributeResponseBody.Builder childInstanceType(String childInstanceType)
The type of the network instance. Valid values:
VPC
public DescribeCenAttachedChildInstanceAttributeResponseBody.Builder requestId(String requestId)
The ID of the request.
example:ADD98358-D265-4060-87CB-A2427F5A8944
public DescribeCenAttachedChildInstanceAttributeResponseBody.Builder status(String status)
Indicates whether the network instance is attached to the CEN instance.
Attached
public DescribeCenAttachedChildInstanceAttributeResponseBody build()
Copyright © 2025. All rights reserved.