Package com.sap.ai.sdk.core.model
Interface BcknddockerRegistrySecretStatusResponse.Builder1
- Enclosing class:
BcknddockerRegistrySecretStatusResponse
public static interface BcknddockerRegistrySecretStatusResponse.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionresources(BcknddockerRegistrySecretStatus... resources) Set the resources of thisBcknddockerRegistrySecretStatusResponseinstance.resources(List<BcknddockerRegistrySecretStatus> resources) Set the resources of thisBcknddockerRegistrySecretStatusResponseinstance.
-
Method Details
-
resources
BcknddockerRegistrySecretStatusResponse resources(@Nonnull List<BcknddockerRegistrySecretStatus> resources) Set the resources of thisBcknddockerRegistrySecretStatusResponseinstance.- Parameters:
resources- The resources of thisBcknddockerRegistrySecretStatusResponse- Returns:
- The BcknddockerRegistrySecretStatusResponse instance.
-
resources
default BcknddockerRegistrySecretStatusResponse resources(@Nonnull BcknddockerRegistrySecretStatus... resources) Set the resources of thisBcknddockerRegistrySecretStatusResponseinstance.- Parameters:
resources- The resources of thisBcknddockerRegistrySecretStatusResponse- Returns:
- The BcknddockerRegistrySecretStatusResponse instance.
-