public static class CreateServiceCatalogAssociationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateServiceCatalogAssociationDetails |
build() |
CreateServiceCatalogAssociationDetails.Builder |
copy(CreateServiceCatalogAssociationDetails model) |
CreateServiceCatalogAssociationDetails.Builder |
entityId(String entityId)
Identifier of the entity being associated with service catalog.
|
CreateServiceCatalogAssociationDetails.Builder |
entityType(String entityType)
The type of the entity that is associated with the service catalog.
|
CreateServiceCatalogAssociationDetails.Builder |
serviceCatalogId(String serviceCatalogId)
Identifier of the service catalog.
|
public CreateServiceCatalogAssociationDetails.Builder serviceCatalogId(String serviceCatalogId)
Identifier of the service catalog.
serviceCatalogId
- the value to setpublic CreateServiceCatalogAssociationDetails.Builder entityId(String entityId)
Identifier of the entity being associated with service catalog.
entityId
- the value to setpublic CreateServiceCatalogAssociationDetails.Builder entityType(String entityType)
The type of the entity that is associated with the service catalog.
entityType
- the value to setpublic CreateServiceCatalogAssociationDetails build()
public CreateServiceCatalogAssociationDetails.Builder copy(CreateServiceCatalogAssociationDetails model)
Copyright © 2016–2024. All rights reserved.