Class CreateOrUpdateSegmentCommand.Builder
- java.lang.Object
-
- org.apache.unomi.graphql.commands.BaseCommand.Builder<B>
-
- org.apache.unomi.graphql.commands.segments.BaseCreateOrUpdateSegmentCommand.Builder<CDPSegmentInput,CreateOrUpdateSegmentCommand.Builder>
-
- org.apache.unomi.graphql.commands.segments.CreateOrUpdateSegmentCommand.Builder
-
- Enclosing class:
- CreateOrUpdateSegmentCommand
public static class CreateOrUpdateSegmentCommand.Builder extends BaseCreateOrUpdateSegmentCommand.Builder<CDPSegmentInput,CreateOrUpdateSegmentCommand.Builder>
-
-
Field Summary
-
Fields inherited from class org.apache.unomi.graphql.commands.BaseCommand.Builder
environment
-
-
Constructor Summary
Constructors Constructor Description Builder(CDPSegmentInput segmentInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateOrUpdateSegmentCommand
build()
void
validate()
-
Methods inherited from class org.apache.unomi.graphql.commands.segments.BaseCreateOrUpdateSegmentCommand.Builder
getSegmentInput
-
Methods inherited from class org.apache.unomi.graphql.commands.BaseCommand.Builder
setEnvironment
-
-
-
-
Constructor Detail
-
Builder
public Builder(CDPSegmentInput segmentInput)
-
-
Method Detail
-
validate
public void validate()
- Overrides:
validate
in classBaseCreateOrUpdateSegmentCommand.Builder<CDPSegmentInput,CreateOrUpdateSegmentCommand.Builder>
-
build
public CreateOrUpdateSegmentCommand build()
-
-