@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.
|
String |
getRoleArn()
Use the
RoleArn structure to override an account-wide role for a specific S3 data source. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setManifestFileLocation(ManifestFileLocation manifestFileLocation)
Location of the Amazon S3 manifest file.
|
void |
setRoleArn(String roleArn)
Use the
RoleArn structure to override an account-wide role for a specific S3 data source. |
String |
toString()
Returns a string representation of this object.
|
S3Parameters |
withManifestFileLocation(ManifestFileLocation manifestFileLocation)
Location of the Amazon S3 manifest file.
|
S3Parameters |
withRoleArn(String roleArn)
Use the
RoleArn structure to override an account-wide role for a specific S3 data source. |
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 void setRoleArn(String roleArn)
Use the RoleArn
structure to override an account-wide role for a specific S3 data source. For
example, say an account administrator has turned off all S3 access with an account-wide role. The administrator
can then use RoleArn
to bypass the account-wide role and allow S3 access for the single S3 data
source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.
roleArn
- Use the RoleArn
structure to override an account-wide role for a specific S3 data source. For
example, say an account administrator has turned off all S3 access with an account-wide role. The
administrator can then use RoleArn
to bypass the account-wide role and allow S3 access for
the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3
access is still active.public String getRoleArn()
Use the RoleArn
structure to override an account-wide role for a specific S3 data source. For
example, say an account administrator has turned off all S3 access with an account-wide role. The administrator
can then use RoleArn
to bypass the account-wide role and allow S3 access for the single S3 data
source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.
RoleArn
structure to override an account-wide role for a specific S3 data source.
For example, say an account administrator has turned off all S3 access with an account-wide role. The
administrator can then use RoleArn
to bypass the account-wide role and allow S3 access for
the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3
access is still active.public S3Parameters withRoleArn(String roleArn)
Use the RoleArn
structure to override an account-wide role for a specific S3 data source. For
example, say an account administrator has turned off all S3 access with an account-wide role. The administrator
can then use RoleArn
to bypass the account-wide role and allow S3 access for the single S3 data
source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.
roleArn
- Use the RoleArn
structure to override an account-wide role for a specific S3 data source. For
example, say an account administrator has turned off all S3 access with an account-wide role. The
administrator can then use RoleArn
to bypass the account-wide role and allow S3 access for
the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3
access is still active.public String toString()
toString
in class Object
Object.toString()
public S3Parameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.