Package com.sap.ai.sdk.core.model
Class BckndobjectStoreSecretWithSensitiveDataRequest
java.lang.Object
com.sap.ai.sdk.core.model.BckndobjectStoreSecretWithSensitiveDataRequest
This represents all the meta-data and extra information to be stored as a k8-secret
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndobjectStoreSecretWithSensitiveDataRequest. -
Method Summary
Modifier and TypeMethodDescriptionSet the bucket of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newBckndobjectStoreSecretWithSensitiveDataRequestinstance with all required arguments.Set the data of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.Set the endpoint of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.booleanBucket to be usedgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndobjectStoreSecretWithSensitiveDataRequest.getData()key:value pairs of dataOptional parameter - URL of the storage server (S3 only)getName()Name of the object store for the secret object to be created.prefix folder to be added to storage pathOptional parameter - Region of the storage server (S3 only)getType()Storage type e.g.0, 1 flag for KF-serving annotations - serving.kubeflow.org/s3-usehttps0, 1 flag for the KF-serving annotation - serving.kubeflow.org/s3-verifysslinthashCode()Set the name of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.pathPrefix(String pathPrefix) Set the pathPrefix of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.Set the region of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.voidSet the bucket of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.voidSet the data of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.voidsetEndpoint(String endpoint) Set the endpoint of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.voidSet the name of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.voidsetPathPrefix(String pathPrefix) Set the pathPrefix of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.voidSet the region of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.voidSet the type of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.voidsetUsehttps(String usehttps) Set the usehttps of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.voidsetVerifyssl(String verifyssl) Set the verifyssl of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.toMap()Get the value of all properties of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance including unrecognized properties.toString()Set the type of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.Set the usehttps of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.Set the verifyssl of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.
-
Constructor Details
-
BckndobjectStoreSecretWithSensitiveDataRequest
protected BckndobjectStoreSecretWithSensitiveDataRequest()Default constructor for BckndobjectStoreSecretWithSensitiveDataRequest.
-
-
Method Details
-
name
Set the name of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.- Parameters:
name- Name of the object store for the secret object to be created. Can be used later on check for existence of the secret.- Returns:
- The same instance of this
BckndobjectStoreSecretWithSensitiveDataRequestclass
-
getName
Name of the object store for the secret object to be created. Can be used later on check for existence of the secret.- Returns:
- name The name of this
BckndobjectStoreSecretWithSensitiveDataRequestinstance.
-
setName
Set the name of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.- Parameters:
name- Name of the object store for the secret object to be created. Can be used later on check for existence of the secret.
-
type
Set the type of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.- Parameters:
type- Storage type e.g. S3, GCS,...- Returns:
- The same instance of this
BckndobjectStoreSecretWithSensitiveDataRequestclass
-
getType
Storage type e.g. S3, GCS,...- Returns:
- type The type of this
BckndobjectStoreSecretWithSensitiveDataRequestinstance.
-
setType
Set the type of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.- Parameters:
type- Storage type e.g. S3, GCS,...
-
bucket
Set the bucket of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.- Parameters:
bucket- Bucket to be used- Returns:
- The same instance of this
BckndobjectStoreSecretWithSensitiveDataRequestclass
-
getBucket
Bucket to be used- Returns:
- bucket The bucket of this
BckndobjectStoreSecretWithSensitiveDataRequestinstance.
-
setBucket
Set the bucket of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.- Parameters:
bucket- Bucket to be used
-
endpoint
Set the endpoint of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.- Parameters:
endpoint- Optional parameter - URL of the storage server (S3 only)- Returns:
- The same instance of this
BckndobjectStoreSecretWithSensitiveDataRequestclass
-
getEndpoint
Optional parameter - URL of the storage server (S3 only)- Returns:
- endpoint The endpoint of this
BckndobjectStoreSecretWithSensitiveDataRequestinstance.
-
setEndpoint
Set the endpoint of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.- Parameters:
endpoint- Optional parameter - URL of the storage server (S3 only)
-
region
Set the region of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.- Parameters:
region- Optional parameter - Region of the storage server (S3 only)- Returns:
- The same instance of this
BckndobjectStoreSecretWithSensitiveDataRequestclass
-
getRegion
Optional parameter - Region of the storage server (S3 only)- Returns:
- region The region of this
BckndobjectStoreSecretWithSensitiveDataRequestinstance.
-
setRegion
Set the region of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.- Parameters:
region- Optional parameter - Region of the storage server (S3 only)
-
pathPrefix
@Nonnull public BckndobjectStoreSecretWithSensitiveDataRequest pathPrefix(@Nullable String pathPrefix) Set the pathPrefix of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.- Parameters:
pathPrefix- prefix folder to be added to storage path- Returns:
- The same instance of this
BckndobjectStoreSecretWithSensitiveDataRequestclass
-
getPathPrefix
prefix folder to be added to storage path- Returns:
- pathPrefix The pathPrefix of this
BckndobjectStoreSecretWithSensitiveDataRequestinstance.
-
setPathPrefix
Set the pathPrefix of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.- Parameters:
pathPrefix- prefix folder to be added to storage path
-
verifyssl
@Nonnull public BckndobjectStoreSecretWithSensitiveDataRequest verifyssl(@Nullable String verifyssl) Set the verifyssl of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.- Parameters:
verifyssl- 0, 1 flag for the KF-serving annotation - serving.kubeflow.org/s3-verifyssl- Returns:
- The same instance of this
BckndobjectStoreSecretWithSensitiveDataRequestclass
-
getVerifyssl
0, 1 flag for the KF-serving annotation - serving.kubeflow.org/s3-verifyssl- Returns:
- verifyssl The verifyssl of this
BckndobjectStoreSecretWithSensitiveDataRequestinstance.
-
setVerifyssl
Set the verifyssl of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.- Parameters:
verifyssl- 0, 1 flag for the KF-serving annotation - serving.kubeflow.org/s3-verifyssl
-
usehttps
Set the usehttps of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.- Parameters:
usehttps- 0, 1 flag for KF-serving annotations - serving.kubeflow.org/s3-usehttps- Returns:
- The same instance of this
BckndobjectStoreSecretWithSensitiveDataRequestclass
-
getUsehttps
0, 1 flag for KF-serving annotations - serving.kubeflow.org/s3-usehttps- Returns:
- usehttps The usehttps of this
BckndobjectStoreSecretWithSensitiveDataRequestinstance.
-
setUsehttps
Set the usehttps of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.- Parameters:
usehttps- 0, 1 flag for KF-serving annotations - serving.kubeflow.org/s3-usehttps
-
data
Set the data of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance and return the same instance.- Parameters:
data- key:value pairs of data- Returns:
- The same instance of this
BckndobjectStoreSecretWithSensitiveDataRequestclass
-
getData
key:value pairs of data- Returns:
- data The data of this
BckndobjectStoreSecretWithSensitiveDataRequestinstance.
-
setData
Set the data of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.- Parameters:
data- key:value pairs of data
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndobjectStoreSecretWithSensitiveDataRequest.- 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 thisBckndobjectStoreSecretWithSensitiveDataRequestinstance.- 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 thisBckndobjectStoreSecretWithSensitiveDataRequestinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndobjectStoreSecretWithSensitiveDataRequestinstance. 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 newBckndobjectStoreSecretWithSensitiveDataRequestinstance with all required arguments.
-
toMap()instead.