public static class AddProjectLockDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddProjectLockDetails |
build() |
AddProjectLockDetails.Builder |
copy(AddProjectLockDetails model) |
AddProjectLockDetails.Builder |
message(String message)
A message added by the creator of the lock.
|
AddProjectLockDetails.Builder |
relatedResourceId(String relatedResourceId)
The ID of the resource that is locking this resource.
|
AddProjectLockDetails.Builder |
type(AddProjectLockDetails.Type type)
Type of the lock.
|
public AddProjectLockDetails.Builder type(AddProjectLockDetails.Type type)
Type of the lock.
type
- the value to setpublic AddProjectLockDetails.Builder relatedResourceId(String relatedResourceId)
The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
relatedResourceId
- the value to setpublic AddProjectLockDetails.Builder message(String message)
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
message
- the value to setpublic AddProjectLockDetails build()
public AddProjectLockDetails.Builder copy(AddProjectLockDetails model)
Copyright © 2016–2024. All rights reserved.