Class IngestEndpoint
- java.lang.Object
-
- software.amazon.awssdk.services.mediapackage.model.IngestEndpoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngestEndpoint.Builder,IngestEndpoint>
@Generated("software.amazon.awssdk:codegen") public final class IngestEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngestEndpoint.Builder,IngestEndpoint>
An endpoint for ingesting source content for a Channel.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngestEndpoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IngestEndpoint.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The system generated unique identifier for the IngestEndpointStringpassword()The system generated password for ingest authentication.List<SdkField<?>>sdkFields()static Class<? extends IngestEndpoint.Builder>serializableBuilderClass()IngestEndpoint.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()The ingest URL to which the source stream should be sent.Stringusername()The system generated username for ingest authentication.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The system generated unique identifier for the IngestEndpoint- Returns:
- The system generated unique identifier for the IngestEndpoint
-
password
public final String password()
The system generated password for ingest authentication.- Returns:
- The system generated password for ingest authentication.
-
url
public final String url()
The ingest URL to which the source stream should be sent.- Returns:
- The ingest URL to which the source stream should be sent.
-
username
public final String username()
The system generated username for ingest authentication.- Returns:
- The system generated username for ingest authentication.
-
toBuilder
public IngestEndpoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngestEndpoint.Builder,IngestEndpoint>
-
builder
public static IngestEndpoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends IngestEndpoint.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-