Interface ListLaunchPathsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListLaunchPathsResponse.Builder,ListLaunchPathsResponse>,SdkBuilder<ListLaunchPathsResponse.Builder,ListLaunchPathsResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogResponse.Builder
- Enclosing class:
- ListLaunchPathsResponse
public static interface ListLaunchPathsResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListLaunchPathsResponse.Builder,ListLaunchPathsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLaunchPathsResponse.BuilderlaunchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)Information about the launch path.ListLaunchPathsResponse.BuilderlaunchPathSummaries(Consumer<LaunchPathSummary.Builder>... launchPathSummaries)Information about the launch path.ListLaunchPathsResponse.BuilderlaunchPathSummaries(LaunchPathSummary... launchPathSummaries)Information about the launch path.ListLaunchPathsResponse.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, 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
-
launchPathSummaries
ListLaunchPathsResponse.Builder launchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
Information about the launch path.
- Parameters:
launchPathSummaries- Information about the launch path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchPathSummaries
ListLaunchPathsResponse.Builder launchPathSummaries(LaunchPathSummary... launchPathSummaries)
Information about the launch path.
- Parameters:
launchPathSummaries- Information about the launch path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchPathSummaries
ListLaunchPathsResponse.Builder launchPathSummaries(Consumer<LaunchPathSummary.Builder>... launchPathSummaries)
Information about the launch path.
This is a convenience method that creates an instance of theLaunchPathSummary.Builderavoiding the need to create one manually viaLaunchPathSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#launchPathSummaries(List.) - Parameters:
launchPathSummaries- a consumer that will call methods onLaunchPathSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#launchPathSummaries(java.util.Collection)
-
nextPageToken
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.
- 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.
-
-