public static interface ListLaunchPathsResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<ListLaunchPathsResponse.Builder,ListLaunchPathsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLaunchPathsResponse.Builder |
launchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
List of launch path information summaries for the specified
PageToken. |
ListLaunchPathsResponse.Builder |
launchPathSummaries(Consumer<LaunchPathSummary.Builder>... launchPathSummaries)
List of launch path information summaries for the specified
PageToken. |
ListLaunchPathsResponse.Builder |
launchPathSummaries(LaunchPathSummary... launchPathSummaries)
List of launch path information summaries for the specified
PageToken. |
ListLaunchPathsResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListLaunchPathsResponse.Builder launchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
List of launch path information summaries for the specified PageToken.
launchPathSummaries - List of launch path information summaries for the specified PageToken.ListLaunchPathsResponse.Builder launchPathSummaries(LaunchPathSummary... launchPathSummaries)
List of launch path information summaries for the specified PageToken.
launchPathSummaries - List of launch path information summaries for the specified PageToken.ListLaunchPathsResponse.Builder launchPathSummaries(Consumer<LaunchPathSummary.Builder>... launchPathSummaries)
List of launch path information summaries for the specified PageToken.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #launchPathSummaries(List) .launchPathSummaries - a consumer that will call methods on List.Builder #launchPathSummaries(List) ListLaunchPathsResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken - The page token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.