public static final class DescribeDBInitializeVariableResponseBody.Variable.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeDBInitializeVariableResponseBody.Variable |
build() |
DescribeDBInitializeVariableResponseBody.Variable.Builder |
charset(String charset)
The character set that is supported.
|
DescribeDBInitializeVariableResponseBody.Variable.Builder |
collate(String collate)
The language that indicates the collation of the databases that are created.
|
DescribeDBInitializeVariableResponseBody.Variable.Builder |
ctype(String ctype)
The language that indicates the character type of the database.
|
public DescribeDBInitializeVariableResponseBody.Variable.Builder charset(String charset)
public DescribeDBInitializeVariableResponseBody.Variable.Builder collate(String collate)
>- The language must be compatible with the character set that is specified by **CharacterSetName**. >- This parameter is required for PolarDB for PostgreSQL (Compatible with Oracle) clusters or PolarDB for PostgreSQL clusters. >- This parameter is optional for PolarDB for MySQL clusters. To view the valid values for this parameter, perform the following steps: Log on to the PolarDB console and click the ID of a cluster. In the left-side navigation pane, choose **Settings and Management** > **Databases**. Then, click **Create Database**.
public DescribeDBInitializeVariableResponseBody.Variable.Builder ctype(String ctype)
>- The language must be compatible with the character set that is specified by **CharacterSetName**. >- The specified value must be the same as the value of **Collate**. >- This parameter is required for PolarDB for PostgreSQL (Compatible with Oracle) clusters or PolarDB for PostgreSQL clusters. >- This parameter is optional for PolarDB for MySQL clusters. To view the valid values for this parameter, perform the following steps: Log on to the PolarDB console and click the ID of a cluster. In the left-side navigation pane, choose **Settings and Management** > **Databases**. Then, click **Create Database**.
public DescribeDBInitializeVariableResponseBody.Variable build()
Copyright © 2024. All rights reserved.