Package com.sap.ai.sdk.grounding.model
Class S3PipelineCreateRequest
java.lang.Object
com.sap.ai.sdk.grounding.model.S3PipelineCreateRequest
- All Implemented Interfaces:
CreatePipeline
S3PipelineCreateRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static enumGets or Sets type -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for S3PipelineCreateRequest. -
Method Summary
Modifier and TypeMethodDescription_configuration(S3Configuration _configuration) Set the _configuration of thisS3PipelineCreateRequestinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newS3PipelineCreateRequestinstance with all required arguments.booleanGet _configurationgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theS3PipelineCreateRequest.Get metadatagetType()Get typeinthashCode()Set the metadata of thisS3PipelineCreateRequestinstance and return the same instance.voidsetConfiguration(S3Configuration _configuration) Set the _configuration of thisS3PipelineCreateRequestinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisS3PipelineCreateRequestinstance.voidsetMetadata(MetaData metadata) Set the metadata of thisS3PipelineCreateRequestinstance.voidSet the type of thisS3PipelineCreateRequestinstance.toMap()Get the value of all properties of thisS3PipelineCreateRequestinstance including unrecognized properties.toString()Set the type of thisS3PipelineCreateRequestinstance and return the same instance.
-
Constructor Details
-
S3PipelineCreateRequest
protected S3PipelineCreateRequest()Default constructor for S3PipelineCreateRequest.
-
-
Method Details
-
type
Set the type of thisS3PipelineCreateRequestinstance and return the same instance.- Parameters:
type- The type of thisS3PipelineCreateRequest- Returns:
- The same instance of this
S3PipelineCreateRequestclass
-
getType
Get type- Specified by:
getTypein interfaceCreatePipeline- Returns:
- type The type of this
S3PipelineCreateRequestinstance.
-
setType
Set the type of thisS3PipelineCreateRequestinstance.- Parameters:
type- The type of thisS3PipelineCreateRequest
-
_configuration
Set the _configuration of thisS3PipelineCreateRequestinstance and return the same instance.- Parameters:
_configuration- The _configuration of thisS3PipelineCreateRequest- Returns:
- The same instance of this
S3PipelineCreateRequestclass
-
getConfiguration
Get _configuration- Returns:
- _configuration The _configuration of this
S3PipelineCreateRequestinstance.
-
setConfiguration
Set the _configuration of thisS3PipelineCreateRequestinstance.- Parameters:
_configuration- The _configuration of thisS3PipelineCreateRequest
-
metadata
Set the metadata of thisS3PipelineCreateRequestinstance and return the same instance.- Parameters:
metadata- The metadata of thisS3PipelineCreateRequest- Returns:
- The same instance of this
S3PipelineCreateRequestclass
-
getMetadata
Get metadata- Returns:
- metadata The metadata of this
S3PipelineCreateRequestinstance.
-
setMetadata
Set the metadata of thisS3PipelineCreateRequestinstance.- Parameters:
metadata- The metadata of thisS3PipelineCreateRequest
-
getCustomFieldNames
Get the names of the unrecognizable properties of theS3PipelineCreateRequest.- Returns:
- The set of properties names
-
getCustomField
@Nullable @Deprecated public Object getCustomField(@Nonnull String name) throws NoSuchElementException Deprecated.UsetoMap()instead.Get the value of an unrecognizable property of thisS3PipelineCreateRequestinstance.- Parameters:
name- The name of the property- Returns:
- The value of the property
- Throws:
NoSuchElementException- If no property with the given name could be found.
-
toMap
Get the value of all properties of thisS3PipelineCreateRequestinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisS3PipelineCreateRequestinstance. If the map previously contained a mapping for the key, the old value is replaced by the specified value.- Parameters:
customFieldName- The name of the propertycustomFieldValue- The value of the property
-
equals
-
hashCode
public int hashCode() -
toString
-
create
Create a type-safe, fluent-api builder object to construct a newS3PipelineCreateRequestinstance with all required arguments.
-
toMap()instead.