Interface MapIterationEventDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MapIterationEventDetails.Builder,MapIterationEventDetails>,SdkBuilder<MapIterationEventDetails.Builder,MapIterationEventDetails>,SdkPojo
- Enclosing class:
- MapIterationEventDetails
public static interface MapIterationEventDetails.Builder extends SdkPojo, CopyableBuilder<MapIterationEventDetails.Builder,MapIterationEventDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapIterationEventDetails.Builderindex(Integer index)The index of the array belonging to the Map state iteration.MapIterationEventDetails.Buildername(String name)The name of the iteration’s parent Map state.-
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
MapIterationEventDetails.Builder name(String name)
The name of the iteration’s parent Map state.
- Parameters:
name- The name of the iteration’s parent Map state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
index
MapIterationEventDetails.Builder index(Integer index)
The index of the array belonging to the Map state iteration.
- Parameters:
index- The index of the array belonging to the Map state iteration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-