Class EnableFederationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest
-
- software.amazon.awssdk.services.cloudtrail.model.EnableFederationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<EnableFederationRequest.Builder,EnableFederationRequest>
@Generated("software.amazon.awssdk:codegen") public final class EnableFederationRequest extends CloudTrailRequest implements ToCopyableBuilder<EnableFederationRequest.Builder,EnableFederationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnableFederationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnableFederationRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventDataStore()The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query federation.StringfederationRoleArn()The ARN of the federation role to use for the event data store.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EnableFederationRequest.Builder>serializableBuilderClass()EnableFederationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
eventDataStore
public final String eventDataStore()
The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query federation.
- Returns:
- The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query federation.
-
federationRoleArn
public final 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.
- Returns:
- 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.
-
toBuilder
public EnableFederationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnableFederationRequest.Builder,EnableFederationRequest>- Specified by:
toBuilderin classCloudTrailRequest
-
builder
public static EnableFederationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnableFederationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-