public static interface ContainerDetails.Builder extends SdkPojo, CopyableBuilder<ContainerDetails.Builder,ContainerDetails>
| Modifier and Type | Method and Description |
|---|---|
ContainerDetails.Builder |
imageId(String imageId)
The identifier of the image related to a finding.
|
ContainerDetails.Builder |
imageName(String imageName)
The name of the image related to a finding.
|
ContainerDetails.Builder |
launchedAt(String launchedAt)
Indicates when the container started.
|
ContainerDetails.Builder |
name(String name)
The name of the container related to a finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContainerDetails.Builder name(String name)
The name of the container related to a finding.
name - The name of the container related to a finding.ContainerDetails.Builder imageId(String imageId)
The identifier of the image related to a finding.
imageId - The identifier of the image related to a finding.ContainerDetails.Builder imageName(String imageName)
The name of the image related to a finding.
imageName - The name of the image related to a finding.ContainerDetails.Builder launchedAt(String launchedAt)
Indicates when the container started.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
launchedAt - Indicates when the container started.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
Copyright © 2021. All rights reserved.