Class UpdateBridgeFlowSourceRequest
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconnect.model.UpdateBridgeFlowSourceRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateBridgeFlowSourceRequest.Builder,UpdateBridgeFlowSourceRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateBridgeFlowSourceRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateBridgeFlowSourceRequest.Builder,UpdateBridgeFlowSourceRequest>
Update the flow source of the bridge.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateBridgeFlowSourceRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateBridgeFlowSourceRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringflowArn()The ARN of the cloud flow to use as a source of this bridge.VpcInterfaceAttachmentflowVpcInterfaceAttachment()The name of the VPC interface attachment to use for this source.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UpdateBridgeFlowSourceRequest.Builder>serializableBuilderClass()UpdateBridgeFlowSourceRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
flowArn
public final String flowArn()
The ARN of the cloud flow to use as a source of this bridge.- Returns:
- The ARN of the cloud flow to use as a source of this bridge.
-
flowVpcInterfaceAttachment
public final VpcInterfaceAttachment flowVpcInterfaceAttachment()
The name of the VPC interface attachment to use for this source.- Returns:
- The name of the VPC interface attachment to use for this source.
-
toBuilder
public UpdateBridgeFlowSourceRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateBridgeFlowSourceRequest.Builder,UpdateBridgeFlowSourceRequest>
-
builder
public static UpdateBridgeFlowSourceRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateBridgeFlowSourceRequest.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.
-
-