@Generated(value="software.amazon.awssdk:codegen") public final class CreateFlowRequest extends MediaConnectRequest implements ToCopyableBuilder<CreateFlowRequest.Builder,CreateFlowRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateFlowRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone that you want to create the flow in.
|
static CreateFlowRequest.Builder |
builder() |
List<GrantEntitlementRequest> |
entitlements()
The entitlements that you want to grant on a flow.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEntitlements()
For responses, this returns true if the service returned a value for the Entitlements property.
|
int |
hashCode() |
boolean |
hasMediaStreams()
For responses, this returns true if the service returned a value for the MediaStreams property.
|
boolean |
hasOutputs()
For responses, this returns true if the service returned a value for the Outputs property.
|
boolean |
hasSources()
For responses, this returns true if the service returned a value for the Sources property.
|
boolean |
hasVpcInterfaces()
For responses, this returns true if the service returned a value for the VpcInterfaces property.
|
AddMaintenance |
maintenance()
Returns the value of the Maintenance property for this object.
|
List<AddMediaStreamRequest> |
mediaStreams()
The media streams that you want to add to the flow.
|
String |
name()
The name of the flow.
|
List<AddOutputRequest> |
outputs()
The outputs that you want to add to this flow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateFlowRequest.Builder> |
serializableBuilderClass() |
SetSourceRequest |
source()
Returns the value of the Source property for this object.
|
FailoverConfig |
sourceFailoverConfig()
Returns the value of the SourceFailoverConfig property for this object.
|
List<SetSourceRequest> |
sources()
Returns the value of the Sources property for this object.
|
CreateFlowRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<VpcInterfaceRequest> |
vpcInterfaces()
The VPC interfaces you want on the flow.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String availabilityZone()
public final boolean hasEntitlements()
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<GrantEntitlementRequest> entitlements()
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 hasEntitlements() method.
public final boolean hasMediaStreams()
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<AddMediaStreamRequest> mediaStreams()
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 hasMediaStreams() method.
public final String name()
public final boolean hasOutputs()
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<AddOutputRequest> outputs()
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 hasOutputs() method.
public final SetSourceRequest source()
public final FailoverConfig sourceFailoverConfig()
public final boolean hasSources()
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<SetSourceRequest> sources()
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 hasSources() method.
public final boolean hasVpcInterfaces()
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<VpcInterfaceRequest> vpcInterfaces()
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 hasVpcInterfaces() method.
public final AddMaintenance maintenance()
public CreateFlowRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateFlowRequest.Builder,CreateFlowRequest>toBuilder in class MediaConnectRequestpublic static CreateFlowRequest.Builder builder()
public static Class<? extends CreateFlowRequest.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.