public static interface ListMissionProfilesResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<ListMissionProfilesResponse.Builder,ListMissionProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMissionProfilesResponse.Builder |
missionProfileList(Collection<MissionProfileListItem> missionProfileList)
List of mission profiles.
|
ListMissionProfilesResponse.Builder |
missionProfileList(Consumer<MissionProfileListItem.Builder>... missionProfileList)
List of mission profiles.
|
ListMissionProfilesResponse.Builder |
missionProfileList(MissionProfileListItem... missionProfileList)
List of mission profiles.
|
ListMissionProfilesResponse.Builder |
nextToken(String nextToken)
Next token returned in the response of a previous
ListMissionProfiles call. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMissionProfilesResponse.Builder missionProfileList(Collection<MissionProfileListItem> missionProfileList)
List of mission profiles.
missionProfileList - List of mission profiles.ListMissionProfilesResponse.Builder missionProfileList(MissionProfileListItem... missionProfileList)
List of mission profiles.
missionProfileList - List of mission profiles.ListMissionProfilesResponse.Builder missionProfileList(Consumer<MissionProfileListItem.Builder>... missionProfileList)
List of mission profiles.
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 #missionProfileList(List) .missionProfileList - a consumer that will call methods on List.Builder #missionProfileList(List) ListMissionProfilesResponse.Builder nextToken(String nextToken)
Next token returned in the response of a previous ListMissionProfiles call. Used to get the next
page of results.
nextToken - Next token returned in the response of a previous ListMissionProfiles call. Used to get
the next page of results.Copyright © 2021. All rights reserved.