CopyableBuilder<ListConstraintsForPortfolioResponse.Builder,ListConstraintsForPortfolioResponse>, SdkBuilder<ListConstraintsForPortfolioResponse.Builder,ListConstraintsForPortfolioResponse>public static interface ListConstraintsForPortfolioResponse.Builder extends CopyableBuilder<ListConstraintsForPortfolioResponse.Builder,ListConstraintsForPortfolioResponse>
| Modifier and Type | Method | Description | 
|---|---|---|
| ListConstraintsForPortfolioResponse.Builder | constraintDetails(Collection<ConstraintDetail> constraintDetails) | 
 List of detailed constraint information objects. | 
| ListConstraintsForPortfolioResponse.Builder | constraintDetails(ConstraintDetail... constraintDetails) | 
 List of detailed constraint information objects. | 
| ListConstraintsForPortfolioResponse.Builder | nextPageToken(String nextPageToken) | 
 The page token to use to retrieve the next page of results for this operation. | 
copyapply, buildListConstraintsForPortfolioResponse.Builder constraintDetails(Collection<ConstraintDetail> constraintDetails)
List of detailed constraint information objects.
constraintDetails - List of detailed constraint information objects.ListConstraintsForPortfolioResponse.Builder constraintDetails(ConstraintDetail... constraintDetails)
List of detailed constraint information objects.
 NOTE: This method appends the values to the existing list (if any). Use
 #setConstraintDetails(java.util.Collection) or #withConstraintDetails(java.util.Collection)
 if you want to override the existing values.
 
constraintDetails - List of detailed constraint information objects.ListConstraintsForPortfolioResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken - The page token to use to retrieve the next page of results for this operation. If there are no more
        pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.