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