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 Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCiphersOptions.Builder
addValue(String value)
Adds an value to value.UpdateCiphersOptions
build()
Builds a UpdateCiphersOptions.UpdateCiphersOptions.Builder
value(List<String> value)
Set the value.
-
-
-
Method Detail
-
build
public UpdateCiphersOptions build()
Builds a UpdateCiphersOptions.- Returns:
- the new UpdateCiphersOptions instance
-
addValue
public UpdateCiphersOptions.Builder addValue(String value)
Adds an value to value.- Parameters:
value
- the new value- Returns:
- the UpdateCiphersOptions builder
-
value
public UpdateCiphersOptions.Builder value(List<String> value)
Set the value. Existing value will be replaced.- Parameters:
value
- the value- Returns:
- the UpdateCiphersOptions builder
-
-