Interface IngestConfigurationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngestConfigurationSummary.Builder,
,IngestConfigurationSummary> SdkBuilder<IngestConfigurationSummary.Builder,
,IngestConfigurationSummary> SdkPojo
- Enclosing class:
IngestConfigurationSummary
-
Method Summary
Modifier and TypeMethodDescriptionIngest configuration ARN.ingestProtocol
(String ingestProtocol) Type of ingest protocol that the user employs for broadcasting.ingestProtocol
(IngestProtocol ingestProtocol) Type of ingest protocol that the user employs for broadcasting.Ingest name.participantId
(String participantId) ID of the participant within the stage.ARN of the stage with which the IngestConfiguration is associated.State of the ingest configuration.state
(IngestConfigurationState state) State of the ingest configuration.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
Ingest name.
- Parameters:
name
- Ingest name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Ingest configuration ARN.
- Parameters:
arn
- Ingest configuration ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestProtocol
Type of ingest protocol that the user employs for broadcasting.
- Parameters:
ingestProtocol
- Type of ingest protocol that the user employs for broadcasting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ingestProtocol
Type of ingest protocol that the user employs for broadcasting.
- Parameters:
ingestProtocol
- Type of ingest protocol that the user employs for broadcasting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stageArn
ARN of the stage with which the IngestConfiguration is associated.
- Parameters:
stageArn
- ARN of the stage with which the IngestConfiguration is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantId
ID of the participant within the stage.
- Parameters:
participantId
- ID of the participant within the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
State of the ingest configuration. It is
ACTIVE
if a publisher currently is publishing to the stage associated with the ingest configuration.- Parameters:
state
- State of the ingest configuration. It isACTIVE
if a publisher currently is publishing to the stage associated with the ingest configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
State of the ingest configuration. It is
ACTIVE
if a publisher currently is publishing to the stage associated with the ingest configuration.- Parameters:
state
- State of the ingest configuration. It isACTIVE
if a publisher currently is publishing to the stage associated with the ingest configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.
- Parameters:
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. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-