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 |
constraintDetails(Consumer<ConstraintDetail.Builder>... 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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
ListConstraintsForPortfolioResponse.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 constraintDetails(Consumer<ConstraintDetail.Builder>... constraintDetails)
List of detailed constraint information objects.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #constraintDetails(List)
.constraintDetails
- a consumer that will call methods on List.Builder
#constraintDetails(List)
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.