public static interface ListOrganizationPortfolioAccessResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListOrganizationPortfolioAccessResponse.Builder,ListOrganizationPortfolioAccessResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationPortfolioAccessResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListOrganizationPortfolioAccessResponse.Builder |
organizationNodes(Collection<OrganizationNode> organizationNodes)
Displays information about the organization nodes.
|
ListOrganizationPortfolioAccessResponse.Builder |
organizationNodes(Consumer<OrganizationNode.Builder>... organizationNodes)
Displays information about the organization nodes.
|
ListOrganizationPortfolioAccessResponse.Builder |
organizationNodes(OrganizationNode... organizationNodes)
Displays information about the organization nodes.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOrganizationPortfolioAccessResponse.Builder organizationNodes(Collection<OrganizationNode> organizationNodes)
Displays information about the organization nodes.
organizationNodes - Displays information about the organization nodes.ListOrganizationPortfolioAccessResponse.Builder organizationNodes(OrganizationNode... organizationNodes)
Displays information about the organization nodes.
organizationNodes - Displays information about the organization nodes.ListOrganizationPortfolioAccessResponse.Builder organizationNodes(Consumer<OrganizationNode.Builder>... organizationNodes)
Displays information about the organization nodes.
This is a convenience method that creates an instance of theOrganizationNode.Builder avoiding the need to
create one manually via
OrganizationNode.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #organizationNodes(List.
organizationNodes - a consumer that will call methods on
OrganizationNode.Builder#organizationNodes(java.util.Collection) ListOrganizationPortfolioAccessResponse.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.