Interface ListIngestConfigurationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIngestConfigurationsResponse.Builder,ListIngestConfigurationsResponse>,IvsRealTimeResponse.Builder,SdkBuilder<ListIngestConfigurationsResponse.Builder,ListIngestConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListIngestConfigurationsResponse
public static interface ListIngestConfigurationsResponse.Builder extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<ListIngestConfigurationsResponse.Builder,ListIngestConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIngestConfigurationsResponse.BuilderingestConfigurations(Collection<IngestConfigurationSummary> ingestConfigurations)List of the matching ingest configurations (summary information only).ListIngestConfigurationsResponse.BuilderingestConfigurations(Consumer<IngestConfigurationSummary.Builder>... ingestConfigurations)List of the matching ingest configurations (summary information only).ListIngestConfigurationsResponse.BuilderingestConfigurations(IngestConfigurationSummary... ingestConfigurations)List of the matching ingest configurations (summary information only).ListIngestConfigurationsResponse.BuildernextToken(String nextToken)If there are more IngestConfigurations thanmaxResults, usenextTokenin the request to get the next set.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeResponse.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 Detail
-
ingestConfigurations
ListIngestConfigurationsResponse.Builder ingestConfigurations(Collection<IngestConfigurationSummary> ingestConfigurations)
List of the matching ingest configurations (summary information only).
- Parameters:
ingestConfigurations- List of the matching ingest configurations (summary information only).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestConfigurations
ListIngestConfigurationsResponse.Builder ingestConfigurations(IngestConfigurationSummary... ingestConfigurations)
List of the matching ingest configurations (summary information only).
- Parameters:
ingestConfigurations- List of the matching ingest configurations (summary information only).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestConfigurations
ListIngestConfigurationsResponse.Builder ingestConfigurations(Consumer<IngestConfigurationSummary.Builder>... ingestConfigurations)
List of the matching ingest configurations (summary information only).
This is a convenience method that creates an instance of theIngestConfigurationSummary.Builderavoiding the need to create one manually viaIngestConfigurationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#ingestConfigurations(List.) - Parameters:
ingestConfigurations- a consumer that will call methods onIngestConfigurationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#ingestConfigurations(java.util.Collection)
-
nextToken
ListIngestConfigurationsResponse.Builder nextToken(String nextToken)
If there are more IngestConfigurations than
maxResults, usenextTokenin the request to get the next set.- Parameters:
nextToken- If there are more IngestConfigurations thanmaxResults, usenextTokenin the request to get the next set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-