Interface ListDataflowEndpointGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDataflowEndpointGroupsResponse.Builder,ListDataflowEndpointGroupsResponse>,GroundStationResponse.Builder,SdkBuilder<ListDataflowEndpointGroupsResponse.Builder,ListDataflowEndpointGroupsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDataflowEndpointGroupsResponse
public static interface ListDataflowEndpointGroupsResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<ListDataflowEndpointGroupsResponse.Builder,ListDataflowEndpointGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataflowEndpointGroupsResponse.BuilderdataflowEndpointGroupList(Collection<DataflowEndpointListItem> dataflowEndpointGroupList)A list of dataflow endpoint groups.ListDataflowEndpointGroupsResponse.BuilderdataflowEndpointGroupList(Consumer<DataflowEndpointListItem.Builder>... dataflowEndpointGroupList)A list of dataflow endpoint groups.ListDataflowEndpointGroupsResponse.BuilderdataflowEndpointGroupList(DataflowEndpointListItem... dataflowEndpointGroupList)A list of dataflow endpoint groups.ListDataflowEndpointGroupsResponse.BuildernextToken(String nextToken)Next token returned in the response of a previousListDataflowEndpointGroupscall.-
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
-
dataflowEndpointGroupList
ListDataflowEndpointGroupsResponse.Builder dataflowEndpointGroupList(Collection<DataflowEndpointListItem> dataflowEndpointGroupList)
A list of dataflow endpoint groups.
- Parameters:
dataflowEndpointGroupList- A list of dataflow endpoint groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowEndpointGroupList
ListDataflowEndpointGroupsResponse.Builder dataflowEndpointGroupList(DataflowEndpointListItem... dataflowEndpointGroupList)
A list of dataflow endpoint groups.
- Parameters:
dataflowEndpointGroupList- A list of dataflow endpoint groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowEndpointGroupList
ListDataflowEndpointGroupsResponse.Builder dataflowEndpointGroupList(Consumer<DataflowEndpointListItem.Builder>... dataflowEndpointGroupList)
A list of dataflow endpoint groups.
This is a convenience method that creates an instance of theDataflowEndpointListItem.Builderavoiding the need to create one manually viaDataflowEndpointListItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dataflowEndpointGroupList(List.) - Parameters:
dataflowEndpointGroupList- a consumer that will call methods onDataflowEndpointListItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dataflowEndpointGroupList(java.util.Collection)
-
nextToken
ListDataflowEndpointGroupsResponse.Builder nextToken(String nextToken)
Next token returned in the response of a previous
ListDataflowEndpointGroupscall. Used to get the next page of results.- Parameters:
nextToken- Next token returned in the response of a previousListDataflowEndpointGroupscall. Used to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-