Interface RedundantIngestCredential.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RedundantIngestCredential.Builder,,RedundantIngestCredential> SdkBuilder<RedundantIngestCredential.Builder,,RedundantIngestCredential> SdkPojo
- Enclosing class:
RedundantIngestCredential
@Mutable
@NotThreadSafe
public static interface RedundantIngestCredential.Builder
extends SdkPojo, CopyableBuilder<RedundantIngestCredential.Builder,RedundantIngestCredential>
-
Method Summary
Modifier and TypeMethodDescriptionparticipantId(String participantId) ID of the participant within the stage.Ingest-key value.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
-
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.
-
streamKey
Ingest-key value.
- Parameters:
streamKey- Ingest-key value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-