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, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.