public static interface UpdateConstraintResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<UpdateConstraintResponse.Builder,UpdateConstraintResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateConstraintResponse.Builder |
constraintDetail(ConstraintDetail constraintDetail)
The resulting detailed constraint information.
|
default UpdateConstraintResponse.Builder |
constraintDetail(Consumer<ConstraintDetail.Builder> constraintDetail)
The resulting detailed constraint information.
|
UpdateConstraintResponse.Builder |
constraintParameters(String constraintParameters)
The resulting updated constraint parameters.
|
UpdateConstraintResponse.Builder |
status(Status status)
The status of the current request.
|
UpdateConstraintResponse.Builder |
status(String status)
The status of the current request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateConstraintResponse.Builder constraintDetail(ConstraintDetail constraintDetail)
The resulting detailed constraint information.
constraintDetail - The resulting detailed constraint information.default UpdateConstraintResponse.Builder constraintDetail(Consumer<ConstraintDetail.Builder> constraintDetail)
The resulting detailed constraint information.
This is a convenience that creates an instance of theConstraintDetail.Builder avoiding the need to
create one manually via ConstraintDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to constraintDetail(ConstraintDetail).constraintDetail - a consumer that will call methods on ConstraintDetail.BuilderconstraintDetail(ConstraintDetail)UpdateConstraintResponse.Builder constraintParameters(String constraintParameters)
The resulting updated constraint parameters.
constraintParameters - The resulting updated constraint parameters.UpdateConstraintResponse.Builder status(String status)
The status of the current request.
UpdateConstraintResponse.Builder status(Status status)
The status of the current request.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.