public static interface Contributor.Builder extends SdkPojo, CopyableBuilder<Contributor.Builder,Contributor>
Modifier and Type | Method and Description |
---|---|
Contributor.Builder |
name(String name)
The name of the contributor.
|
Contributor.Builder |
value(Long value)
The contribution of this contributor expressed in Protection units.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Contributor.Builder name(String name)
The name of the contributor. This is dependent on the AttackPropertyIdentifier
. For example, if
the AttackPropertyIdentifier
is SOURCE_COUNTRY
, the Name
could be
United States
.
name
- The name of the contributor. This is dependent on the AttackPropertyIdentifier
. For
example, if the AttackPropertyIdentifier
is SOURCE_COUNTRY
, the
Name
could be United States
.Contributor.Builder value(Long value)
The contribution of this contributor expressed in Protection units. For example 10,000
.
value
- The contribution of this contributor expressed in Protection units. For example
10,000
.