@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Parameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for S3.
| Constructor and Description |
|---|
S3Parameters() |
| Modifier and Type | Method and Description |
|---|---|
S3Parameters |
clone() |
boolean |
equals(Object obj) |
ManifestFileLocation |
getManifestFileLocation()
Location of the Amazon S3 manifest file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setManifestFileLocation(ManifestFileLocation manifestFileLocation)
Location of the Amazon S3 manifest file.
|
String |
toString()
Returns a string representation of this object.
|
S3Parameters |
withManifestFileLocation(ManifestFileLocation manifestFileLocation)
Location of the Amazon S3 manifest file.
|
public void setManifestFileLocation(ManifestFileLocation manifestFileLocation)
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
manifestFileLocation - Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon
QuickSight.public ManifestFileLocation getManifestFileLocation()
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
public S3Parameters withManifestFileLocation(ManifestFileLocation manifestFileLocation)
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
manifestFileLocation - Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon
QuickSight.public String toString()
toString in class ObjectObject.toString()public S3Parameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.