SubscribedAsset.Builder |
SubscribedAsset.Builder.assetId(String assetId) |
The identifier of the asset for which the subscription grant is created.
|
SubscribedAsset.Builder |
SubscribedAsset.Builder.assetRevision(String assetRevision) |
The revision of the asset for which the subscription grant is created.
|
static SubscribedAsset.Builder |
SubscribedAsset.builder() |
|
default SubscribedAsset.Builder |
SubscribedAsset.Builder.failureCause(Consumer<FailureCause.Builder> failureCause) |
The failure cause included in the details of the asset for which the subscription grant is created.
|
SubscribedAsset.Builder |
SubscribedAsset.Builder.failureCause(FailureCause failureCause) |
The failure cause included in the details of the asset for which the subscription grant is created.
|
SubscribedAsset.Builder |
SubscribedAsset.Builder.failureTimestamp(Instant failureTimestamp) |
The failure timestamp included in the details of the asset for which the subscription grant is created.
|
SubscribedAsset.Builder |
SubscribedAsset.Builder.grantedTimestamp(Instant grantedTimestamp) |
The timestamp of when the subscription grant to the asset is created.
|
SubscribedAsset.Builder |
SubscribedAsset.Builder.status(String status) |
The status of the asset for which the subscription grant is created.
|
SubscribedAsset.Builder |
SubscribedAsset.Builder.status(SubscriptionGrantStatus status) |
The status of the asset for which the subscription grant is created.
|
SubscribedAsset.Builder |
SubscribedAsset.Builder.targetName(String targetName) |
The target name of the asset for which the subscription grant is created.
|
SubscribedAsset.Builder |
SubscribedAsset.toBuilder() |
|