Interface RegisteredSubscriptionProvider.Builder

    • Method Detail

      • lastSuccessfulDataRetrievalTime

        RegisteredSubscriptionProvider.Builder lastSuccessfulDataRetrievalTime​(String lastSuccessfulDataRetrievalTime)

        The timestamp from the last time that License Manager accessed third-party subscription data for your account from your registered Linux subscription provider.

        Parameters:
        lastSuccessfulDataRetrievalTime - The timestamp from the last time that License Manager accessed third-party subscription data for your account from your registered Linux subscription provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secretArn

        RegisteredSubscriptionProvider.Builder secretArn​(String secretArn)

        The Amazon Resource Name (ARN) of the Secrets Manager secret that stores your registered Linux subscription provider access token. For RHEL account subscriptions, this is the offline token.

        Parameters:
        secretArn - The Amazon Resource Name (ARN) of the Secrets Manager secret that stores your registered Linux subscription provider access token. For RHEL account subscriptions, this is the offline token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscriptionProviderArn

        RegisteredSubscriptionProvider.Builder subscriptionProviderArn​(String subscriptionProviderArn)

        The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.

        Parameters:
        subscriptionProviderArn - The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscriptionProviderSource

        RegisteredSubscriptionProvider.Builder subscriptionProviderSource​(String subscriptionProviderSource)

        A supported third-party Linux subscription provider. License Manager currently supports Red Hat subscriptions.

        Parameters:
        subscriptionProviderSource - A supported third-party Linux subscription provider. License Manager currently supports Red Hat subscriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SubscriptionProviderSource, SubscriptionProviderSource
      • subscriptionProviderStatus

        RegisteredSubscriptionProvider.Builder subscriptionProviderStatus​(String subscriptionProviderStatus)

        Indicates the status of your registered Linux subscription provider access token from the last time License Manager retrieved subscription data. For RHEL account subscriptions, this is the status of the offline token.

        Parameters:
        subscriptionProviderStatus - Indicates the status of your registered Linux subscription provider access token from the last time License Manager retrieved subscription data. For RHEL account subscriptions, this is the status of the offline token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SubscriptionProviderStatus, SubscriptionProviderStatus
      • subscriptionProviderStatus

        RegisteredSubscriptionProvider.Builder subscriptionProviderStatus​(SubscriptionProviderStatus subscriptionProviderStatus)

        Indicates the status of your registered Linux subscription provider access token from the last time License Manager retrieved subscription data. For RHEL account subscriptions, this is the status of the offline token.

        Parameters:
        subscriptionProviderStatus - Indicates the status of your registered Linux subscription provider access token from the last time License Manager retrieved subscription data. For RHEL account subscriptions, this is the status of the offline token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SubscriptionProviderStatus, SubscriptionProviderStatus
      • subscriptionProviderStatusMessage

        RegisteredSubscriptionProvider.Builder subscriptionProviderStatusMessage​(String subscriptionProviderStatusMessage)

        A detailed message that's associated with your BYOL subscription provider token status.

        Parameters:
        subscriptionProviderStatusMessage - A detailed message that's associated with your BYOL subscription provider token status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.