Interface BlobStorageIntegrationResponse._FinalStage
- All Known Implementing Classes:
BlobStorageIntegrationResponse.Builder
- Enclosing class:
BlobStorageIntegrationResponse
public static interface BlobStorageIntegrationResponse._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaccessKeyId(String accessKeyId) accessKeyId(Optional<String> accessKeyId) additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()exportStartDate(OffsetDateTime exportStartDate) exportStartDate(Optional<OffsetDateTime> exportStartDate) lastSyncAt(OffsetDateTime lastSyncAt) lastSyncAt(Optional<OffsetDateTime> lastSyncAt) nextSyncAt(OffsetDateTime nextSyncAt) nextSyncAt(Optional<OffsetDateTime> nextSyncAt)
-
Method Details
-
build
BlobStorageIntegrationResponse build() -
additionalProperty
-
additionalProperties
BlobStorageIntegrationResponse._FinalStage additionalProperties(Map<String, Object> additionalProperties) -
endpoint
-
endpoint
-
accessKeyId
-
accessKeyId
-
exportStartDate
BlobStorageIntegrationResponse._FinalStage exportStartDate(Optional<OffsetDateTime> exportStartDate) -
exportStartDate
-
nextSyncAt
-
nextSyncAt
-
lastSyncAt
-
lastSyncAt
-