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