Interface FailedItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FailedItem.Builder,FailedItem>,SdkBuilder<FailedItem.Builder,FailedItem>,SdkPojo
- Enclosing class:
- FailedItem
public static interface FailedItem.Builder extends SdkPojo, CopyableBuilder<FailedItem.Builder,FailedItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailedItem.Builderreason(String reason)The reason the resource's association could not be updated.FailedItem.Builderreason(FailedItemReason reason)The reason the resource's association could not be updated.FailedItem.Builderuri(String uri)The univeral resource indicator (URI) of the resource that failed.-
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
-
uri
FailedItem.Builder uri(String uri)
The univeral resource indicator (URI) of the resource that failed.
- Parameters:
uri- The univeral resource indicator (URI) of the resource that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
FailedItem.Builder reason(String reason)
The reason the resource's association could not be updated.
- Parameters:
reason- The reason the resource's association could not be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FailedItemReason,FailedItemReason
-
reason
FailedItem.Builder reason(FailedItemReason reason)
The reason the resource's association could not be updated.
- Parameters:
reason- The reason the resource's association could not be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FailedItemReason,FailedItemReason
-
-