Interface LakeFormationTagPolicyDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LakeFormationTagPolicyDetails.Builder,LakeFormationTagPolicyDetails>,SdkBuilder<LakeFormationTagPolicyDetails.Builder,LakeFormationTagPolicyDetails>,SdkPojo
- Enclosing class:
- LakeFormationTagPolicyDetails
public static interface LakeFormationTagPolicyDetails.Builder extends SdkPojo, CopyableBuilder<LakeFormationTagPolicyDetails.Builder,LakeFormationTagPolicyDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LakeFormationTagPolicyDetails.Builderdatabase(String database)The underlying Glue database that the notification is referring to.LakeFormationTagPolicyDetails.Buildertable(String table)The underlying Glue table that the notification is referring to.-
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
-
database
LakeFormationTagPolicyDetails.Builder database(String database)
The underlying Glue database that the notification is referring to.
- Parameters:
database- The underlying Glue database that the notification is referring to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
table
LakeFormationTagPolicyDetails.Builder table(String table)
The underlying Glue table that the notification is referring to.
- Parameters:
table- The underlying Glue table that the notification is referring to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-