Interface GetUnfilteredTableMetadataRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetUnfilteredTableMetadataRequest.Builder,GetUnfilteredTableMetadataRequest>,GlueRequest.Builder,SdkBuilder<GetUnfilteredTableMetadataRequest.Builder,GetUnfilteredTableMetadataRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetUnfilteredTableMetadataRequest
public static interface GetUnfilteredTableMetadataRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetUnfilteredTableMetadataRequest.Builder,GetUnfilteredTableMetadataRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetUnfilteredTableMetadataRequest.BuilderauditContext(Consumer<AuditContext.Builder> auditContext)A structure containing Lake Formation audit context information.GetUnfilteredTableMetadataRequest.BuilderauditContext(AuditContext auditContext)A structure containing Lake Formation audit context information.GetUnfilteredTableMetadataRequest.BuildercatalogId(String catalogId)The catalog ID where the table resides.GetUnfilteredTableMetadataRequest.BuilderdatabaseName(String databaseName)(Required) Specifies the name of a database that contains the table.GetUnfilteredTableMetadataRequest.Buildername(String name)(Required) Specifies the name of a table for which you are requesting metadata.GetUnfilteredTableMetadataRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUnfilteredTableMetadataRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetUnfilteredTableMetadataRequest.Builderpermissions(Collection<Permission> permissions)The Lake Formation data permissions of the caller on the table.GetUnfilteredTableMetadataRequest.Builderpermissions(Permission... permissions)The Lake Formation data permissions of the caller on the table.GetUnfilteredTableMetadataRequest.BuilderpermissionsWithStrings(String... permissions)The Lake Formation data permissions of the caller on the table.GetUnfilteredTableMetadataRequest.BuilderpermissionsWithStrings(Collection<String> permissions)The Lake Formation data permissions of the caller on the table.default GetUnfilteredTableMetadataRequest.BuilderquerySessionContext(Consumer<QuerySessionContext.Builder> querySessionContext)A structure used as a protocol between query engines and Lake Formation or Glue.GetUnfilteredTableMetadataRequest.BuilderquerySessionContext(QuerySessionContext querySessionContext)A structure used as a protocol between query engines and Lake Formation or Glue.GetUnfilteredTableMetadataRequest.Builderregion(String region)Specified only if the base tables belong to a different Amazon Web Services Region.default GetUnfilteredTableMetadataRequest.BuildersupportedDialect(Consumer<SupportedDialect.Builder> supportedDialect)A structure specifying the dialect and dialect version used by the query engine.GetUnfilteredTableMetadataRequest.BuildersupportedDialect(SupportedDialect supportedDialect)A structure specifying the dialect and dialect version used by the query engine.GetUnfilteredTableMetadataRequest.BuildersupportedPermissionTypes(Collection<PermissionType> supportedPermissionTypes)(Required) A list of supported permission types.GetUnfilteredTableMetadataRequest.BuildersupportedPermissionTypes(PermissionType... supportedPermissionTypes)(Required) A list of supported permission types.GetUnfilteredTableMetadataRequest.BuildersupportedPermissionTypesWithStrings(String... supportedPermissionTypes)(Required) A list of supported permission types.GetUnfilteredTableMetadataRequest.BuildersupportedPermissionTypesWithStrings(Collection<String> supportedPermissionTypes)(Required) A list of supported permission types.-
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.glue.model.GlueRequest.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
-
region
GetUnfilteredTableMetadataRequest.Builder region(String region)
Specified only if the base tables belong to a different Amazon Web Services Region.
- Parameters:
region- Specified only if the base tables belong to a different Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogId
GetUnfilteredTableMetadataRequest.Builder catalogId(String catalogId)
The catalog ID where the table resides.
- Parameters:
catalogId- The catalog ID where the table resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
GetUnfilteredTableMetadataRequest.Builder databaseName(String databaseName)
(Required) Specifies the name of a database that contains the table.
- Parameters:
databaseName- (Required) Specifies the name of a database that contains the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetUnfilteredTableMetadataRequest.Builder name(String name)
(Required) Specifies the name of a table for which you are requesting metadata.
- Parameters:
name- (Required) Specifies the name of a table for which you are requesting metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditContext
GetUnfilteredTableMetadataRequest.Builder auditContext(AuditContext auditContext)
A structure containing Lake Formation audit context information.
- Parameters:
auditContext- A structure containing Lake Formation audit context information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditContext
default GetUnfilteredTableMetadataRequest.Builder auditContext(Consumer<AuditContext.Builder> auditContext)
A structure containing Lake Formation audit context information.
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
GetUnfilteredTableMetadataRequest.Builder supportedPermissionTypesWithStrings(Collection<String> supportedPermissionTypes)
(Required) A list of supported permission types.
- Parameters:
supportedPermissionTypes- (Required) A list of supported permission types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedPermissionTypesWithStrings
GetUnfilteredTableMetadataRequest.Builder supportedPermissionTypesWithStrings(String... supportedPermissionTypes)
(Required) A list of supported permission types.
- Parameters:
supportedPermissionTypes- (Required) A list of supported permission types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedPermissionTypes
GetUnfilteredTableMetadataRequest.Builder supportedPermissionTypes(Collection<PermissionType> supportedPermissionTypes)
(Required) A list of supported permission types.
- Parameters:
supportedPermissionTypes- (Required) A list of supported permission types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedPermissionTypes
GetUnfilteredTableMetadataRequest.Builder supportedPermissionTypes(PermissionType... supportedPermissionTypes)
(Required) A list of supported permission types.
- Parameters:
supportedPermissionTypes- (Required) A list of supported permission types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedDialect
GetUnfilteredTableMetadataRequest.Builder supportedDialect(SupportedDialect supportedDialect)
A structure specifying the dialect and dialect version used by the query engine.
- Parameters:
supportedDialect- A structure specifying the dialect and dialect version used by the query engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedDialect
default GetUnfilteredTableMetadataRequest.Builder supportedDialect(Consumer<SupportedDialect.Builder> supportedDialect)
A structure specifying the dialect and dialect version used by the query engine.
This is a convenience method that creates an instance of theSupportedDialect.Builderavoiding the need to create one manually viaSupportedDialect.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosupportedDialect(SupportedDialect).- Parameters:
supportedDialect- a consumer that will call methods onSupportedDialect.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
supportedDialect(SupportedDialect)
-
permissionsWithStrings
GetUnfilteredTableMetadataRequest.Builder permissionsWithStrings(Collection<String> permissions)
The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.
- Parameters:
permissions- The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionsWithStrings
GetUnfilteredTableMetadataRequest.Builder permissionsWithStrings(String... permissions)
The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.
- Parameters:
permissions- The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
GetUnfilteredTableMetadataRequest.Builder permissions(Collection<Permission> permissions)
The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.
- Parameters:
permissions- The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
GetUnfilteredTableMetadataRequest.Builder permissions(Permission... permissions)
The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.
- Parameters:
permissions- The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
querySessionContext
GetUnfilteredTableMetadataRequest.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 GetUnfilteredTableMetadataRequest.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
GetUnfilteredTableMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetUnfilteredTableMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-