Uses of Interface
com.langfuse.client.resources.blobstorageintegrations.types.CreateBlobStorageIntegrationRequest._FinalStage
Packages that use CreateBlobStorageIntegrationRequest._FinalStage
-
Uses of CreateBlobStorageIntegrationRequest._FinalStage in com.langfuse.client.resources.blobstorageintegrations.types
Classes in com.langfuse.client.resources.blobstorageintegrations.types that implement CreateBlobStorageIntegrationRequest._FinalStageMethods in com.langfuse.client.resources.blobstorageintegrations.types that return CreateBlobStorageIntegrationRequest._FinalStageModifier and TypeMethodDescriptionCreateBlobStorageIntegrationRequest._FinalStage.accessKeyId(String accessKeyId) CreateBlobStorageIntegrationRequest._FinalStage.accessKeyId(Optional<String> accessKeyId) Access key ID for authenticationCreateBlobStorageIntegrationRequest.Builder.accessKeyId(String accessKeyId) Access key ID for authenticationCreateBlobStorageIntegrationRequest.Builder.accessKeyId(Optional<String> accessKeyId) Access key ID for authenticationCreateBlobStorageIntegrationRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) CreateBlobStorageIntegrationRequest._FinalStage.additionalProperty(String key, Object value) Custom endpoint URL (required for S3_COMPATIBLE type)Custom endpoint URL (required for S3_COMPATIBLE type)Custom endpoint URL (required for S3_COMPATIBLE type)CreateBlobStorageIntegrationRequest.Builder.exportMode(BlobStorageExportMode exportMode) CreateBlobStorageIntegrationRequest.ExportModeStage.exportMode(BlobStorageExportMode exportMode) CreateBlobStorageIntegrationRequest._FinalStage.exportStartDate(OffsetDateTime exportStartDate) CreateBlobStorageIntegrationRequest._FinalStage.exportStartDate(Optional<OffsetDateTime> exportStartDate) Custom start date for exports (required when exportMode is FROM_CUSTOM_DATE)CreateBlobStorageIntegrationRequest.Builder.exportStartDate(OffsetDateTime exportStartDate) Custom start date for exports (required when exportMode is FROM_CUSTOM_DATE)CreateBlobStorageIntegrationRequest.Builder.exportStartDate(Optional<OffsetDateTime> exportStartDate) Custom start date for exports (required when exportMode is FROM_CUSTOM_DATE)Path prefix for exported files (must end with forward slash if provided)Path prefix for exported files (must end with forward slash if provided)Path prefix for exported files (must end with forward slash if provided)CreateBlobStorageIntegrationRequest._FinalStage.secretAccessKey(String secretAccessKey) CreateBlobStorageIntegrationRequest._FinalStage.secretAccessKey(Optional<String> secretAccessKey) Secret access key for authentication (will be encrypted when stored)CreateBlobStorageIntegrationRequest.Builder.secretAccessKey(String secretAccessKey) Secret access key for authentication (will be encrypted when stored)CreateBlobStorageIntegrationRequest.Builder.secretAccessKey(Optional<String> secretAccessKey) Secret access key for authentication (will be encrypted when stored)