@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateResourceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateResourceRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getHybridAccessEnabled()
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 |
getResourceArn()
The resource ARN.
|
String |
getRoleArn()
The new role to use for the given resource registered in Lake Formation.
|
Boolean |
getWithFederation()
Whether or not the resource is a federated resource.
|
int |
hashCode() |
Boolean |
isHybridAccessEnabled()
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.
|
Boolean |
isWithFederation()
Whether or not the resource is a federated resource.
|
void |
setHybridAccessEnabled(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.
|
void |
setResourceArn(String resourceArn)
The resource ARN.
|
void |
setRoleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
|
void |
setWithFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateResourceRequest |
withHybridAccessEnabled(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.
|
UpdateResourceRequest |
withResourceArn(String resourceArn)
The resource ARN.
|
UpdateResourceRequest |
withRoleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
|
UpdateResourceRequest |
withWithFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRoleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
roleArn
- The new role to use for the given resource registered in Lake Formation.public String getRoleArn()
The new role to use for the given resource registered in Lake Formation.
public UpdateResourceRequest withRoleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
roleArn
- The new role to use for the given resource registered in Lake Formation.public void setResourceArn(String resourceArn)
The resource ARN.
resourceArn
- The resource ARN.public String getResourceArn()
The resource ARN.
public UpdateResourceRequest withResourceArn(String resourceArn)
The resource ARN.
resourceArn
- The resource ARN.public void setWithFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
withFederation
- Whether or not the resource is a federated resource.public Boolean getWithFederation()
Whether or not the resource is a federated resource.
public UpdateResourceRequest withWithFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
withFederation
- Whether or not the resource is a federated resource.public Boolean isWithFederation()
Whether or not the resource is a federated resource.
public void setHybridAccessEnabled(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.public Boolean getHybridAccessEnabled()
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 withHybridAccessEnabled(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.public Boolean isHybridAccessEnabled()
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 String toString()
toString
in class Object
Object.toString()
public UpdateResourceRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.