@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Source extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
Source |
clone() |
boolean |
equals(Object obj) |
Integer |
getDataTransferSubscriberFeePercent()
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
Encryption |
getDecryption()
The type of encryption that is used on the content ingested from this source.
|
String |
getDescription()
A description for the source.
|
String |
getEntitlementArn()
The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
|
String |
getIngestIp()
The IP address that the flow will be listening on for incoming content.
|
Integer |
getIngestPort()
The port that the flow will be listening on for incoming content.
|
String |
getName()
The name of the source.
|
String |
getSourceArn()
The ARN of the source.
|
Transport |
getTransport()
Attributes related to the transport stream that are used in the source.
|
String |
getVpcInterfaceName()
The name of the VPC Interface this Source is configured with.
|
String |
getWhitelistCidr()
The range of IP addresses that should be allowed to contribute content to your source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
void |
setDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
void |
setDescription(String description)
A description for the source.
|
void |
setEntitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
|
void |
setIngestIp(String ingestIp)
The IP address that the flow will be listening on for incoming content.
|
void |
setIngestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
void |
setName(String name)
The name of the source.
|
void |
setSourceArn(String sourceArn)
The ARN of the source.
|
void |
setTransport(Transport transport)
Attributes related to the transport stream that are used in the source.
|
void |
setVpcInterfaceName(String vpcInterfaceName)
The name of the VPC Interface this Source is configured with.
|
void |
setWhitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
String |
toString()
Returns a string representation of this object.
|
Source |
withDataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
Source |
withDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
Source |
withDescription(String description)
A description for the source.
|
Source |
withEntitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
|
Source |
withIngestIp(String ingestIp)
The IP address that the flow will be listening on for incoming content.
|
Source |
withIngestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
Source |
withName(String name)
The name of the source.
|
Source |
withSourceArn(String sourceArn)
The ARN of the source.
|
Source |
withTransport(Transport transport)
Attributes related to the transport stream that are used in the source.
|
Source |
withVpcInterfaceName(String vpcInterfaceName)
The name of the VPC Interface this Source is configured with.
|
Source |
withWhitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
public void setDataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
dataTransferSubscriberFeePercent
- Percentage from 0-100 of the data transfer cost to be billed to the subscriber.public Integer getDataTransferSubscriberFeePercent()
public Source withDataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
dataTransferSubscriberFeePercent
- Percentage from 0-100 of the data transfer cost to be billed to the subscriber.public void setDecryption(Encryption decryption)
decryption
- The type of encryption that is used on the content ingested from this source.public Encryption getDecryption()
public Source withDecryption(Encryption decryption)
decryption
- The type of encryption that is used on the content ingested from this source.public void setDescription(String description)
description
- A description for the source. This value is not used or seen outside of the current AWS Elemental
MediaConnect account.public String getDescription()
public Source withDescription(String description)
description
- A description for the source. This value is not used or seen outside of the current AWS Elemental
MediaConnect account.public void setEntitlementArn(String entitlementArn)
entitlementArn
- The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
The entitlement is set by the content originator and the ARN is generated as part of the originator's
flow.public String getEntitlementArn()
public Source withEntitlementArn(String entitlementArn)
entitlementArn
- The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
The entitlement is set by the content originator and the ARN is generated as part of the originator's
flow.public void setIngestIp(String ingestIp)
ingestIp
- The IP address that the flow will be listening on for incoming content.public String getIngestIp()
public Source withIngestIp(String ingestIp)
ingestIp
- The IP address that the flow will be listening on for incoming content.public void setIngestPort(Integer ingestPort)
ingestPort
- The port that the flow will be listening on for incoming content.public Integer getIngestPort()
public Source withIngestPort(Integer ingestPort)
ingestPort
- The port that the flow will be listening on for incoming content.public void setName(String name)
name
- The name of the source.public String getName()
public Source withName(String name)
name
- The name of the source.public void setSourceArn(String sourceArn)
sourceArn
- The ARN of the source.public String getSourceArn()
public Source withSourceArn(String sourceArn)
sourceArn
- The ARN of the source.public void setTransport(Transport transport)
transport
- Attributes related to the transport stream that are used in the source.public Transport getTransport()
public Source withTransport(Transport transport)
transport
- Attributes related to the transport stream that are used in the source.public void setVpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName
- The name of the VPC Interface this Source is configured with.public String getVpcInterfaceName()
public Source withVpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName
- The name of the VPC Interface this Source is configured with.public void setWhitelistCidr(String whitelistCidr)
whitelistCidr
- The range of IP addresses that should be allowed to contribute content to your source. These IP addresses
should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.public String getWhitelistCidr()
public Source withWhitelistCidr(String whitelistCidr)
whitelistCidr
- The range of IP addresses that should be allowed to contribute content to your source. These IP addresses
should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.