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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateConstraintRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateConstraintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.