Interface ProvidedContext.Builder

    • Method Detail

      • providerArn

        ProvidedContext.Builder providerArn​(String providerArn)

        The context provider ARN from which the trusted context assertion was generated.

        Parameters:
        providerArn - The context provider ARN from which the trusted context assertion was generated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contextAssertion

        ProvidedContext.Builder contextAssertion​(String contextAssertion)

        The signed and encrypted trusted context assertion generated by the context provider. The trusted context assertion is signed and encrypted by Amazon Web Services STS.

        Parameters:
        contextAssertion - The signed and encrypted trusted context assertion generated by the context provider. The trusted context assertion is signed and encrypted by Amazon Web Services STS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.