Class ConsumerGroupPrivilegeSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.ConsumerGroupPrivilegeSummary.Builder
 
- 
- Enclosing class:
- ConsumerGroupPrivilegeSummary
 
 public static class ConsumerGroupPrivilegeSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsumerGroupPrivilegeSummarybuild()ConsumerGroupPrivilegeSummary.Buildercopy(ConsumerGroupPrivilegeSummary model)ConsumerGroupPrivilegeSummary.BuildergrantOption(ConsumerGroupPrivilegeSummary.GrantOption grantOption)Indicates whether the privilege is granted with the GRANT option (YES) or not (NO).ConsumerGroupPrivilegeSummary.BuilderinitialGroup(ConsumerGroupPrivilegeSummary.InitialGroup initialGroup)Indicates whether the consumer group is designated as the default for this user or role (YES) or not (NO).ConsumerGroupPrivilegeSummary.Buildername(String name)The name of the granted consumer group privilege.
 
- 
- 
- 
Method Detail- 
namepublic ConsumerGroupPrivilegeSummary.Builder name(String name) The name of the granted consumer group privilege.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
grantOptionpublic ConsumerGroupPrivilegeSummary.Builder grantOption(ConsumerGroupPrivilegeSummary.GrantOption grantOption) Indicates whether the privilege is granted with the GRANT option (YES) or not (NO).- Parameters:
- grantOption- the value to set
- Returns:
- this builder
 
 - 
initialGrouppublic ConsumerGroupPrivilegeSummary.Builder initialGroup(ConsumerGroupPrivilegeSummary.InitialGroup initialGroup) Indicates whether the consumer group is designated as the default for this user or role (YES) or not (NO).- Parameters:
- initialGroup- the value to set
- Returns:
- this builder
 
 - 
buildpublic ConsumerGroupPrivilegeSummary build() 
 - 
copypublic ConsumerGroupPrivilegeSummary.Builder copy(ConsumerGroupPrivilegeSummary model) 
 
- 
 
-