Interface GetTemporaryGlueTableCredentialsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetTemporaryGlueTableCredentialsRequest.Builder,
,GetTemporaryGlueTableCredentialsRequest> LakeFormationRequest.Builder
,SdkBuilder<GetTemporaryGlueTableCredentialsRequest.Builder,
,GetTemporaryGlueTableCredentialsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetTemporaryGlueTableCredentialsRequest
-
Method Summary
Modifier and TypeMethodDescriptionauditContext
(Consumer<AuditContext.Builder> auditContext) A structure representing context to access a resource (column names, query ID, etc).auditContext
(AuditContext auditContext) A structure representing context to access a resource (column names, query ID, etc).durationSeconds
(Integer durationSeconds) The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.permissions
(Collection<Permission> permissions) Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).permissions
(Permission... permissions) Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).permissionsWithStrings
(String... permissions) Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).permissionsWithStrings
(Collection<String> permissions) Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).querySessionContext
(Consumer<QuerySessionContext.Builder> querySessionContext) A structure used as a protocol between query engines and Lake Formation or Glue.querySessionContext
(QuerySessionContext querySessionContext) A structure used as a protocol between query engines and Lake Formation or Glue.The Amazon S3 path for the table.supportedPermissionTypes
(Collection<PermissionType> supportedPermissionTypes) A list of supported permission types for the table.supportedPermissionTypes
(PermissionType... supportedPermissionTypes) A list of supported permission types for the table.supportedPermissionTypesWithStrings
(String... supportedPermissionTypes) A list of supported permission types for the table.supportedPermissionTypesWithStrings
(Collection<String> supportedPermissionTypes) A list of supported permission types for the table.The ARN identifying a table in the Data Catalog for the temporary credentials request.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tableArn
The ARN identifying a table in the Data Catalog for the temporary credentials request.
- Parameters:
tableArn
- The ARN identifying a table in the Data Catalog for the temporary credentials request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionsWithStrings
GetTemporaryGlueTableCredentialsRequest.Builder permissionsWithStrings(Collection<String> permissions) Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
- Parameters:
permissions
- Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionsWithStrings
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
- Parameters:
permissions
- Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
- Parameters:
permissions
- Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
- Parameters:
permissions
- Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durationSeconds
The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.
- Parameters:
durationSeconds
- The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditContext
A structure representing context to access a resource (column names, query ID, etc).
- Parameters:
auditContext
- A structure representing context to access a resource (column names, query ID, etc).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditContext
default GetTemporaryGlueTableCredentialsRequest.Builder auditContext(Consumer<AuditContext.Builder> auditContext) A structure representing context to access a resource (column names, query ID, etc).
This is a convenience method that creates an instance of theAuditContext.Builder
avoiding the need to create one manually viaAuditContext.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauditContext(AuditContext)
.- Parameters:
auditContext
- a consumer that will call methods onAuditContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
supportedPermissionTypesWithStrings
GetTemporaryGlueTableCredentialsRequest.Builder supportedPermissionTypesWithStrings(Collection<String> supportedPermissionTypes) A list of supported permission types for the table. Valid values are
COLUMN_PERMISSION
andCELL_FILTER_PERMISSION
.- Parameters:
supportedPermissionTypes
- A list of supported permission types for the table. Valid values areCOLUMN_PERMISSION
andCELL_FILTER_PERMISSION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedPermissionTypesWithStrings
GetTemporaryGlueTableCredentialsRequest.Builder supportedPermissionTypesWithStrings(String... supportedPermissionTypes) A list of supported permission types for the table. Valid values are
COLUMN_PERMISSION
andCELL_FILTER_PERMISSION
.- Parameters:
supportedPermissionTypes
- A list of supported permission types for the table. Valid values areCOLUMN_PERMISSION
andCELL_FILTER_PERMISSION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedPermissionTypes
GetTemporaryGlueTableCredentialsRequest.Builder supportedPermissionTypes(Collection<PermissionType> supportedPermissionTypes) A list of supported permission types for the table. Valid values are
COLUMN_PERMISSION
andCELL_FILTER_PERMISSION
.- Parameters:
supportedPermissionTypes
- A list of supported permission types for the table. Valid values areCOLUMN_PERMISSION
andCELL_FILTER_PERMISSION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedPermissionTypes
GetTemporaryGlueTableCredentialsRequest.Builder supportedPermissionTypes(PermissionType... supportedPermissionTypes) A list of supported permission types for the table. Valid values are
COLUMN_PERMISSION
andCELL_FILTER_PERMISSION
.- Parameters:
supportedPermissionTypes
- A list of supported permission types for the table. Valid values areCOLUMN_PERMISSION
andCELL_FILTER_PERMISSION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Path
The Amazon S3 path for the table.
- Parameters:
s3Path
- The Amazon S3 path for the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
querySessionContext
GetTemporaryGlueTableCredentialsRequest.Builder querySessionContext(QuerySessionContext querySessionContext) A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.
- Parameters:
querySessionContext
- A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
querySessionContext
default GetTemporaryGlueTableCredentialsRequest.Builder querySessionContext(Consumer<QuerySessionContext.Builder> querySessionContext) A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.
This is a convenience method that creates an instance of theQuerySessionContext.Builder
avoiding the need to create one manually viaQuerySessionContext.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toquerySessionContext(QuerySessionContext)
.- Parameters:
querySessionContext
- a consumer that will call methods onQuerySessionContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetTemporaryGlueTableCredentialsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetTemporaryGlueTableCredentialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-