public static interface ResourceInfo.Builder extends SdkPojo, CopyableBuilder<ResourceInfo.Builder,ResourceInfo>
| Modifier and Type | Method and Description |
|---|---|
ResourceInfo.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.Builder |
lastModified(Instant lastModified)
The date and time the resource was last modified.
|
ResourceInfo.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
ResourceInfo.Builder |
roleArn(String roleArn)
The IAM role that registered a resource.
|
ResourceInfo.Builder |
withFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceInfo.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
resourceArn - The Amazon Resource Name (ARN) of the resource.ResourceInfo.Builder roleArn(String roleArn)
The IAM role that registered a resource.
roleArn - The IAM role that registered a resource.ResourceInfo.Builder lastModified(Instant lastModified)
The date and time the resource was last modified.
lastModified - The date and time the resource was last modified.ResourceInfo.Builder withFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
withFederation - Whether or not the resource is a federated resource.ResourceInfo.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.
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.Copyright © 2023. All rights reserved.