Interface IngestEndpoint.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<IngestEndpoint.Builder,,IngestEndpoint> SdkBuilder<IngestEndpoint.Builder,,IngestEndpoint> SdkPojo
- Enclosing class:
 IngestEndpoint
public static interface IngestEndpoint.Builder
extends SdkPojo, CopyableBuilder<IngestEndpoint.Builder,IngestEndpoint> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe system-generated unique identifier for the IngestEndpoint.The ingest domain URL where the source stream should be sent.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
id
The system-generated unique identifier for the IngestEndpoint.
- Parameters:
 id- The system-generated unique identifier for the IngestEndpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
url
The ingest domain URL where the source stream should be sent.
- Parameters:
 url- The ingest domain URL where the source stream should be sent.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -