IngestConfiguration.Builder |
IngestConfiguration.Builder.arn(String arn) |
Ingest configuration ARN.
|
IngestConfiguration.Builder |
IngestConfiguration.Builder.attributes(Map<String,String> attributes) |
Application-provided attributes to to store in the IngestConfiguration and attach to a stage.
|
static IngestConfiguration.Builder |
IngestConfiguration.builder() |
|
IngestConfiguration.Builder |
IngestConfiguration.Builder.ingestProtocol(String ingestProtocol) |
Type of ingest protocol that the user employs for broadcasting.
|
IngestConfiguration.Builder |
IngestConfiguration.Builder.ingestProtocol(IngestProtocol ingestProtocol) |
Type of ingest protocol that the user employs for broadcasting.
|
IngestConfiguration.Builder |
IngestConfiguration.Builder.name(String name) |
Ingest name
|
IngestConfiguration.Builder |
IngestConfiguration.Builder.participantId(String participantId) |
ID of the participant within the stage.
|
IngestConfiguration.Builder |
IngestConfiguration.Builder.stageArn(String stageArn) |
ARN of the stage with which the IngestConfiguration is associated.
|
IngestConfiguration.Builder |
IngestConfiguration.Builder.state(String state) |
State of the ingest configuration.
|
IngestConfiguration.Builder |
IngestConfiguration.Builder.state(IngestConfigurationState state) |
State of the ingest configuration.
|
IngestConfiguration.Builder |
IngestConfiguration.Builder.streamKey(String streamKey) |
Ingest-key value for the RTMP(S) protocol.
|
IngestConfiguration.Builder |
IngestConfiguration.Builder.tags(Map<String,String> tags) |
Tags attached to the resource.
|
IngestConfiguration.Builder |
IngestConfiguration.toBuilder() |
|
IngestConfiguration.Builder |
IngestConfiguration.Builder.userId(String userId) |
Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to
link a participant to a user in the customer’s own systems.
|