public static class CreateSecurityAttributeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateSecurityAttributeDetails |
build() |
CreateSecurityAttributeDetails.Builder |
copy(CreateSecurityAttributeDetails model) |
CreateSecurityAttributeDetails.Builder |
description(String description)
The description you assign to the security attribute during creation.
|
CreateSecurityAttributeDetails.Builder |
name(String name)
The name you assign to the security attribute during creation.
|
CreateSecurityAttributeDetails.Builder |
validator(BaseSecurityAttributeValidator validator) |
public CreateSecurityAttributeDetails.Builder name(String name)
The name you assign to the security attribute during creation. This is the security attribute key. The name must be unique within the namespace and cannot be changed.
name
- the value to setpublic CreateSecurityAttributeDetails.Builder description(String description)
The description you assign to the security attribute during creation.
description
- the value to setpublic CreateSecurityAttributeDetails.Builder validator(BaseSecurityAttributeValidator validator)
public CreateSecurityAttributeDetails build()
public CreateSecurityAttributeDetails.Builder copy(CreateSecurityAttributeDetails model)
Copyright © 2016–2024. All rights reserved.