@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputSwitchScheduleActionSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputSwitchScheduleActionSettings() |
Modifier and Type | Method and Description |
---|---|
InputSwitchScheduleActionSettings |
clone() |
boolean |
equals(Object obj) |
String |
getInputAttachmentNameReference()
The name of the input attachment (not the name of the input!) to switch to.
|
InputClippingSettings |
getInputClippingSettings()
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the
file.
|
List<String> |
getUrlPath()
The value for the variable portion of the URL for the dynamic input, for this instance of the input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputAttachmentNameReference(String inputAttachmentNameReference)
The name of the input attachment (not the name of the input!) to switch to.
|
void |
setInputClippingSettings(InputClippingSettings inputClippingSettings)
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the
file.
|
void |
setUrlPath(Collection<String> urlPath)
The value for the variable portion of the URL for the dynamic input, for this instance of the input.
|
String |
toString()
Returns a string representation of this object.
|
InputSwitchScheduleActionSettings |
withInputAttachmentNameReference(String inputAttachmentNameReference)
The name of the input attachment (not the name of the input!) to switch to.
|
InputSwitchScheduleActionSettings |
withInputClippingSettings(InputClippingSettings inputClippingSettings)
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the
file.
|
InputSwitchScheduleActionSettings |
withUrlPath(Collection<String> urlPath)
The value for the variable portion of the URL for the dynamic input, for this instance of the input.
|
InputSwitchScheduleActionSettings |
withUrlPath(String... urlPath)
The value for the variable portion of the URL for the dynamic input, for this instance of the input.
|
public void setInputAttachmentNameReference(String inputAttachmentNameReference)
inputAttachmentNameReference
- The name of the input attachment (not the name of the input!) to switch to. The name is specified in the
channel configuration.public String getInputAttachmentNameReference()
public InputSwitchScheduleActionSettings withInputAttachmentNameReference(String inputAttachmentNameReference)
inputAttachmentNameReference
- The name of the input attachment (not the name of the input!) to switch to. The name is specified in the
channel configuration.public void setInputClippingSettings(InputClippingSettings inputClippingSettings)
inputClippingSettings
- Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion
of the file.public InputClippingSettings getInputClippingSettings()
public InputSwitchScheduleActionSettings withInputClippingSettings(InputClippingSettings inputClippingSettings)
inputClippingSettings
- Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion
of the file.public List<String> getUrlPath()
public void setUrlPath(Collection<String> urlPath)
urlPath
- The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each
time you use the same dynamic input in an input switch action, you can provide a different value, in order
to connect the input to a different content source.public InputSwitchScheduleActionSettings withUrlPath(String... urlPath)
NOTE: This method appends the values to the existing list (if any). Use
setUrlPath(java.util.Collection)
or withUrlPath(java.util.Collection)
if you want to override
the existing values.
urlPath
- The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each
time you use the same dynamic input in an input switch action, you can provide a different value, in order
to connect the input to a different content source.public InputSwitchScheduleActionSettings withUrlPath(Collection<String> urlPath)
urlPath
- The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each
time you use the same dynamic input in an input switch action, you can provide a different value, in order
to connect the input to a different content source.public String toString()
toString
in class Object
Object.toString()
public InputSwitchScheduleActionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.