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)
The date/time that the container was started.
|
ContainerDetails.Builder |
name(String name)
The name of the container related to a finding.
|
copy
applyMutation, build
ContainerDetails.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)
The date/time that the container was started.
launchedAt
- The date/time that the container was started.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.