Interface GetTemporaryGlueTableCredentialsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTemporaryGlueTableCredentialsRequest.Builder,GetTemporaryGlueTableCredentialsRequest>,LakeFormationRequest.Builder,SdkBuilder<GetTemporaryGlueTableCredentialsRequest.Builder,GetTemporaryGlueTableCredentialsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTemporaryGlueTableCredentialsRequest
public static interface GetTemporaryGlueTableCredentialsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<GetTemporaryGlueTableCredentialsRequest.Builder,GetTemporaryGlueTableCredentialsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetTemporaryGlueTableCredentialsRequest.BuilderauditContext(Consumer<AuditContext.Builder> auditContext)A structure representing context to access a resource (column names, query ID, etc).GetTemporaryGlueTableCredentialsRequest.BuilderauditContext(AuditContext auditContext)A structure representing context to access a resource (column names, query ID, etc).GetTemporaryGlueTableCredentialsRequest.BuilderdurationSeconds(Integer durationSeconds)The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.GetTemporaryGlueTableCredentialsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTemporaryGlueTableCredentialsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTemporaryGlueTableCredentialsRequest.Builderpermissions(Collection<Permission> permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).GetTemporaryGlueTableCredentialsRequest.Builderpermissions(Permission... permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).GetTemporaryGlueTableCredentialsRequest.BuilderpermissionsWithStrings(String... permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).GetTemporaryGlueTableCredentialsRequest.BuilderpermissionsWithStrings(Collection<String> permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).default GetTemporaryGlueTableCredentialsRequest.BuilderquerySessionContext(Consumer<QuerySessionContext.Builder> querySessionContext)A structure used as a protocol between query engines and Lake Formation or Glue.GetTemporaryGlueTableCredentialsRequest.BuilderquerySessionContext(QuerySessionContext querySessionContext)A structure used as a protocol between query engines and Lake Formation or Glue.GetTemporaryGlueTableCredentialsRequest.Builders3Path(String s3Path)The Amazon S3 path for the table.GetTemporaryGlueTableCredentialsRequest.BuildersupportedPermissionTypes(Collection<PermissionType> supportedPermissionTypes)A list of supported permission types for the table.GetTemporaryGlueTableCredentialsRequest.BuildersupportedPermissionTypes(PermissionType... supportedPermissionTypes)A list of supported permission types for the table.GetTemporaryGlueTableCredentialsRequest.BuildersupportedPermissionTypesWithStrings(String... supportedPermissionTypes)A list of supported permission types for the table.GetTemporaryGlueTableCredentialsRequest.BuildersupportedPermissionTypesWithStrings(Collection<String> supportedPermissionTypes)A list of supported permission types for the table.GetTemporaryGlueTableCredentialsRequest.BuildertableArn(String tableArn)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, sdkFields
-
-
-
-
Method Detail
-
tableArn
GetTemporaryGlueTableCredentialsRequest.Builder tableArn(String 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
GetTemporaryGlueTableCredentialsRequest.Builder permissionsWithStrings(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.
-
permissions
GetTemporaryGlueTableCredentialsRequest.Builder permissions(Collection<Permission> 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
GetTemporaryGlueTableCredentialsRequest.Builder permissions(Permission... 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
GetTemporaryGlueTableCredentialsRequest.Builder durationSeconds(Integer 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
GetTemporaryGlueTableCredentialsRequest.Builder auditContext(AuditContext 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.Builderavoiding the need to create one manually viaAuditContext.builder().When the
Consumercompletes,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:
auditContext(AuditContext)
-
supportedPermissionTypesWithStrings
GetTemporaryGlueTableCredentialsRequest.Builder supportedPermissionTypesWithStrings(Collection<String> supportedPermissionTypes)
A list of supported permission types for the table. Valid values are
COLUMN_PERMISSIONandCELL_FILTER_PERMISSION.- Parameters:
supportedPermissionTypes- A list of supported permission types for the table. Valid values areCOLUMN_PERMISSIONandCELL_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_PERMISSIONandCELL_FILTER_PERMISSION.- Parameters:
supportedPermissionTypes- A list of supported permission types for the table. Valid values areCOLUMN_PERMISSIONandCELL_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_PERMISSIONandCELL_FILTER_PERMISSION.- Parameters:
supportedPermissionTypes- A list of supported permission types for the table. Valid values areCOLUMN_PERMISSIONandCELL_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_PERMISSIONandCELL_FILTER_PERMISSION.- Parameters:
supportedPermissionTypes- A list of supported permission types for the table. Valid values areCOLUMN_PERMISSIONandCELL_FILTER_PERMISSION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Path
GetTemporaryGlueTableCredentialsRequest.Builder s3Path(String 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.Builderavoiding the need to create one manually viaQuerySessionContext.builder().When the
Consumercompletes,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:
querySessionContext(QuerySessionContext)
-
overrideConfiguration
GetTemporaryGlueTableCredentialsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTemporaryGlueTableCredentialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-