Interface InputContext.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputContext.Builder,InputContext>,SdkBuilder<InputContext.Builder,InputContext>,SdkPojo
- Enclosing class:
- InputContext
public static interface InputContext.Builder extends SdkPojo, CopyableBuilder<InputContext.Builder,InputContext>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputContext.Buildername(String name)The name of the context.-
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 Detail
-
name
InputContext.Builder name(String name)
The name of the context.
- Parameters:
name- The name of the context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-