Interface RowLevelPermissionConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RowLevelPermissionConfiguration.Builder,,RowLevelPermissionConfiguration> SdkBuilder<RowLevelPermissionConfiguration.Builder,,RowLevelPermissionConfiguration> SdkPojo
- Enclosing class:
RowLevelPermissionConfiguration
@Mutable
@NotThreadSafe
public static interface RowLevelPermissionConfiguration.Builder
extends SdkPojo, CopyableBuilder<RowLevelPermissionConfiguration.Builder,RowLevelPermissionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionrowLevelPermissionDataSet(Consumer<RowLevelPermissionDataSet.Builder> rowLevelPermissionDataSet) Sets the value of the RowLevelPermissionDataSet property for this object.rowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet) Sets the value of the RowLevelPermissionDataSet property for this object.tagConfiguration(Consumer<RowLevelPermissionTagConfiguration.Builder> tagConfiguration) Sets the value of the TagConfiguration property for this object.tagConfiguration(RowLevelPermissionTagConfiguration tagConfiguration) Sets the value of the TagConfiguration property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tagConfiguration
RowLevelPermissionConfiguration.Builder tagConfiguration(RowLevelPermissionTagConfiguration tagConfiguration) Sets the value of the TagConfiguration property for this object.- Parameters:
tagConfiguration- The new value for the TagConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagConfiguration
default RowLevelPermissionConfiguration.Builder tagConfiguration(Consumer<RowLevelPermissionTagConfiguration.Builder> tagConfiguration) Sets the value of the TagConfiguration property for this object. This is a convenience method that creates an instance of theRowLevelPermissionTagConfiguration.Builderavoiding the need to create one manually viaRowLevelPermissionTagConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totagConfiguration(RowLevelPermissionTagConfiguration).- Parameters:
tagConfiguration- a consumer that will call methods onRowLevelPermissionTagConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rowLevelPermissionDataSet
RowLevelPermissionConfiguration.Builder rowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet) Sets the value of the RowLevelPermissionDataSet property for this object.- Parameters:
rowLevelPermissionDataSet- The new value for the RowLevelPermissionDataSet property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rowLevelPermissionDataSet
default RowLevelPermissionConfiguration.Builder rowLevelPermissionDataSet(Consumer<RowLevelPermissionDataSet.Builder> rowLevelPermissionDataSet) Sets the value of the RowLevelPermissionDataSet property for this object. This is a convenience method that creates an instance of theRowLevelPermissionDataSet.Builderavoiding the need to create one manually viaRowLevelPermissionDataSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torowLevelPermissionDataSet(RowLevelPermissionDataSet).- Parameters:
rowLevelPermissionDataSet- a consumer that will call methods onRowLevelPermissionDataSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-