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 Summary
Modifier and TypeMethodDescriptioncontextAssertion
(String contextAssertion) The signed and encrypted trusted context assertion generated by the context provider.providerArn
(String providerArn) The context provider ARN from which the trusted context assertion was generated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-