@Generated(value="software.amazon.awssdk:codegen") public final class S3Parameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Parameters.Builder,S3Parameters>
The parameters for S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3Parameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3Parameters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ManifestFileLocation |
manifestFileLocation()
Location of the Amazon S3 manifest file.
|
String |
roleArn()
Use the
RoleArn structure to override an account-wide role for a specific S3 data source. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Parameters.Builder> |
serializableBuilderClass() |
S3Parameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ManifestFileLocation manifestFileLocation()
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
public final 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 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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3Parameters.Builder,S3Parameters>public static S3Parameters.Builder builder()
public static Class<? extends S3Parameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.