public static interface DynamicDefaultValue.Builder extends SdkPojo, CopyableBuilder<DynamicDefaultValue.Builder,DynamicDefaultValue>
| Modifier and Type | Method and Description |
|---|---|
DynamicDefaultValue.Builder |
defaultValueColumn(ColumnIdentifier defaultValueColumn)
The column that contains the default value of each user or group.
|
default DynamicDefaultValue.Builder |
defaultValueColumn(Consumer<ColumnIdentifier.Builder> defaultValueColumn)
The column that contains the default value of each user or group.
|
DynamicDefaultValue.Builder |
groupNameColumn(ColumnIdentifier groupNameColumn)
The column that contains the group name.
|
default DynamicDefaultValue.Builder |
groupNameColumn(Consumer<ColumnIdentifier.Builder> groupNameColumn)
The column that contains the group name.
|
DynamicDefaultValue.Builder |
userNameColumn(ColumnIdentifier userNameColumn)
The column that contains the username.
|
default DynamicDefaultValue.Builder |
userNameColumn(Consumer<ColumnIdentifier.Builder> userNameColumn)
The column that contains the username.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDynamicDefaultValue.Builder userNameColumn(ColumnIdentifier userNameColumn)
The column that contains the username.
userNameColumn - The column that contains the username.default DynamicDefaultValue.Builder userNameColumn(Consumer<ColumnIdentifier.Builder> userNameColumn)
The column that contains the username.
This is a convenience method that creates an instance of theColumnIdentifier.Builder avoiding the
need to create one manually via ColumnIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to userNameColumn(ColumnIdentifier).
userNameColumn - a consumer that will call methods on ColumnIdentifier.BuilderuserNameColumn(ColumnIdentifier)DynamicDefaultValue.Builder groupNameColumn(ColumnIdentifier groupNameColumn)
The column that contains the group name.
groupNameColumn - The column that contains the group name.default DynamicDefaultValue.Builder groupNameColumn(Consumer<ColumnIdentifier.Builder> groupNameColumn)
The column that contains the group name.
This is a convenience method that creates an instance of theColumnIdentifier.Builder avoiding the
need to create one manually via ColumnIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to groupNameColumn(ColumnIdentifier).
groupNameColumn - a consumer that will call methods on ColumnIdentifier.BuildergroupNameColumn(ColumnIdentifier)DynamicDefaultValue.Builder defaultValueColumn(ColumnIdentifier defaultValueColumn)
The column that contains the default value of each user or group.
defaultValueColumn - The column that contains the default value of each user or group.default DynamicDefaultValue.Builder defaultValueColumn(Consumer<ColumnIdentifier.Builder> defaultValueColumn)
The column that contains the default value of each user or group.
This is a convenience method that creates an instance of theColumnIdentifier.Builder avoiding the
need to create one manually via ColumnIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to defaultValueColumn(ColumnIdentifier).
defaultValueColumn - a consumer that will call methods on ColumnIdentifier.BuilderdefaultValueColumn(ColumnIdentifier)Copyright © 2023. All rights reserved.