Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.ListedFlow.Builder
-
Packages that use ListedFlow.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of ListedFlow.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return ListedFlow.Builder Modifier and Type Method Description ListedFlow.BuilderListedFlow.Builder. availabilityZone(String availabilityZone)The Availability Zone that the flow was created in.static ListedFlow.BuilderListedFlow. builder()ListedFlow.BuilderListedFlow.Builder. description(String description)A description of the flow.ListedFlow.BuilderListedFlow.Builder. flowArn(String flowArn)The ARN of the flow.default ListedFlow.BuilderListedFlow.Builder. maintenance(Consumer<Maintenance.Builder> maintenance)Sets the value of the Maintenance property for this object.ListedFlow.BuilderListedFlow.Builder. maintenance(Maintenance maintenance)Sets the value of the Maintenance property for this object.ListedFlow.BuilderListedFlow.Builder. name(String name)The name of the flow.ListedFlow.BuilderListedFlow.Builder. sourceType(String sourceType)The type of source.ListedFlow.BuilderListedFlow.Builder. sourceType(SourceType sourceType)The type of source.ListedFlow.BuilderListedFlow.Builder. status(String status)The current status of the flow.ListedFlow.BuilderListedFlow.Builder. status(Status status)The current status of the flow.ListedFlow.BuilderListedFlow. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type ListedFlow.Builder Modifier and Type Method Description static Class<? extends ListedFlow.Builder>ListedFlow. serializableBuilderClass()
-