Interface InlinePayload.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InlinePayload.Builder,,InlinePayload> SdkBuilder<InlinePayload.Builder,,InlinePayload> SdkPojo
- Enclosing class:
InlinePayload
@Mutable
@NotThreadSafe
public static interface InlinePayload.Builder
extends SdkPojo, CopyableBuilder<InlinePayload.Builder,InlinePayload>
-
Method Summary
Modifier and TypeMethodDescriptiondefault InlinePayload.BuilderdeleteEntitiesInfo(Consumer<DeleteEntitiesInfo.Builder> deleteEntitiesInfo) Sets the value of the DeleteEntitiesInfo property for this object.deleteEntitiesInfo(DeleteEntitiesInfo deleteEntitiesInfo) Sets the value of the DeleteEntitiesInfo property for this object.upsertEntitiesInfo(Collection<UpsertEntityInfo> upsertEntitiesInfo) Sets the value of the UpsertEntitiesInfo property for this object.upsertEntitiesInfo(Consumer<UpsertEntityInfo.Builder>... upsertEntitiesInfo) Sets the value of the UpsertEntitiesInfo property for this object.upsertEntitiesInfo(UpsertEntityInfo... upsertEntitiesInfo) Sets the value of the UpsertEntitiesInfo property for this object.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, sdkFieldNameToField, sdkFields
-
Method Details
-
upsertEntitiesInfo
Sets the value of the UpsertEntitiesInfo property for this object.- Parameters:
upsertEntitiesInfo- The new value for the UpsertEntitiesInfo property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upsertEntitiesInfo
Sets the value of the UpsertEntitiesInfo property for this object.- Parameters:
upsertEntitiesInfo- The new value for the UpsertEntitiesInfo property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upsertEntitiesInfo
Sets the value of the UpsertEntitiesInfo property for this object. This is a convenience method that creates an instance of theUpsertEntityInfo.Builderavoiding the need to create one manually viaUpsertEntityInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toupsertEntitiesInfo(List<UpsertEntityInfo>).- Parameters:
upsertEntitiesInfo- a consumer that will call methods onUpsertEntityInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deleteEntitiesInfo
Sets the value of the DeleteEntitiesInfo property for this object.- Parameters:
deleteEntitiesInfo- The new value for the DeleteEntitiesInfo property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteEntitiesInfo
default InlinePayload.Builder deleteEntitiesInfo(Consumer<DeleteEntitiesInfo.Builder> deleteEntitiesInfo) Sets the value of the DeleteEntitiesInfo property for this object. This is a convenience method that creates an instance of theDeleteEntitiesInfo.Builderavoiding the need to create one manually viaDeleteEntitiesInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeleteEntitiesInfo(DeleteEntitiesInfo).- Parameters:
deleteEntitiesInfo- a consumer that will call methods onDeleteEntitiesInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-