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