Interface ProvidedContext.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProvidedContext.Builder,ProvidedContext>, SdkBuilder<ProvidedContext.Builder,ProvidedContext>, SdkPojo
Enclosing class:
ProvidedContext

public static interface ProvidedContext.Builder extends SdkPojo, CopyableBuilder<ProvidedContext.Builder,ProvidedContext>
  • Method Details

    • 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.