Class EndEvent.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.EndEvent.BuilderImpl
-
- All Implemented Interfaces:
SdkPojo,EndEvent.Builder,Buildable,CopyableBuilder<EndEvent.Builder,EndEvent>,SdkBuilder<EndEvent.Builder,EndEvent>
- Enclosing class:
- EndEvent
protected static class EndEvent.BuilderImpl extends Object implements EndEvent.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(EndEvent model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndEventbuild()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(EndEvent model)
-
-
Method Detail
-
build
public EndEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<EndEvent.Builder,EndEvent>
-
sdkFieldNameToField
public Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-