Interface ExpenseGroupProperty.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExpenseGroupProperty.Builder,ExpenseGroupProperty>,SdkBuilder<ExpenseGroupProperty.Builder,ExpenseGroupProperty>,SdkPojo
- Enclosing class:
- ExpenseGroupProperty
public static interface ExpenseGroupProperty.Builder extends SdkPojo, CopyableBuilder<ExpenseGroupProperty.Builder,ExpenseGroupProperty>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpenseGroupProperty.Builderid(String id)Provides a group Id number, which will be the same for each in the group.ExpenseGroupProperty.Buildertypes(String... types)Informs you on whether the expense group is a name or an address.ExpenseGroupProperty.Buildertypes(Collection<String> types)Informs you on whether the expense group is a name or an address.-
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 Detail
-
types
ExpenseGroupProperty.Builder types(Collection<String> types)
Informs you on whether the expense group is a name or an address.
- Parameters:
types- Informs you on whether the expense group is a name or an address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
ExpenseGroupProperty.Builder types(String... types)
Informs you on whether the expense group is a name or an address.
- Parameters:
types- Informs you on whether the expense group is a name or an address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ExpenseGroupProperty.Builder id(String id)
Provides a group Id number, which will be the same for each in the group.
- Parameters:
id- Provides a group Id number, which will be the same for each in the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-