Package google.registry.module.bsa
Class BsaRequestComponent.Builder
java.lang.Object
google.registry.module.bsa.BsaRequestComponent.Builder
- All Implemented Interfaces:
RequestComponentBuilder<BsaRequestComponent>
- Enclosing interface:
BsaRequestComponent
@Builder
public abstract static class BsaRequestComponent.Builder
extends Object
implements RequestComponentBuilder<BsaRequestComponent>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract BsaRequestComponent
build()
abstract BsaRequestComponent.Builder
requestModule
(RequestModule requestModule)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
requestModule
- Specified by:
requestModule
in interfaceRequestComponentBuilder<BsaRequestComponent>
-
build
- Specified by:
build
in interfaceRequestComponentBuilder<BsaRequestComponent>
-