@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()
Returns true if the Entitlements property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasMediaStreams()
Returns true if the MediaStreams property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasOutputs()
Returns true if the Outputs property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasSources()
Returns true if the Sources property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasVpcInterfaces()
Returns true if the VpcInterfaces property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
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()
public final List<GrantEntitlementRequest> entitlements()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEntitlements() to see if a value was sent in this field.
public final boolean hasMediaStreams()
public final List<AddMediaStreamRequest> mediaStreams()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasMediaStreams() to see if a value was sent in this field.
public final String name()
public final boolean hasOutputs()
public final List<AddOutputRequest> outputs()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOutputs() to see if a value was sent in this field.
public final SetSourceRequest source()
public final FailoverConfig sourceFailoverConfig()
public final boolean hasSources()
public final List<SetSourceRequest> sources()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSources() to see if a value was sent in this field.
public final boolean hasVpcInterfaces()
public final List<VpcInterfaceRequest> vpcInterfaces()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasVpcInterfaces() to see if a value was sent in this field.
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 © 2021. All rights reserved.