public static final class DescribeVodDomainDetailResponseBody.Source.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeVodDomainDetailResponseBody.Source |
build() |
DescribeVodDomainDetailResponseBody.Source.Builder |
content(String content)
The address of the origin server.
|
DescribeVodDomainDetailResponseBody.Source.Builder |
enabled(String enabled)
The status of the origin server.
|
DescribeVodDomainDetailResponseBody.Source.Builder |
port(Integer port)
The port number.
|
DescribeVodDomainDetailResponseBody.Source.Builder |
priority(String priority)
The priority of the origin server.
|
DescribeVodDomainDetailResponseBody.Source.Builder |
type(String type)
The type of the origin server.
|
public DescribeVodDomainDetailResponseBody.Source.Builder content(String content)
public DescribeVodDomainDetailResponseBody.Source.Builder enabled(String enabled)
* **online**: indicates that the origin server is enabled. * **offline**: indicates that the origin server is disabled.
public DescribeVodDomainDetailResponseBody.Source.Builder port(Integer port)
public DescribeVodDomainDetailResponseBody.Source.Builder priority(String priority)
public DescribeVodDomainDetailResponseBody.Source.Builder type(String type)
* **ipaddr**: a server that you can access by using an IP address. * **domain**: a server that you can access by using a domain name. * **oss**: the URL of an Object Storage Service (OSS) bucket.
public DescribeVodDomainDetailResponseBody.Source build()
Copyright © 2024. All rights reserved.