Class CreateServiceCatalogAssociationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.servicecatalog.model.CreateServiceCatalogAssociationDetails.Builder
-
- Enclosing class:
- CreateServiceCatalogAssociationDetails
public static class CreateServiceCatalogAssociationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
serviceCatalogId
public CreateServiceCatalogAssociationDetails.Builder serviceCatalogId(String serviceCatalogId)
Identifier of the service catalog.- Parameters:
serviceCatalogId
- the value to set- Returns:
- this builder
-
entityId
public CreateServiceCatalogAssociationDetails.Builder entityId(String entityId)
Identifier of the entity being associated with service catalog.- Parameters:
entityId
- the value to set- Returns:
- this builder
-
entityType
public CreateServiceCatalogAssociationDetails.Builder entityType(String entityType)
The type of the entity that is associated with the service catalog.- Parameters:
entityType
- the value to set- Returns:
- this builder
-
build
public CreateServiceCatalogAssociationDetails build()
-
copy
public CreateServiceCatalogAssociationDetails.Builder copy(CreateServiceCatalogAssociationDetails model)
-
-