public static interface DataLocationResource.Builder extends SdkPojo, CopyableBuilder<DataLocationResource.Builder,DataLocationResource>
| Modifier and Type | Method and Description |
|---|---|
DataLocationResource.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog where the location is registered with AWS Lake Formation.
|
DataLocationResource.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataLocationResource.Builder catalogId(String catalogId)
The identifier for the Data Catalog where the location is registered with AWS Lake Formation. By default, it is the account ID of the caller.
catalogId - The identifier for the Data Catalog where the location is registered with AWS Lake Formation. By
default, it is the account ID of the caller.DataLocationResource.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
resourceArn - The Amazon Resource Name (ARN) that uniquely identifies the data location resource.Copyright © 2021. All rights reserved.