Interface ListPortfolioAccessResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPortfolioAccessResponse.Builder,ListPortfolioAccessResponse>,SdkBuilder<ListPortfolioAccessResponse.Builder,ListPortfolioAccessResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogResponse.Builder
- Enclosing class:
- ListPortfolioAccessResponse
public static interface ListPortfolioAccessResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListPortfolioAccessResponse.Builder,ListPortfolioAccessResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPortfolioAccessResponse.BuilderaccountIds(String... accountIds)Information about the Amazon Web Services accounts with access to the portfolio.ListPortfolioAccessResponse.BuilderaccountIds(Collection<String> accountIds)Information about the Amazon Web Services accounts with access to the portfolio.ListPortfolioAccessResponse.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
-
accountIds
ListPortfolioAccessResponse.Builder accountIds(Collection<String> accountIds)
Information about the Amazon Web Services accounts with access to the portfolio.
- Parameters:
accountIds- Information about the Amazon Web Services accounts with access to the portfolio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
ListPortfolioAccessResponse.Builder accountIds(String... accountIds)
Information about the Amazon Web Services accounts with access to the portfolio.
- Parameters:
accountIds- Information about the Amazon Web Services accounts with access to the portfolio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextPageToken
ListPortfolioAccessResponse.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.
-
-