| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Flow.Builder |
Flow.Builder.availabilityZone(String availabilityZone)
The Availability Zone that you want to create the flow in.
|
static Flow.Builder |
Flow.builder() |
Flow.Builder |
Flow.Builder.description(String description)
A description of the flow.
|
Flow.Builder |
Flow.Builder.egressIp(String egressIp)
The IP address from which video will be sent to output destinations.
|
Flow.Builder |
Flow.Builder.entitlements(Collection<Entitlement> entitlements)
The entitlements in this flow.
|
Flow.Builder |
Flow.Builder.entitlements(Consumer<Entitlement.Builder>... entitlements)
The entitlements in this flow.
|
Flow.Builder |
Flow.Builder.entitlements(Entitlement... entitlements)
The entitlements in this flow.
|
Flow.Builder |
Flow.Builder.flowArn(String flowArn)
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
|
Flow.Builder |
Flow.Builder.name(String name)
The name of the flow.
|
Flow.Builder |
Flow.Builder.outputs(Collection<Output> outputs)
The outputs in this flow.
|
Flow.Builder |
Flow.Builder.outputs(Consumer<Output.Builder>... outputs)
The outputs in this flow.
|
Flow.Builder |
Flow.Builder.outputs(Output... outputs)
The outputs in this flow.
|
default Flow.Builder |
Flow.Builder.source(Consumer<Source.Builder> source)
Sets the value of the Source property for this object.
|
Flow.Builder |
Flow.Builder.source(Source source)
Sets the value of the Source property for this object.
|
default Flow.Builder |
Flow.Builder.sourceFailoverConfig(Consumer<FailoverConfig.Builder> sourceFailoverConfig)
Sets the value of the SourceFailoverConfig property for this object.
|
Flow.Builder |
Flow.Builder.sourceFailoverConfig(FailoverConfig sourceFailoverConfig)
Sets the value of the SourceFailoverConfig property for this object.
|
Flow.Builder |
Flow.Builder.sources(Collection<Source> sources)
Sets the value of the Sources property for this object.
|
Flow.Builder |
Flow.Builder.sources(Consumer<Source.Builder>... sources)
Sets the value of the Sources property for this object.
|
Flow.Builder |
Flow.Builder.sources(Source... sources)
Sets the value of the Sources property for this object.
|
Flow.Builder |
Flow.Builder.status(Status status)
The current status of the flow.
|
Flow.Builder |
Flow.Builder.status(String status)
The current status of the flow.
|
Flow.Builder |
Flow.toBuilder() |
Flow.Builder |
Flow.Builder.vpcInterfaces(Collection<VpcInterface> vpcInterfaces)
The VPC Interfaces for this flow.
|
Flow.Builder |
Flow.Builder.vpcInterfaces(Consumer<VpcInterface.Builder>... vpcInterfaces)
The VPC Interfaces for this flow.
|
Flow.Builder |
Flow.Builder.vpcInterfaces(VpcInterface... vpcInterfaces)
The VPC Interfaces for this flow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Flow.Builder> |
Flow.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFlowResponse.Builder |
CreateFlowResponse.Builder.flow(Consumer<Flow.Builder> flow)
Sets the value of the Flow property for this object.
|
default DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.flow(Consumer<Flow.Builder> flow)
Sets the value of the Flow property for this object.
|
default UpdateFlowResponse.Builder |
UpdateFlowResponse.Builder.flow(Consumer<Flow.Builder> flow)
Sets the value of the Flow property for this object.
|
Copyright © 2020. All rights reserved.