Interface ListConstraintsForPortfolioResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListConstraintsForPortfolioResponse.Builder,ListConstraintsForPortfolioResponse>,SdkBuilder<ListConstraintsForPortfolioResponse.Builder,ListConstraintsForPortfolioResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogResponse.Builder
- Enclosing class:
- ListConstraintsForPortfolioResponse
public static interface ListConstraintsForPortfolioResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListConstraintsForPortfolioResponse.Builder,ListConstraintsForPortfolioResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConstraintsForPortfolioResponse.BuilderconstraintDetails(Collection<ConstraintDetail> constraintDetails)Information about the constraints.ListConstraintsForPortfolioResponse.BuilderconstraintDetails(Consumer<ConstraintDetail.Builder>... constraintDetails)Information about the constraints.ListConstraintsForPortfolioResponse.BuilderconstraintDetails(ConstraintDetail... constraintDetails)Information about the constraints.ListConstraintsForPortfolioResponse.BuildernextPageToken(String nextPageToken)The page token to use to retrieve the next set of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
constraintDetails
ListConstraintsForPortfolioResponse.Builder constraintDetails(Collection<ConstraintDetail> constraintDetails)
Information about the constraints.
- Parameters:
constraintDetails- Information about the constraints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
constraintDetails
ListConstraintsForPortfolioResponse.Builder constraintDetails(ConstraintDetail... constraintDetails)
Information about the constraints.
- Parameters:
constraintDetails- Information about the constraints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
constraintDetails
ListConstraintsForPortfolioResponse.Builder constraintDetails(Consumer<ConstraintDetail.Builder>... constraintDetails)
Information about the constraints.
This is a convenience method that creates an instance of theConstraintDetail.Builderavoiding the need to create one manually viaConstraintDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#constraintDetails(List.) - Parameters:
constraintDetails- a consumer that will call methods onConstraintDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#constraintDetails(java.util.Collection)
-
nextPageToken
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.
- Parameters:
nextPageToken- The page token to use to retrieve the next set of results. If there are no additional results, this value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-