Class DataLocationResource
- java.lang.Object
-
- software.amazon.awssdk.services.lakeformation.model.DataLocationResource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataLocationResource.Builder,DataLocationResource>
@Generated("software.amazon.awssdk:codegen") public final class DataLocationResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataLocationResource.Builder,DataLocationResource>
A structure for a data location object where permissions are granted or revoked.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataLocationResource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataLocationResource.Builderbuilder()StringcatalogId()The identifier for the Data Catalog where the location is registered with Lake Formation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceArn()The Amazon Resource Name (ARN) that uniquely identifies the data location resource.List<SdkField<?>>sdkFields()static Class<? extends DataLocationResource.Builder>serializableBuilderClass()DataLocationResource.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
catalogId
public final String catalogId()
The identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.
- Returns:
- The identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.
-
resourceArn
public final String resourceArn()
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
- Returns:
- The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
-
toBuilder
public DataLocationResource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataLocationResource.Builder,DataLocationResource>
-
builder
public static DataLocationResource.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataLocationResource.Builder> serializableBuilderClass()
-
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.
-
-