CopyableBuilder<DeleteConstraintRequest.Builder,DeleteConstraintRequest>
, SdkBuilder<DeleteConstraintRequest.Builder,DeleteConstraintRequest>
public static interface DeleteConstraintRequest.Builder extends CopyableBuilder<DeleteConstraintRequest.Builder,DeleteConstraintRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteConstraintRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
DeleteConstraintRequest.Builder |
id(String id) |
The identifier of the constraint to delete.
|
copy
apply, build
DeleteConstraintRequest.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.
DeleteConstraintRequest.Builder id(String id)
The identifier of the constraint to delete.
id
- The identifier of the constraint to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.