Interface ListIngestionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIngestionsResponse.Builder,ListIngestionsResponse>,QuickSightResponse.Builder,SdkBuilder<ListIngestionsResponse.Builder,ListIngestionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListIngestionsResponse
public static interface ListIngestionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListIngestionsResponse.Builder,ListIngestionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIngestionsResponse.Builderingestions(Collection<Ingestion> ingestions)A list of the ingestions.ListIngestionsResponse.Builderingestions(Consumer<Ingestion.Builder>... ingestions)A list of the ingestions.ListIngestionsResponse.Builderingestions(Ingestion... ingestions)A list of the ingestions.ListIngestionsResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListIngestionsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListIngestionsResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.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
-
ingestions
ListIngestionsResponse.Builder ingestions(Collection<Ingestion> ingestions)
A list of the ingestions.
- Parameters:
ingestions- A list of the ingestions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestions
ListIngestionsResponse.Builder ingestions(Ingestion... ingestions)
A list of the ingestions.
- Parameters:
ingestions- A list of the ingestions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestions
ListIngestionsResponse.Builder ingestions(Consumer<Ingestion.Builder>... ingestions)
A list of the ingestions.
This is a convenience method that creates an instance of theIngestion.Builderavoiding the need to create one manually viaIngestion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#ingestions(List.) - Parameters:
ingestions- a consumer that will call methods onIngestion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#ingestions(java.util.Collection)
-
nextToken
ListIngestionsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
ListIngestionsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListIngestionsResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-