Interface ResourceInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceInfo.Builder,
,ResourceInfo> SdkBuilder<ResourceInfo.Builder,
,ResourceInfo> SdkPojo
- Enclosing class:
ResourceInfo
@Mutable
@NotThreadSafe
public static interface ResourceInfo.Builder
extends SdkPojo, CopyableBuilder<ResourceInfo.Builder,ResourceInfo>
-
Method Summary
Modifier and TypeMethodDescriptionhybridAccessEnabled
(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.lastModified
(Instant lastModified) The date and time the resource was last modified.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the resource.The IAM role that registered a resource.withFederation
(Boolean withFederation) Whether or not the resource is a federated resource.withPrivilegedAccess
(Boolean withPrivilegedAccess) Grants the calling principal the permissions to perform all supported Lake Formation operations on the registered data location.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceArn
The Amazon Resource Name (ARN) of the resource.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The IAM role that registered a resource.
- Parameters:
roleArn
- The IAM role that registered a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
The date and time the resource was last modified.
- Parameters:
lastModified
- The date and time the resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFederation
Whether or not the resource is a federated resource.
- Parameters:
withFederation
- Whether or not the resource is a federated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPrivilegedAccess
Grants the calling principal the permissions to perform all supported Lake Formation operations on the registered data location.
- Parameters:
withPrivilegedAccess
- Grants the calling principal the permissions to perform all supported Lake Formation operations on the registered data location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-