public static interface UpdateConstraintRequest.Builder extends ServiceCatalogRequest.Builder, CopyableBuilder<UpdateConstraintRequest.Builder,UpdateConstraintRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateConstraintRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
UpdateConstraintRequest.Builder |
description(String description)
The updated text description of the constraint.
|
UpdateConstraintRequest.Builder |
id(String id)
The identifier of the constraint to update.
|
UpdateConstraintRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateConstraintRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
en - English (default)
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
en - English (default)
jp - Japanese
zh - Chinese
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.UpdateConstraintRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.