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.
|
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)
Copyright © 2020. All rights reserved.