Interface ListIngestConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListIngestConfigurationsResponse.Builder,
,ListIngestConfigurationsResponse> IvsRealTimeResponse.Builder
,SdkBuilder<ListIngestConfigurationsResponse.Builder,
,ListIngestConfigurationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListIngestConfigurationsResponse
@Mutable
@NotThreadSafe
public static interface ListIngestConfigurationsResponse.Builder
extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<ListIngestConfigurationsResponse.Builder,ListIngestConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioningestConfigurations
(Collection<IngestConfigurationSummary> ingestConfigurations) List of the matching ingest configurations (summary information only).ingestConfigurations
(Consumer<IngestConfigurationSummary.Builder>... ingestConfigurations) List of the matching ingest configurations (summary information only).ingestConfigurations
(IngestConfigurationSummary... ingestConfigurations) List of the matching ingest configurations (summary information only).If there are more IngestConfigurations thanmaxResults
, usenextToken
in 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 Details
-
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.Builder
avoiding the need to create one manually viaIngestConfigurationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toingestConfigurations(List<IngestConfigurationSummary>)
.- 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:
-
nextToken
If there are more IngestConfigurations than
maxResults
, usenextToken
in the request to get the next set.- Parameters:
nextToken
- If there are more IngestConfigurations thanmaxResults
, usenextToken
in the request to get the next set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-