Class RuleGrantee.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.RuleGrantee.Builder
-
- Enclosing class:
- RuleGrantee
public static class RuleGrantee.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleGrantee
build()
Builds a RuleGrantee.RuleGrantee.Builder
key(java.lang.String key)
Set the key.RuleGrantee.Builder
type(java.lang.String type)
Set the type.RuleGrantee.Builder
value(java.lang.String value)
Set the value.
-
-
-
Method Detail
-
build
public RuleGrantee build()
Builds a RuleGrantee.- Returns:
- the new RuleGrantee instance
-
value
public RuleGrantee.Builder value(java.lang.String value)
Set the value.- Parameters:
value
- the value- Returns:
- the RuleGrantee builder
-
key
public RuleGrantee.Builder key(java.lang.String key)
Set the key.- Parameters:
key
- the key- Returns:
- the RuleGrantee builder
-
type
public RuleGrantee.Builder type(java.lang.String type)
Set the type.- Parameters:
type
- the type- Returns:
- the RuleGrantee builder
-
-