Class QueryResultsS3AccessGrantsConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.athena.model.QueryResultsS3AccessGrantsConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QueryResultsS3AccessGrantsConfiguration.Builder,QueryResultsS3AccessGrantsConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class QueryResultsS3AccessGrantsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryResultsS3AccessGrantsConfiguration.Builder,QueryResultsS3AccessGrantsConfiguration>
Specifies whether Amazon S3 access grants are enabled for query results.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQueryResultsS3AccessGrantsConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationTypeauthenticationType()The authentication type used for Amazon S3 access grants.StringauthenticationTypeAsString()The authentication type used for Amazon S3 access grants.static QueryResultsS3AccessGrantsConfiguration.Builderbuilder()BooleancreateUserLevelPrefix()When enabled, appends the user ID as an Amazon S3 path prefix to the query result output location.BooleanenableS3AccessGrants()Specifies whether Amazon S3 access grants are enabled for query results.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends QueryResultsS3AccessGrantsConfiguration.Builder>serializableBuilderClass()QueryResultsS3AccessGrantsConfiguration.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
-
enableS3AccessGrants
public final Boolean enableS3AccessGrants()
Specifies whether Amazon S3 access grants are enabled for query results.
- Returns:
- Specifies whether Amazon S3 access grants are enabled for query results.
-
createUserLevelPrefix
public final Boolean createUserLevelPrefix()
When enabled, appends the user ID as an Amazon S3 path prefix to the query result output location.
- Returns:
- When enabled, appends the user ID as an Amazon S3 path prefix to the query result output location.
-
authenticationType
public final AuthenticationType authenticationType()
The authentication type used for Amazon S3 access grants. Currently, only
DIRECTORY_IDENTITYis supported.If the service returns an enum value that is not available in the current SDK version,
authenticationTypewill returnAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthenticationTypeAsString().- Returns:
- The authentication type used for Amazon S3 access grants. Currently, only
DIRECTORY_IDENTITYis supported. - See Also:
AuthenticationType
-
authenticationTypeAsString
public final String authenticationTypeAsString()
The authentication type used for Amazon S3 access grants. Currently, only
DIRECTORY_IDENTITYis supported.If the service returns an enum value that is not available in the current SDK version,
authenticationTypewill returnAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthenticationTypeAsString().- Returns:
- The authentication type used for Amazon S3 access grants. Currently, only
DIRECTORY_IDENTITYis supported. - See Also:
AuthenticationType
-
toBuilder
public QueryResultsS3AccessGrantsConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QueryResultsS3AccessGrantsConfiguration.Builder,QueryResultsS3AccessGrantsConfiguration>
-
builder
public static QueryResultsS3AccessGrantsConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends QueryResultsS3AccessGrantsConfiguration.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-