public static class ConditionMetadataType.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConditionMetadataType |
build() |
ConditionMetadataType.Builder |
copy(ConditionMetadataType model) |
ConditionMetadataType.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
ConditionMetadataType.Builder |
name(String name)
Name used to identify the condition metadata type
|
ConditionMetadataType.Builder |
serviceTypes(List<ServiceTypeSummary> serviceTypes)
Collection of ServiceTypeSummary resources
|
public ConditionMetadataType.Builder name(String name)
Name used to identify the condition metadata type
name
- the value to setpublic ConditionMetadataType.Builder serviceTypes(List<ServiceTypeSummary> serviceTypes)
Collection of ServiceTypeSummary resources
serviceTypes
- the value to setpublic ConditionMetadataType.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic ConditionMetadataType build()
public ConditionMetadataType.Builder copy(ConditionMetadataType model)
Copyright © 2016–2025. All rights reserved.