Interface ListMissionProfilesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListMissionProfilesResponse.Builder,
,ListMissionProfilesResponse> GroundStationResponse.Builder
,SdkBuilder<ListMissionProfilesResponse.Builder,
,ListMissionProfilesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListMissionProfilesResponse
@Mutable
@NotThreadSafe
public static interface ListMissionProfilesResponse.Builder
extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<ListMissionProfilesResponse.Builder,ListMissionProfilesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmissionProfileList
(Collection<MissionProfileListItem> missionProfileList) List of mission profiles.missionProfileList
(Consumer<MissionProfileListItem.Builder>... missionProfileList) List of mission profiles.missionProfileList
(MissionProfileListItem... missionProfileList) List of mission profiles.Next token returned in the response of a previousListMissionProfiles
call.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
missionProfileList
ListMissionProfilesResponse.Builder missionProfileList(Collection<MissionProfileListItem> missionProfileList) List of mission profiles.
- Parameters:
missionProfileList
- List of mission profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missionProfileList
ListMissionProfilesResponse.Builder missionProfileList(MissionProfileListItem... missionProfileList) List of mission profiles.
- Parameters:
missionProfileList
- List of mission profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missionProfileList
ListMissionProfilesResponse.Builder missionProfileList(Consumer<MissionProfileListItem.Builder>... missionProfileList) List of mission profiles.
This is a convenience method that creates an instance of theMissionProfileListItem.Builder
avoiding the need to create one manually viaMissionProfileListItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomissionProfileList(List<MissionProfileListItem>)
.- Parameters:
missionProfileList
- a consumer that will call methods onMissionProfileListItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Next token returned in the response of a previous
ListMissionProfiles
call. Used to get the next page of results.- Parameters:
nextToken
- Next token returned in the response of a previousListMissionProfiles
call. Used to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-