@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableFederationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
EnableFederationRequest() |
Modifier and Type | Method and Description |
---|---|
EnableFederationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventDataStore()
The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query federation.
|
String |
getFederationRoleArn()
The ARN of the federation role to use for the event data store.
|
int |
hashCode() |
void |
setEventDataStore(String eventDataStore)
The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query federation.
|
void |
setFederationRoleArn(String federationRoleArn)
The ARN of the federation role to use for the event data store.
|
String |
toString()
Returns a string representation of this object.
|
EnableFederationRequest |
withEventDataStore(String eventDataStore)
The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query federation.
|
EnableFederationRequest |
withFederationRoleArn(String federationRoleArn)
The ARN of the federation role to use for the event data store.
|
addHandlerContext, 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 setEventDataStore(String eventDataStore)
The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query federation.
eventDataStore
- The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query
federation.public String getEventDataStore()
The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query federation.
public EnableFederationRequest withEventDataStore(String eventDataStore)
The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query federation.
eventDataStore
- The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query
federation.public void setFederationRoleArn(String federationRoleArn)
The ARN of the federation role to use for the event data store. Amazon Web Services services like Lake Formation use this federation role to access data for the federated event data store. The federation role must exist in your account and provide the required minimum permissions.
federationRoleArn
- The ARN of the federation role to use for the event data store. Amazon Web Services services like Lake
Formation use this federation role to access data for the federated event data store. The federation role
must exist in your account and provide the required minimum permissions.public String getFederationRoleArn()
The ARN of the federation role to use for the event data store. Amazon Web Services services like Lake Formation use this federation role to access data for the federated event data store. The federation role must exist in your account and provide the required minimum permissions.
public EnableFederationRequest withFederationRoleArn(String federationRoleArn)
The ARN of the federation role to use for the event data store. Amazon Web Services services like Lake Formation use this federation role to access data for the federated event data store. The federation role must exist in your account and provide the required minimum permissions.
federationRoleArn
- The ARN of the federation role to use for the event data store. Amazon Web Services services like Lake
Formation use this federation role to access data for the federated event data store. The federation role
must exist in your account and provide the required minimum permissions.public String toString()
toString
in class Object
Object.toString()
public EnableFederationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()