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