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