public static interface ListConstraintsForPortfolioResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListConstraintsForPortfolioResponse.Builder,ListConstraintsForPortfolioResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConstraintsForPortfolioResponse.Builder |
constraintDetails(Collection<ConstraintDetail> constraintDetails)
Information about the constraints.
|
ListConstraintsForPortfolioResponse.Builder |
constraintDetails(ConstraintDetail... constraintDetails)
Information about the constraints.
|
ListConstraintsForPortfolioResponse.Builder |
constraintDetails(Consumer<ConstraintDetail.Builder>... constraintDetails)
Information about the constraints.
|
ListConstraintsForPortfolioResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConstraintsForPortfolioResponse.Builder constraintDetails(Collection<ConstraintDetail> constraintDetails)
Information about the constraints.
constraintDetails - Information about the constraints.ListConstraintsForPortfolioResponse.Builder constraintDetails(ConstraintDetail... constraintDetails)
Information about the constraints.
constraintDetails - Information about the constraints.ListConstraintsForPortfolioResponse.Builder constraintDetails(Consumer<ConstraintDetail.Builder>... constraintDetails)
Information about the constraints.
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 set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this
value is null.Copyright © 2021. All rights reserved.