public static interface ListConstraintsForPortfolioResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<ListConstraintsForPortfolioResponse.Builder,ListConstraintsForPortfolioResponse>
| Modifier and Type | Method and 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.
|
buildcopyapply, 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.
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.