Interface ListMissionProfilesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMissionProfilesResponse.Builder,ListMissionProfilesResponse>,GroundStationResponse.Builder,SdkBuilder<ListMissionProfilesResponse.Builder,ListMissionProfilesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMissionProfilesResponse
public static interface ListMissionProfilesResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<ListMissionProfilesResponse.Builder,ListMissionProfilesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMissionProfilesResponse.BuildermissionProfileList(Collection<MissionProfileListItem> missionProfileList)List of mission profiles.ListMissionProfilesResponse.BuildermissionProfileList(Consumer<MissionProfileListItem.Builder>... missionProfileList)List of mission profiles.ListMissionProfilesResponse.BuildermissionProfileList(MissionProfileListItem... missionProfileList)List of mission profiles.ListMissionProfilesResponse.BuildernextToken(String nextToken)Next token returned in the response of a previousListMissionProfilescall.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaMissionProfileListItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#missionProfileList(List.) - 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:
#missionProfileList(java.util.Collection)
-
nextToken
ListMissionProfilesResponse.Builder nextToken(String nextToken)
Next token returned in the response of a previous
ListMissionProfilescall. Used to get the next page of results.- Parameters:
nextToken- Next token returned in the response of a previousListMissionProfilescall. Used to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-