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) Reserved for future use.providerArn(String providerArn) Reserved for future use.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
providerArn
Reserved for future use.
- Parameters:
providerArn- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contextAssertion
Reserved for future use.
- Parameters:
contextAssertion- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-