public static interface ConstraintSummary.Builder extends SdkPojo, CopyableBuilder<ConstraintSummary.Builder,ConstraintSummary>
Modifier and Type | Method and Description |
---|---|
ConstraintSummary.Builder |
description(String description)
The description of the constraint.
|
ConstraintSummary.Builder |
type(String type)
The type of constraint.
|
copy
applyMutation, build
ConstraintSummary.Builder type(String type)
The type of constraint.
LAUNCH
NOTIFICATION
TEMPLATE
type
- The type of constraint.
LAUNCH
NOTIFICATION
TEMPLATE
ConstraintSummary.Builder description(String description)
The description of the constraint.
description
- The description of the constraint.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.