public class ImageSearchConfigRequestBuilder extends Object implements io.vrap.rmf.base.client.Builder<ImageSearchConfigRequest>
ImageSearchConfigRequest imageSearchConfigRequest = ImageSearchConfigRequest.builder()
.plusActions(actionsBuilder -> actionsBuilder)
.build()
| Constructor and Description |
|---|
ImageSearchConfigRequestBuilder() |
public ImageSearchConfigRequestBuilder()
public ImageSearchConfigRequestBuilder actions(ImageSearchConfigUpdateAction... actions)
The list of update actions to be performed on the project.
public ImageSearchConfigRequestBuilder actions(List<ImageSearchConfigUpdateAction> actions)
The list of update actions to be performed on the project.
public ImageSearchConfigRequestBuilder plusActions(ImageSearchConfigUpdateAction... actions)
The list of update actions to be performed on the project.
public ImageSearchConfigRequestBuilder plusActions(Function<ImageSearchConfigUpdateActionBuilder,io.vrap.rmf.base.client.Builder<? extends ImageSearchConfigUpdateAction>> builder)
The list of update actions to be performed on the project.
public ImageSearchConfigRequestBuilder withActions(Function<ImageSearchConfigUpdateActionBuilder,io.vrap.rmf.base.client.Builder<? extends ImageSearchConfigUpdateAction>> builder)
The list of update actions to be performed on the project.
public List<ImageSearchConfigUpdateAction> getActions()
public ImageSearchConfigRequest build()
build in interface io.vrap.rmf.base.client.Builder<ImageSearchConfigRequest>public ImageSearchConfigRequest buildUnchecked()
public static ImageSearchConfigRequestBuilder of()
public static ImageSearchConfigRequestBuilder of(ImageSearchConfigRequest template)