Interface BatchDeleteGeofenceError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchDeleteGeofenceError.Builder,
,BatchDeleteGeofenceError> SdkBuilder<BatchDeleteGeofenceError.Builder,
,BatchDeleteGeofenceError> SdkPojo
- Enclosing class:
BatchDeleteGeofenceError
@Mutable
@NotThreadSafe
public static interface BatchDeleteGeofenceError.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteGeofenceError.Builder,BatchDeleteGeofenceError>
-
Method Summary
Modifier and TypeMethodDescriptiondefault BatchDeleteGeofenceError.Builder
error
(Consumer<BatchItemError.Builder> error) Contains details associated to the batch error.error
(BatchItemError error) Contains details associated to the batch error.geofenceId
(String geofenceId) The geofence associated with the error message.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
-
geofenceId
The geofence associated with the error message.
- Parameters:
geofenceId
- The geofence associated with the error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
Contains details associated to the batch error.
- Parameters:
error
- Contains details associated to the batch error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
Contains details associated to the batch error.
This is a convenience method that creates an instance of theBatchItemError.Builder
avoiding the need to create one manually viaBatchItemError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerror(BatchItemError)
.- Parameters:
error
- a consumer that will call methods onBatchItemError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-