public static interface RegisterResourceRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<RegisterResourceRequest.Builder,RegisterResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
RegisterResourceRequest.Builder |
hybridAccessEnabled(Boolean hybridAccessEnabled)
Specifies 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.
|
RegisterResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RegisterResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource that you want to register.
|
RegisterResourceRequest.Builder |
roleArn(String roleArn)
The identifier for the role that registers the resource.
|
RegisterResourceRequest.Builder |
useServiceLinkedRole(Boolean useServiceLinkedRole)
Designates an Identity and Access Management (IAM) service-linked role by registering this role with the Data
Catalog.
|
RegisterResourceRequest.Builder |
withFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource that you want to register.
resourceArn - The Amazon Resource Name (ARN) of the resource that you want to register.RegisterResourceRequest.Builder useServiceLinkedRole(Boolean useServiceLinkedRole)
Designates an Identity and Access Management (IAM) service-linked role by registering this role with the Data Catalog. A service-linked role is a unique type of IAM role that is linked directly to Lake Formation.
For more information, see Using Service-Linked Roles for Lake Formation.
useServiceLinkedRole - Designates an Identity and Access Management (IAM) service-linked role by registering this role with
the Data Catalog. A service-linked role is a unique type of IAM role that is linked directly to Lake
Formation.
For more information, see Using Service-Linked Roles for Lake Formation.
RegisterResourceRequest.Builder roleArn(String roleArn)
The identifier for the role that registers the resource.
roleArn - The identifier for the role that registers the resource.RegisterResourceRequest.Builder withFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
withFederation - Whether or not the resource is a federated resource.RegisterResourceRequest.Builder hybridAccessEnabled(Boolean hybridAccessEnabled)
Specifies 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 - Specifies 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.RegisterResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRegisterResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.