@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 to specify the S3 output location and the output filename base.
|
DestinationSettings |
getDestinationSettings()
Settings associated with the destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestination(String destination)
Use Destination to specify the S3 output location and the output filename base.
|
void |
setDestinationSettings(DestinationSettings destinationSettings)
Settings associated with the destination.
|
String |
toString()
Returns a string representation of this object.
|
FileGroupSettings |
withDestination(String destination)
Use Destination to specify the S3 output location and the output filename base.
|
FileGroupSettings |
withDestinationSettings(DestinationSettings destinationSettings)
Settings associated with the destination.
|
public void setDestination(String destination)
destination
- Use 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 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 void setDestinationSettings(DestinationSettings destinationSettings)
destinationSettings
- Settings associated with the destination. Will vary based on the type of destinationpublic DestinationSettings getDestinationSettings()
public FileGroupSettings withDestinationSettings(DestinationSettings destinationSettings)
destinationSettings
- Settings associated with the destination. Will vary based on the type of destinationpublic String toString()
toString
in class Object
Object.toString()
public FileGroupSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.