Interface DataLocationResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataLocationResource.Builder,DataLocationResource>,SdkBuilder<DataLocationResource.Builder,DataLocationResource>,SdkPojo
- Enclosing class:
- DataLocationResource
public static interface DataLocationResource.Builder extends SdkPojo, CopyableBuilder<DataLocationResource.Builder,DataLocationResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataLocationResource.BuildercatalogId(String catalogId)The identifier for the Data Catalog where the location is registered with Lake Formation.DataLocationResource.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) that uniquely identifies the data location resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
catalogId
DataLocationResource.Builder catalogId(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
DataLocationResource.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) that uniquely identifies the data location resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-