Interface DefaultEnd.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<EndEvent.Builder,EndEvent>
,EndEvent.Builder
,SdkBuilder<EndEvent.Builder,EndEvent>
,SdkPojo
- Enclosing class:
- DefaultEnd
public static interface DefaultEnd.Builder extends EndEvent.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultEnd
build()
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
build
DefaultEnd build()
- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<EndEvent.Builder,EndEvent>
-
-