Package com.sap.ai.sdk.core.model
Interface BcknddockerRegistrySecretWithSensitiveDataRequestData.Builder
- Enclosing class:
BcknddockerRegistrySecretWithSensitiveDataRequestData
public static interface BcknddockerRegistrySecretWithSensitiveDataRequestData.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondockerconfigjson(String dockerconfigjson) Set the dockerconfigjson of thisBcknddockerRegistrySecretWithSensitiveDataRequestDatainstance.
-
Method Details
-
dockerconfigjson
BcknddockerRegistrySecretWithSensitiveDataRequestData dockerconfigjson(@Nonnull String dockerconfigjson) Set the dockerconfigjson of thisBcknddockerRegistrySecretWithSensitiveDataRequestDatainstance.- Parameters:
dockerconfigjson- .dockerconfigjson data- Returns:
- The BcknddockerRegistrySecretWithSensitiveDataRequestData instance.
-