@Generated(value="software.amazon.awssdk:codegen") public final class RegisterResourceRequest extends LakeFormationRequest implements ToCopyableBuilder<RegisterResourceRequest.Builder,RegisterResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegisterResourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the resource that you want to register.
|
String |
roleArn()
The identifier for the role that registers the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisterResourceRequest.Builder> |
serializableBuilderClass() |
RegisterResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
useServiceLinkedRole()
Designates an Identity and Access Management (IAM) service-linked role by registering this role with the Data
Catalog.
|
Boolean |
withFederation()
Whether or not the resource is a federated resource.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceArn()
The Amazon Resource Name (ARN) of the resource that you want to register.
public final 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.
For more information, see Using Service-Linked Roles for Lake Formation.
public final String roleArn()
The identifier for the role that registers the resource.
public final Boolean withFederation()
Whether or not the resource is a federated resource.
public final 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.
public RegisterResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisterResourceRequest.Builder,RegisterResourceRequest>toBuilder in class LakeFormationRequestpublic static RegisterResourceRequest.Builder builder()
public static Class<? extends RegisterResourceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.