@Generated(value="software.amazon.awssdk:codegen") public final class UpdateResourceRequest extends LakeFormationRequest implements ToCopyableBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateResourceRequest.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 resource ARN.
|
String |
roleArn()
The new role to use for the given resource registered in Lake Formation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateResourceRequest.Builder> |
serializableBuilderClass() |
UpdateResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
withFederation()
Whether or not the resource is a federated resource.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleArn()
The new role to use for the given resource registered in Lake Formation.
public final String resourceArn()
The resource ARN.
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 UpdateResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>toBuilder in class LakeFormationRequestpublic static UpdateResourceRequest.Builder builder()
public static Class<? extends UpdateResourceRequest.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.