| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Flow |
Flow.clone() |
Flow |
UpdateFlowResult.getFlow() |
Flow |
DescribeFlowResult.getFlow() |
Flow |
CreateFlowResult.getFlow() |
Flow |
Flow.withAvailabilityZone(String availabilityZone)
The Availability Zone that you want to create the flow in.
|
Flow |
Flow.withDescription(String description)
A description of the flow.
|
Flow |
Flow.withEgressIp(String egressIp)
The IP address from which video will be sent to output destinations.
|
Flow |
Flow.withEntitlements(Collection<Entitlement> entitlements)
The entitlements in this flow.
|
Flow |
Flow.withEntitlements(Entitlement... entitlements)
The entitlements in this flow.
|
Flow |
Flow.withFlowArn(String flowArn)
The Amazon Resource Name (ARN) of the flow.
|
Flow |
Flow.withMaintenance(Maintenance maintenance) |
Flow |
Flow.withMediaStreams(Collection<MediaStream> mediaStreams)
The media streams that are associated with the flow.
|
Flow |
Flow.withMediaStreams(MediaStream... mediaStreams)
The media streams that are associated with the flow.
|
Flow |
Flow.withName(String name)
The name of the flow.
|
Flow |
Flow.withOutputs(Collection<Output> outputs)
The outputs in this flow.
|
Flow |
Flow.withOutputs(Output... outputs)
The outputs in this flow.
|
Flow |
Flow.withSource(Source source) |
Flow |
Flow.withSourceFailoverConfig(FailoverConfig sourceFailoverConfig) |
Flow |
Flow.withSources(Collection<Source> sources) |
Flow |
Flow.withSources(Source... sources)
NOTE: This method appends the values to the existing list (if any).
|
Flow |
Flow.withStatus(Status status)
The current status of the flow.
|
Flow |
Flow.withStatus(String status)
The current status of the flow.
|
Flow |
Flow.withVpcInterfaces(Collection<VpcInterface> vpcInterfaces)
The VPC Interfaces for this flow.
|
Flow |
Flow.withVpcInterfaces(VpcInterface... vpcInterfaces)
The VPC Interfaces for this flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFlowResult.setFlow(Flow flow) |
void |
DescribeFlowResult.setFlow(Flow flow) |
void |
CreateFlowResult.setFlow(Flow flow) |
UpdateFlowResult |
UpdateFlowResult.withFlow(Flow flow) |
DescribeFlowResult |
DescribeFlowResult.withFlow(Flow flow) |
CreateFlowResult |
CreateFlowResult.withFlow(Flow flow) |
Copyright © 2023. All rights reserved.