CopyableBuilder<ListConstraintsForPortfolioRequest.Builder,ListConstraintsForPortfolioRequest>
, SdkBuilder<ListConstraintsForPortfolioRequest.Builder,ListConstraintsForPortfolioRequest>
public static interface ListConstraintsForPortfolioRequest.Builder extends CopyableBuilder<ListConstraintsForPortfolioRequest.Builder,ListConstraintsForPortfolioRequest>
Modifier and Type | Method | Description |
---|---|---|
ListConstraintsForPortfolioRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
ListConstraintsForPortfolioRequest.Builder |
pageSize(Integer pageSize) |
The maximum number of items to return in the results.
|
ListConstraintsForPortfolioRequest.Builder |
pageToken(String pageToken) |
The page token of the first page retrieved.
|
ListConstraintsForPortfolioRequest.Builder |
portfolioId(String portfolioId) |
The portfolio identifier.
|
ListConstraintsForPortfolioRequest.Builder |
productId(String productId) |
The product identifier.
|
copy
apply, build
ListConstraintsForPortfolioRequest.Builder acceptLanguage(String acceptLanguage)
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
ListConstraintsForPortfolioRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId
- The portfolio identifier.ListConstraintsForPortfolioRequest.Builder productId(String productId)
The product identifier.
productId
- The product identifier.ListConstraintsForPortfolioRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize
, the value of NextPageToken
in the response is non-null.
pageSize
- The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize
, the value of NextPageToken
in the response is non-null.ListConstraintsForPortfolioRequest.Builder pageToken(String pageToken)
The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize
.
pageToken
- The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.