Interface LoaderIdResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoaderIdResult.Builder,
,LoaderIdResult> SdkBuilder<LoaderIdResult.Builder,
,LoaderIdResult> SdkPojo
- Enclosing class:
LoaderIdResult
@Mutable
@NotThreadSafe
public static interface LoaderIdResult.Builder
extends SdkPojo, CopyableBuilder<LoaderIdResult.Builder,LoaderIdResult>
-
Method Summary
Modifier and TypeMethodDescriptionA list of load IDs.loadIds
(Collection<String> loadIds) A list of load IDs.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 Details
-
loadIds
A list of load IDs.
- Parameters:
loadIds
- A list of load IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loadIds
A list of load IDs.
- Parameters:
loadIds
- A list of load IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-