Uses of Interface
software.amazon.awssdk.services.lakeformation.model.ResourceInfo.Builder
-
Packages that use ResourceInfo.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of ResourceInfo.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return ResourceInfo.Builder Modifier and Type Method Description static ResourceInfo.BuilderResourceInfo. builder()ResourceInfo.BuilderResourceInfo.Builder. hybridAccessEnabled(Boolean hybridAccessEnabled)Indicates whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.ResourceInfo.BuilderResourceInfo.Builder. lastModified(Instant lastModified)The date and time the resource was last modified.ResourceInfo.BuilderResourceInfo.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource.ResourceInfo.BuilderResourceInfo.Builder. roleArn(String roleArn)The IAM role that registered a resource.ResourceInfo.BuilderResourceInfo. toBuilder()ResourceInfo.BuilderResourceInfo.Builder. withFederation(Boolean withFederation)Whether or not the resource is a federated resource.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type ResourceInfo.Builder Modifier and Type Method Description static Class<? extends ResourceInfo.Builder>ResourceInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type ResourceInfo.Builder Modifier and Type Method Description default DescribeResourceResponse.BuilderDescribeResourceResponse.Builder. resourceInfo(Consumer<ResourceInfo.Builder> resourceInfo)A structure containing information about an Lake Formation resource.
-