Interface GetIngestConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetIngestConfigurationResponse.Builder,
,GetIngestConfigurationResponse> IvsRealTimeResponse.Builder
,SdkBuilder<GetIngestConfigurationResponse.Builder,
,GetIngestConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetIngestConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetIngestConfigurationResponse.Builder
extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<GetIngestConfigurationResponse.Builder,GetIngestConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptioningestConfiguration
(Consumer<IngestConfiguration.Builder> ingestConfiguration) The IngestConfiguration that was returned.ingestConfiguration
(IngestConfiguration ingestConfiguration) The IngestConfiguration that was returned.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
-
ingestConfiguration
The IngestConfiguration that was returned.
- Parameters:
ingestConfiguration
- The IngestConfiguration that was returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestConfiguration
default GetIngestConfigurationResponse.Builder ingestConfiguration(Consumer<IngestConfiguration.Builder> ingestConfiguration) The IngestConfiguration that was returned.
This is a convenience method that creates an instance of theIngestConfiguration.Builder
avoiding the need to create one manually viaIngestConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toingestConfiguration(IngestConfiguration)
.- Parameters:
ingestConfiguration
- a consumer that will call methods onIngestConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-