Interface ResourceConflict.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceConflict.Builder,,ResourceConflict> SdkBuilder<ResourceConflict.Builder,,ResourceConflict> SdkPojo
- Enclosing class:
ResourceConflict
public static interface ResourceConflict.Builder
extends SdkPojo, CopyableBuilder<ResourceConflict.Builder,ResourceConflict>
-
Method Summary
Modifier and TypeMethodDescriptionresourceId(String resourceId) The unique identifier of the resource involved in a conflict.resourceType(String resourceType) The type of the resource involved in a conflict.resourceType(ResourceType resourceType) The type of the resource involved in a conflict.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, sdkFields
-
Method Details
-
resourceId
The unique identifier of the resource involved in a conflict.
- Parameters:
resourceId- The unique identifier of the resource involved in a conflict.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of the resource involved in a conflict.
- Parameters:
resourceType- The type of the resource involved in a conflict.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of the resource involved in a conflict.
- Parameters:
resourceType- The type of the resource involved in a conflict.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-