@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBridgeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateBridgeRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBridgeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AddEgressGatewayBridgeRequest |
getEgressGatewayBridge()
Create a bridge with the egress bridge type.
|
AddIngressGatewayBridgeRequest |
getIngressGatewayBridge()
Create a bridge with the ingress bridge type.
|
String |
getName()
The name of the bridge.
|
List<AddBridgeOutputRequest> |
getOutputs()
The outputs that you want to add to this bridge.
|
String |
getPlacementArn()
The bridge placement Amazon Resource Number (ARN).
|
FailoverConfig |
getSourceFailoverConfig()
The settings for source failover.
|
List<AddBridgeSourceRequest> |
getSources()
The sources that you want to add to this bridge.
|
int |
hashCode() |
void |
setEgressGatewayBridge(AddEgressGatewayBridgeRequest egressGatewayBridge)
Create a bridge with the egress bridge type.
|
void |
setIngressGatewayBridge(AddIngressGatewayBridgeRequest ingressGatewayBridge)
Create a bridge with the ingress bridge type.
|
void |
setName(String name)
The name of the bridge.
|
void |
setOutputs(Collection<AddBridgeOutputRequest> outputs)
The outputs that you want to add to this bridge.
|
void |
setPlacementArn(String placementArn)
The bridge placement Amazon Resource Number (ARN).
|
void |
setSourceFailoverConfig(FailoverConfig sourceFailoverConfig)
The settings for source failover.
|
void |
setSources(Collection<AddBridgeSourceRequest> sources)
The sources that you want to add to this bridge.
|
String |
toString()
Returns a string representation of this object.
|
CreateBridgeRequest |
withEgressGatewayBridge(AddEgressGatewayBridgeRequest egressGatewayBridge)
Create a bridge with the egress bridge type.
|
CreateBridgeRequest |
withIngressGatewayBridge(AddIngressGatewayBridgeRequest ingressGatewayBridge)
Create a bridge with the ingress bridge type.
|
CreateBridgeRequest |
withName(String name)
The name of the bridge.
|
CreateBridgeRequest |
withOutputs(AddBridgeOutputRequest... outputs)
The outputs that you want to add to this bridge.
|
CreateBridgeRequest |
withOutputs(Collection<AddBridgeOutputRequest> outputs)
The outputs that you want to add to this bridge.
|
CreateBridgeRequest |
withPlacementArn(String placementArn)
The bridge placement Amazon Resource Number (ARN).
|
CreateBridgeRequest |
withSourceFailoverConfig(FailoverConfig sourceFailoverConfig)
The settings for source failover.
|
CreateBridgeRequest |
withSources(AddBridgeSourceRequest... sources)
The sources that you want to add to this bridge.
|
CreateBridgeRequest |
withSources(Collection<AddBridgeSourceRequest> sources)
The sources that you want to add to this bridge.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEgressGatewayBridge(AddEgressGatewayBridgeRequest egressGatewayBridge)
egressGatewayBridge
- Create a bridge with the egress bridge type. An egress bridge is a cloud-to-ground bridge. The content
comes from an existing MediaConnect flow and is delivered to your premises.public AddEgressGatewayBridgeRequest getEgressGatewayBridge()
public CreateBridgeRequest withEgressGatewayBridge(AddEgressGatewayBridgeRequest egressGatewayBridge)
egressGatewayBridge
- Create a bridge with the egress bridge type. An egress bridge is a cloud-to-ground bridge. The content
comes from an existing MediaConnect flow and is delivered to your premises.public void setIngressGatewayBridge(AddIngressGatewayBridgeRequest ingressGatewayBridge)
ingressGatewayBridge
- Create a bridge with the ingress bridge type. An ingress bridge is a ground-to-cloud bridge. The content
originates at your premises and is delivered to the cloud.public AddIngressGatewayBridgeRequest getIngressGatewayBridge()
public CreateBridgeRequest withIngressGatewayBridge(AddIngressGatewayBridgeRequest ingressGatewayBridge)
ingressGatewayBridge
- Create a bridge with the ingress bridge type. An ingress bridge is a ground-to-cloud bridge. The content
originates at your premises and is delivered to the cloud.public void setName(String name)
name
- The name of the bridge. This name can not be modified after the bridge is created.public String getName()
public CreateBridgeRequest withName(String name)
name
- The name of the bridge. This name can not be modified after the bridge is created.public List<AddBridgeOutputRequest> getOutputs()
public void setOutputs(Collection<AddBridgeOutputRequest> outputs)
outputs
- The outputs that you want to add to this bridge.public CreateBridgeRequest withOutputs(AddBridgeOutputRequest... outputs)
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection)
or withOutputs(java.util.Collection)
if you want to override
the existing values.
outputs
- The outputs that you want to add to this bridge.public CreateBridgeRequest withOutputs(Collection<AddBridgeOutputRequest> outputs)
outputs
- The outputs that you want to add to this bridge.public void setPlacementArn(String placementArn)
placementArn
- The bridge placement Amazon Resource Number (ARN).public String getPlacementArn()
public CreateBridgeRequest withPlacementArn(String placementArn)
placementArn
- The bridge placement Amazon Resource Number (ARN).public void setSourceFailoverConfig(FailoverConfig sourceFailoverConfig)
sourceFailoverConfig
- The settings for source failover.public FailoverConfig getSourceFailoverConfig()
public CreateBridgeRequest withSourceFailoverConfig(FailoverConfig sourceFailoverConfig)
sourceFailoverConfig
- The settings for source failover.public List<AddBridgeSourceRequest> getSources()
public void setSources(Collection<AddBridgeSourceRequest> sources)
sources
- The sources that you want to add to this bridge.public CreateBridgeRequest withSources(AddBridgeSourceRequest... sources)
NOTE: This method appends the values to the existing list (if any). Use
setSources(java.util.Collection)
or withSources(java.util.Collection)
if you want to override
the existing values.
sources
- The sources that you want to add to this bridge.public CreateBridgeRequest withSources(Collection<AddBridgeSourceRequest> sources)
sources
- The sources that you want to add to this bridge.public String toString()
toString
in class Object
Object.toString()
public CreateBridgeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()