CopyableBuilder<DescribeConstraintRequest.Builder,DescribeConstraintRequest>
, SdkBuilder<DescribeConstraintRequest.Builder,DescribeConstraintRequest>
public static interface DescribeConstraintRequest.Builder extends CopyableBuilder<DescribeConstraintRequest.Builder,DescribeConstraintRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeConstraintRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
DescribeConstraintRequest.Builder |
id(String id) |
The identifier of the constraint.
|
copy
apply, build
DescribeConstraintRequest.Builder acceptLanguage(String acceptLanguage)
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
DescribeConstraintRequest.Builder id(String id)
The identifier of the constraint.
id
- The identifier of the constraint.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.