public static interface ListLaunchProfilesResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<ListLaunchProfilesResponse.Builder,ListLaunchProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLaunchProfilesResponse.Builder |
launchProfiles(Collection<LaunchProfile> launchProfiles)
A collection of launch profiles.
|
ListLaunchProfilesResponse.Builder |
launchProfiles(Consumer<LaunchProfile.Builder>... launchProfiles)
A collection of launch profiles.
|
ListLaunchProfilesResponse.Builder |
launchProfiles(LaunchProfile... launchProfiles)
A collection of launch profiles.
|
ListLaunchProfilesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLaunchProfilesResponse.Builder launchProfiles(Collection<LaunchProfile> launchProfiles)
A collection of launch profiles.
launchProfiles - A collection of launch profiles.ListLaunchProfilesResponse.Builder launchProfiles(LaunchProfile... launchProfiles)
A collection of launch profiles.
launchProfiles - A collection of launch profiles.ListLaunchProfilesResponse.Builder launchProfiles(Consumer<LaunchProfile.Builder>... launchProfiles)
A collection of launch profiles.
This is a convenience method 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 #launchProfiles(List) .launchProfiles - a consumer that will call methods on List.Builder #launchProfiles(List) ListLaunchProfilesResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.Copyright © 2022. All rights reserved.