Interface LakeFormationDataPermissionAsset.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LakeFormationDataPermissionAsset.Builder,
,LakeFormationDataPermissionAsset> SdkBuilder<LakeFormationDataPermissionAsset.Builder,
,LakeFormationDataPermissionAsset> SdkPojo
- Enclosing class:
LakeFormationDataPermissionAsset
@Mutable
@NotThreadSafe
public static interface LakeFormationDataPermissionAsset.Builder
extends SdkPojo, CopyableBuilder<LakeFormationDataPermissionAsset.Builder,LakeFormationDataPermissionAsset>
-
Method Summary
Modifier and TypeMethodDescriptionlakeFormationDataPermissionDetails
(Consumer<LakeFormationDataPermissionDetails.Builder> lakeFormationDataPermissionDetails) Details about the AWS Lake Formation data permission.lakeFormationDataPermissionDetails
(LakeFormationDataPermissionDetails lakeFormationDataPermissionDetails) Details about the AWS Lake Formation data permission.lakeFormationDataPermissionType
(String lakeFormationDataPermissionType) The data permission type.lakeFormationDataPermissionType
(LakeFormationDataPermissionType lakeFormationDataPermissionType) The data permission type.permissions
(Collection<LFPermission> permissions) The permissions granted to the subscribers on the resource.permissions
(LFPermission... permissions) The permissions granted to the subscribers on the resource.permissionsWithStrings
(String... permissions) The permissions granted to the subscribers on the resource.permissionsWithStrings
(Collection<String> permissions) The permissions granted to the subscribers on the resource.The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions to AWS Lake Formation data permissions.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, sdkFieldNameToField, sdkFields
-
Method Details
-
lakeFormationDataPermissionDetails
LakeFormationDataPermissionAsset.Builder lakeFormationDataPermissionDetails(LakeFormationDataPermissionDetails lakeFormationDataPermissionDetails) Details about the AWS Lake Formation data permission.
- Parameters:
lakeFormationDataPermissionDetails
- Details about the AWS Lake Formation data permission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lakeFormationDataPermissionDetails
default LakeFormationDataPermissionAsset.Builder lakeFormationDataPermissionDetails(Consumer<LakeFormationDataPermissionDetails.Builder> lakeFormationDataPermissionDetails) Details about the AWS Lake Formation data permission.
This is a convenience method that creates an instance of theLakeFormationDataPermissionDetails.Builder
avoiding the need to create one manually viaLakeFormationDataPermissionDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolakeFormationDataPermissionDetails(LakeFormationDataPermissionDetails)
.- Parameters:
lakeFormationDataPermissionDetails
- a consumer that will call methods onLakeFormationDataPermissionDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lakeFormationDataPermissionType
LakeFormationDataPermissionAsset.Builder lakeFormationDataPermissionType(String lakeFormationDataPermissionType) The data permission type.
- Parameters:
lakeFormationDataPermissionType
- The data permission type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lakeFormationDataPermissionType
LakeFormationDataPermissionAsset.Builder lakeFormationDataPermissionType(LakeFormationDataPermissionType lakeFormationDataPermissionType) The data permission type.
- Parameters:
lakeFormationDataPermissionType
- The data permission type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
permissionsWithStrings
The permissions granted to the subscribers on the resource.
- Parameters:
permissions
- The permissions granted to the subscribers on the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionsWithStrings
The permissions granted to the subscribers on the resource.
- Parameters:
permissions
- The permissions granted to the subscribers on the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The permissions granted to the subscribers on the resource.
- Parameters:
permissions
- The permissions granted to the subscribers on the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The permissions granted to the subscribers on the resource.
- Parameters:
permissions
- The permissions granted to the subscribers on the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions to AWS Lake Formation data permissions.
- Parameters:
roleArn
- The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions to AWS Lake Formation data permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-