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 theLaunchProfile.Builder avoiding the need to create one
manually via LaunchProfile.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #launchProfiles(List.
launchProfiles - a consumer that will call methods on
LaunchProfile.Builder#launchProfiles(java.util.Collection) 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 © 2023. All rights reserved.