CopyableBuilder<ConstraintDetail.Builder,ConstraintDetail>, SdkBuilder<ConstraintDetail.Builder,ConstraintDetail>public static interface ConstraintDetail.Builder extends CopyableBuilder<ConstraintDetail.Builder,ConstraintDetail>
| Modifier and Type | Method | Description |
|---|---|---|
ConstraintDetail.Builder |
constraintId(String constraintId) |
The identifier of the constraint.
|
ConstraintDetail.Builder |
description(String description) |
The text description of the constraint.
|
ConstraintDetail.Builder |
owner(String owner) |
The owner of the constraint.
|
ConstraintDetail.Builder |
type(String type) |
The type of the constraint.
|
copyapply, buildConstraintDetail.Builder constraintId(String constraintId)
The identifier of the constraint.
constraintId - The identifier of the constraint.ConstraintDetail.Builder type(String type)
The type of the constraint.
type - The type of the constraint.ConstraintDetail.Builder description(String description)
The text description of the constraint.
description - The text description of the constraint.ConstraintDetail.Builder owner(String owner)
The owner of the constraint.
owner - The owner of the constraint.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.