public static interface ListedFlow.Builder extends SdkPojo, CopyableBuilder<ListedFlow.Builder,ListedFlow>
| Modifier and Type | Method and Description |
|---|---|
ListedFlow.Builder |
availabilityZone(String availabilityZone)
The Availability Zone that the flow was created in.
|
ListedFlow.Builder |
description(String description)
A description of the flow.
|
ListedFlow.Builder |
flowArn(String flowArn)
The ARN of the flow.
|
default ListedFlow.Builder |
maintenance(Consumer<Maintenance.Builder> maintenance)
Sets the value of the Maintenance property for this object.
|
ListedFlow.Builder |
maintenance(Maintenance maintenance)
Sets the value of the Maintenance property for this object.
|
ListedFlow.Builder |
name(String name)
The name of the flow.
|
ListedFlow.Builder |
sourceType(SourceType sourceType)
The type of source.
|
ListedFlow.Builder |
sourceType(String sourceType)
The type of source.
|
ListedFlow.Builder |
status(Status status)
The current status of the flow.
|
ListedFlow.Builder |
status(String status)
The current status of the flow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedFlow.Builder availabilityZone(String availabilityZone)
availabilityZone - The Availability Zone that the flow was created in.ListedFlow.Builder description(String description)
description - A description of the flow.ListedFlow.Builder flowArn(String flowArn)
flowArn - The ARN of the flow.ListedFlow.Builder name(String name)
name - The name of the flow.ListedFlow.Builder sourceType(String sourceType)
sourceType - The type of source. This value is either owned (originated somewhere other than an AWS Elemental
MediaConnect flow owned by another AWS account) or entitled (originated at an AWS Elemental
MediaConnect flow owned by another AWS account).SourceType,
SourceTypeListedFlow.Builder sourceType(SourceType sourceType)
sourceType - The type of source. This value is either owned (originated somewhere other than an AWS Elemental
MediaConnect flow owned by another AWS account) or entitled (originated at an AWS Elemental
MediaConnect flow owned by another AWS account).SourceType,
SourceTypeListedFlow.Builder status(String status)
ListedFlow.Builder status(Status status)
ListedFlow.Builder maintenance(Maintenance maintenance)
maintenance - The new value for the Maintenance property for this object.default ListedFlow.Builder maintenance(Consumer<Maintenance.Builder> maintenance)
Maintenance.Builder avoiding the need to
create one manually via Maintenance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to maintenance(Maintenance).
maintenance - a consumer that will call methods on Maintenance.Buildermaintenance(Maintenance)Copyright © 2022. All rights reserved.