Class UpdateCiphersOptions.Builder
- java.lang.Object
- 
- com.ibm.cloud.networking.zones_settings.v1.model.UpdateCiphersOptions.Builder
 
- 
- Enclosing class:
- UpdateCiphersOptions
 
 public static class UpdateCiphersOptions.Builder extends Object Builder.
- 
- 
Constructor SummaryConstructors Constructor Description Builder()Instantiates a new builder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCiphersOptions.BuilderaddValue(String value)Adds an value to value.UpdateCiphersOptionsbuild()Builds a UpdateCiphersOptions.UpdateCiphersOptions.Buildervalue(List<String> value)Set the value.
 
- 
- 
- 
Method Detail- 
buildpublic UpdateCiphersOptions build() Builds a UpdateCiphersOptions.- Returns:
- the new UpdateCiphersOptions instance
 
 - 
addValuepublic UpdateCiphersOptions.Builder addValue(String value) Adds an value to value.- Parameters:
- value- the new value
- Returns:
- the UpdateCiphersOptions builder
 
 - 
valuepublic UpdateCiphersOptions.Builder value(List<String> value) Set the value. Existing value will be replaced.- Parameters:
- value- the value
- Returns:
- the UpdateCiphersOptions builder
 
 
- 
 
-