Class BindingMetadata.BindingMetadataBuilder
java.lang.Object
org.springframework.cloud.servicebroker.model.binding.BindingMetadata.BindingMetadataBuilder
- Enclosing class:
- BindingMetadata
Provides a fluent API for constructing a
BindingMetadata
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Construct aBindingMetadata
from the provided values.The date and time when the Service Binding becomes invalid and SHOULD NOT or CANNOT be used anymore.
-
Method Details
-
expiresAt
The date and time when the Service Binding becomes invalid and SHOULD NOT or CANNOT be used anymore. Applications or Platforms MAY use this field to initiate a Service Binding/credential rotation. If present, the string MUST follow ISO 8601 and this pattern: yyyy-mm-ddThh:mm:ss.ssZ.- Parameters:
expiresAt
- the date and time in ISO 8601 format- Returns:
- the builder
- See Also:
-
build
Construct aBindingMetadata
from the provided values.- Returns:
- the newly constructed BindingMetadata
-