Interface GetUnfilteredTableMetadataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetUnfilteredTableMetadataResponse.Builder,GetUnfilteredTableMetadataResponse>,GlueResponse.Builder,SdkBuilder<GetUnfilteredTableMetadataResponse.Builder,GetUnfilteredTableMetadataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetUnfilteredTableMetadataResponse
public static interface GetUnfilteredTableMetadataResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetUnfilteredTableMetadataResponse.Builder,GetUnfilteredTableMetadataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetUnfilteredTableMetadataResponse.BuilderauthorizedColumns(String... authorizedColumns)A list of column names that the user has been granted access to.GetUnfilteredTableMetadataResponse.BuilderauthorizedColumns(Collection<String> authorizedColumns)A list of column names that the user has been granted access to.GetUnfilteredTableMetadataResponse.BuildercellFilters(Collection<ColumnRowFilter> cellFilters)A list of column row filters.GetUnfilteredTableMetadataResponse.BuildercellFilters(Consumer<ColumnRowFilter.Builder>... cellFilters)A list of column row filters.GetUnfilteredTableMetadataResponse.BuildercellFilters(ColumnRowFilter... cellFilters)A list of column row filters.GetUnfilteredTableMetadataResponse.BuilderisMultiDialectView(Boolean isMultiDialectView)Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.GetUnfilteredTableMetadataResponse.BuilderisProtected(Boolean isProtected)A flag that instructs the engine not to push user-provided operations into the logical plan of the view during query planning.GetUnfilteredTableMetadataResponse.BuilderisRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)A Boolean value that indicates whether the partition location is registered with Lake Formation.GetUnfilteredTableMetadataResponse.Builderpermissions(Collection<Permission> permissions)The Lake Formation data permissions of the caller on the table.GetUnfilteredTableMetadataResponse.Builderpermissions(Permission... permissions)The Lake Formation data permissions of the caller on the table.GetUnfilteredTableMetadataResponse.BuilderpermissionsWithStrings(String... permissions)The Lake Formation data permissions of the caller on the table.GetUnfilteredTableMetadataResponse.BuilderpermissionsWithStrings(Collection<String> permissions)The Lake Formation data permissions of the caller on the table.GetUnfilteredTableMetadataResponse.BuilderqueryAuthorizationId(String queryAuthorizationId)A cryptographically generated query identifier generated by Glue or Lake Formation.GetUnfilteredTableMetadataResponse.BuilderresourceArn(String resourceArn)The resource ARN of the parent resource extracted from the request.GetUnfilteredTableMetadataResponse.BuilderrowFilter(String rowFilter)The filter that applies to the table.default GetUnfilteredTableMetadataResponse.Buildertable(Consumer<Table.Builder> table)A Table object containing the table metadata.GetUnfilteredTableMetadataResponse.Buildertable(Table table)A Table object containing the table metadata.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
table
GetUnfilteredTableMetadataResponse.Builder table(Table table)
A Table object containing the table metadata.
- Parameters:
table- A Table object containing the table metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
table
default GetUnfilteredTableMetadataResponse.Builder table(Consumer<Table.Builder> table)
A Table object containing the table metadata.
This is a convenience method that creates an instance of theTable.Builderavoiding the need to create one manually viaTable.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totable(Table).- Parameters:
table- a consumer that will call methods onTable.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
table(Table)
-
authorizedColumns
GetUnfilteredTableMetadataResponse.Builder authorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
- Parameters:
authorizedColumns- A list of column names that the user has been granted access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedColumns
GetUnfilteredTableMetadataResponse.Builder authorizedColumns(String... authorizedColumns)
A list of column names that the user has been granted access to.
- Parameters:
authorizedColumns- A list of column names that the user has been granted access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRegisteredWithLakeFormation
GetUnfilteredTableMetadataResponse.Builder isRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
- Parameters:
isRegisteredWithLakeFormation- A Boolean value that indicates whether the partition location is registered with Lake Formation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cellFilters
GetUnfilteredTableMetadataResponse.Builder cellFilters(Collection<ColumnRowFilter> cellFilters)
A list of column row filters.
- Parameters:
cellFilters- A list of column row filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cellFilters
GetUnfilteredTableMetadataResponse.Builder cellFilters(ColumnRowFilter... cellFilters)
A list of column row filters.
- Parameters:
cellFilters- A list of column row filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cellFilters
GetUnfilteredTableMetadataResponse.Builder cellFilters(Consumer<ColumnRowFilter.Builder>... cellFilters)
A list of column row filters.
This is a convenience method that creates an instance of theColumnRowFilter.Builderavoiding the need to create one manually viaColumnRowFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#cellFilters(List.) - Parameters:
cellFilters- a consumer that will call methods onColumnRowFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#cellFilters(java.util.Collection)
-
queryAuthorizationId
GetUnfilteredTableMetadataResponse.Builder queryAuthorizationId(String queryAuthorizationId)
A cryptographically generated query identifier generated by Glue or Lake Formation.
- Parameters:
queryAuthorizationId- A cryptographically generated query identifier generated by Glue or Lake Formation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isMultiDialectView
GetUnfilteredTableMetadataResponse.Builder isMultiDialectView(Boolean isMultiDialectView)
Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.
- Parameters:
isMultiDialectView- Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
GetUnfilteredTableMetadataResponse.Builder resourceArn(String resourceArn)
The resource ARN of the parent resource extracted from the request.
- Parameters:
resourceArn- The resource ARN of the parent resource extracted from the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isProtected
GetUnfilteredTableMetadataResponse.Builder isProtected(Boolean isProtected)
A flag that instructs the engine not to push user-provided operations into the logical plan of the view during query planning. However, if set this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.
- Parameters:
isProtected- A flag that instructs the engine not to push user-provided operations into the logical plan of the view during query planning. However, if set this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionsWithStrings
GetUnfilteredTableMetadataResponse.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
GetUnfilteredTableMetadataResponse.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
GetUnfilteredTableMetadataResponse.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
GetUnfilteredTableMetadataResponse.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.
-
rowFilter
GetUnfilteredTableMetadataResponse.Builder rowFilter(String rowFilter)
The filter that applies to the table. For example when applying the filter in SQL, it would go in the
WHEREclause and can be evaluated by using anANDoperator with any other predicates applied by the user querying the table.- Parameters:
rowFilter- The filter that applies to the table. For example when applying the filter in SQL, it would go in theWHEREclause and can be evaluated by using anANDoperator with any other predicates applied by the user querying the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-