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