Interface CreateBlobStorageIntegrationRequest._FinalStage
- All Known Implementing Classes:
CreateBlobStorageIntegrationRequest.Builder
- Enclosing class:
CreateBlobStorageIntegrationRequest
public static interface CreateBlobStorageIntegrationRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaccessKeyId(String accessKeyId) accessKeyId(Optional<String> accessKeyId) Access key ID for authenticationadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Custom endpoint URL (required for S3_COMPATIBLE type)exportStartDate(OffsetDateTime exportStartDate) 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)secretAccessKey(String secretAccessKey) secretAccessKey(Optional<String> secretAccessKey) Secret access key for authentication (will be encrypted when stored)
-
Method Details
-
build
-
additionalProperty
-
additionalProperties
CreateBlobStorageIntegrationRequest._FinalStage additionalProperties(Map<String, Object> additionalProperties) -
endpoint
Custom endpoint URL (required for S3_COMPATIBLE type)
-
endpoint
-
accessKeyId
Access key ID for authentication
-
accessKeyId
-
secretAccessKey
Secret access key for authentication (will be encrypted when stored)
-
secretAccessKey
-
prefix
Path prefix for exported files (must end with forward slash if provided)
-
prefix
-
exportStartDate
CreateBlobStorageIntegrationRequest._FinalStage exportStartDate(Optional<OffsetDateTime> exportStartDate) Custom start date for exports (required when exportMode is FROM_CUSTOM_DATE)
-
exportStartDate
-