Class S3Parameters
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.S3Parameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3Parameters.Builder,S3Parameters>
@Generated("software.amazon.awssdk:codegen") public final class S3Parameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Parameters.Builder,S3Parameters>
The parameters for S3.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3Parameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3Parameters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ManifestFileLocationmanifestFileLocation()Location of the Amazon S3 manifest file.StringroleArn()Use theRoleArnstructure to override an account-wide role for a specific S3 data source.List<SdkField<?>>sdkFields()static Class<? extends S3Parameters.Builder>serializableBuilderClass()S3Parameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
manifestFileLocation
public final ManifestFileLocation manifestFileLocation()
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
- Returns:
- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
-
roleArn
public final String roleArn()
Use the
RoleArnstructure 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 useRoleArnto 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.- Returns:
- Use the
RoleArnstructure 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 useRoleArnto 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.
-
toBuilder
public S3Parameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3Parameters.Builder,S3Parameters>
-
builder
public static S3Parameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3Parameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-