@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileGroupSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
FileGroupSettings() |
| Modifier and Type | Method and Description |
|---|---|
FileGroupSettings |
clone() |
boolean |
equals(Object obj) |
String |
getDestination()
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FileGroupSettings |
withDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
public void setDestination(String destination)
destination - Use Destination (Destination) to specify the S3 output location and the output filename base. Destination
accepts format identifiers. If you do not specify the base filename in the URI, the service will use the
filename of the input file. If your job has multiple inputs, the service uses the filename of the first
input file.public String getDestination()
public FileGroupSettings withDestination(String destination)
destination - Use Destination (Destination) to specify the S3 output location and the output filename base. Destination
accepts format identifiers. If you do not specify the base filename in the URI, the service will use the
filename of the input file. If your job has multiple inputs, the service uses the filename of the first
input file.public String toString()
toString in class ObjectObject.toString()public FileGroupSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.