Interface ContainerFindingResource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContainerFindingResource.Builder,
,ContainerFindingResource> SdkBuilder<ContainerFindingResource.Builder,
,ContainerFindingResource> SdkPojo
- Enclosing class:
ContainerFindingResource
@Mutable
@NotThreadSafe
public static interface ContainerFindingResource.Builder
extends SdkPojo, CopyableBuilder<ContainerFindingResource.Builder,ContainerFindingResource>
-
Method Summary
Modifier and TypeMethodDescriptionThe container image information, including the image name and tag used to run the container that was involved in the finding.The unique ID associated with the container image.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
-
image
The container image information, including the image name and tag used to run the container that was involved in the finding.
- Parameters:
image
- The container image information, including the image name and tag used to run the container that was involved in the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageUid
The unique ID associated with the container image.
- Parameters:
imageUid
- The unique ID associated with the container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-