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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceConflict.BuilderresourceId(String resourceId)The unique identifier of the resource involved in a conflict.ResourceConflict.BuilderresourceType(String resourceType)The type of the resource involved in a conflict.ResourceConflict.BuilderresourceType(ResourceType resourceType)The type of the resource involved in a conflict.-
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
-
resourceId
ResourceConflict.Builder resourceId(String 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
ResourceConflict.Builder resourceType(String 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,ResourceType
-
resourceType
ResourceConflict.Builder resourceType(ResourceType 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,ResourceType
-
-