@Generated(value="software.amazon.awssdk:codegen") public final class CreateChannelRequest extends MediaLiveRequest implements ToCopyableBuilder<CreateChannelRequest.Builder,CreateChannelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateChannelRequest.Builder |
builder() |
CdiInputSpecification |
cdiInputSpecification()
Specification of CDI inputs for this channel
|
ChannelClass |
channelClass()
The class for this channel.
|
String |
channelClassAsString()
The class for this channel.
|
List<OutputDestination> |
destinations()
Returns the value of the Destinations property for this object.
|
EncoderSettings |
encoderSettings()
Returns the value of the EncoderSettings property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDestinations()
For responses, this returns true if the service returned a value for the Destinations property.
|
int |
hashCode() |
boolean |
hasInputAttachments()
For responses, this returns true if the service returned a value for the InputAttachments property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
List<InputAttachment> |
inputAttachments()
List of input attachments for channel.
|
InputSpecification |
inputSpecification()
Specification of network and file inputs for this channel
|
LogLevel |
logLevel()
The log level to write to CloudWatch Logs.
|
String |
logLevelAsString()
The log level to write to CloudWatch Logs.
|
MaintenanceCreateSettings |
maintenance()
Maintenance settings for this channel.
|
String |
name()
Name of channel.
|
String |
requestId()
Unique request ID to be specified.
|
String |
reserved()
Deprecated.
|
String |
roleArn()
An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateChannelRequest.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
A collection of key-value pairs.
|
CreateChannelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcOutputSettings |
vpc()
Settings for the VPC outputs
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CdiInputSpecification cdiInputSpecification()
public final ChannelClass channelClass()
If the service returns an enum value that is not available in the current SDK version, channelClass will
return ChannelClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
channelClassAsString().
ChannelClasspublic final String channelClassAsString()
If the service returns an enum value that is not available in the current SDK version, channelClass will
return ChannelClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
channelClassAsString().
ChannelClasspublic final boolean hasDestinations()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<OutputDestination> destinations()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDestinations() method.
public final EncoderSettings encoderSettings()
public final boolean hasInputAttachments()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<InputAttachment> inputAttachments()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasInputAttachments() method.
public final InputSpecification inputSpecification()
public final LogLevel logLevel()
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
LogLevelpublic final String logLevelAsString()
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
LogLevelpublic final MaintenanceCreateSettings maintenance()
public final String name()
public final String requestId()
@Deprecated public final String reserved()
public final String roleArn()
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final Map<String,String> tags()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final VpcOutputSettings vpc()
public CreateChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateChannelRequest.Builder,CreateChannelRequest>toBuilder in class MediaLiveRequestpublic static CreateChannelRequest.Builder builder()
public static Class<? extends CreateChannelRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.