public static final class DescribeComponentsResponseBody.Data.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeComponentsResponseBody.Data |
build() |
DescribeComponentsResponseBody.Data.Builder |
componentDescription(String componentDescription)
Indicates whether the component is expired.
|
DescribeComponentsResponseBody.Data.Builder |
componentKey(String componentKey)
The description of the component.
|
DescribeComponentsResponseBody.Data.Builder |
expired(Boolean expired)
The error code.
|
DescribeComponentsResponseBody.Data.Builder |
type(String type)
The ID of the component.
|
public DescribeComponentsResponseBody.Data.Builder componentDescription(String componentDescription)
* **true**: The component is expired. * **false**: The component is not expired.
public DescribeComponentsResponseBody.Data.Builder componentKey(String componentKey)
public DescribeComponentsResponseBody.Data.Builder expired(Boolean expired)
* The **ErrorCode** parameter is not returned when the request succeeds. * The **ErrorCode** parameter is returned when the request fails. For more information, see **Error codes** in this topic.
public DescribeComponentsResponseBody.Data.Builder type(String type)
public DescribeComponentsResponseBody.Data build()
Copyright © 2024. All rights reserved.