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 method that creates an instance of theConstraintDetail.Builder avoiding the need to
create one manually via
ConstraintDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #constraintDetails(List.
constraintDetails - a consumer that will call methods on
ConstraintDetail.Builder#constraintDetails(java.util.Collection) 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 © 2023. All rights reserved.