Uses of Interface
software.amazon.awssdk.services.lakeformation.model.DescribeResourceResponse.Builder
-
Packages that use DescribeResourceResponse.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of DescribeResourceResponse.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return DescribeResourceResponse.Builder Modifier and Type Method Description static DescribeResourceResponse.BuilderDescribeResourceResponse. builder()default DescribeResourceResponse.BuilderDescribeResourceResponse.Builder. resourceInfo(Consumer<ResourceInfo.Builder> resourceInfo)A structure containing information about an Lake Formation resource.DescribeResourceResponse.BuilderDescribeResourceResponse.Builder. resourceInfo(ResourceInfo resourceInfo)A structure containing information about an Lake Formation resource.DescribeResourceResponse.BuilderDescribeResourceResponse. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type DescribeResourceResponse.Builder Modifier and Type Method Description static Class<? extends DescribeResourceResponse.Builder>DescribeResourceResponse. serializableBuilderClass()
-