public static final class PolicySubAttributes.Builder
extends java.lang.Object
PolicySubAttributes.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
PolicySubAttributes. |
| Modifier and Type | Method and Description |
|---|---|
PolicySubAttributes |
build() |
PolicySubAttributes.Builder |
setDatatype(java.lang.String datatype)
Possible values are:
PolicySubAttributes.DATATYPE_STRING
Datatype for sub attribute |
PolicySubAttributes.Builder |
setKey(java.lang.String key)
Possible values are:
PolicySubAttributes.KEY_TLS_CIPHER_SUITE
PolicySubAttributes.KEY_TLS_VERSION
PolicySubAttributes.KEY_CIFS_SMB_VERSION
Key for sub attribute |
PolicySubAttributes.Builder |
setValue(java.util.List<java.lang.String> value)
Multiple sub attribute values can be specified as elements of array.
|
public Builder()
PolicySubAttributes.public PolicySubAttributes.Builder setDatatype(java.lang.String datatype)
datatype - New value for the property.public PolicySubAttributes.Builder setKey(java.lang.String key)
key - New value for the property.public PolicySubAttributes.Builder setValue(java.util.List<java.lang.String> value)
value - New value for the property.public PolicySubAttributes build()