Package ai.extend.types
Class CreatedByApiKey.Builder
- java.lang.Object
-
- ai.extend.types.CreatedByApiKey.Builder
-
- All Implemented Interfaces:
CreatedByApiKey._FinalStage,CreatedByApiKey.NameStage
- Enclosing class:
- CreatedByApiKey
public static final class CreatedByApiKey.Builder extends java.lang.Object implements CreatedByApiKey.NameStage, CreatedByApiKey._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreatedByApiKeybuild()CreatedByApiKey.Builderfrom(CreatedByApiKey other)CreatedByApiKey._FinalStagename(java.lang.String name)The name of the API key that created the resource.
-
-
-
Method Detail
-
from
public CreatedByApiKey.Builder from(CreatedByApiKey other)
- Specified by:
fromin interfaceCreatedByApiKey.NameStage
-
name
public CreatedByApiKey._FinalStage name(@NotNull java.lang.String name)
The name of the API key that created the resource.
The name of the API key that created the resource.
- Specified by:
namein interfaceCreatedByApiKey.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public CreatedByApiKey build()
- Specified by:
buildin interfaceCreatedByApiKey._FinalStage
-
-