public static interface CoverageResource.Builder extends SdkPojo, CopyableBuilder<CoverageResource.Builder,CoverageResource>
| Modifier and Type | Method and Description |
|---|---|
CoverageResource.Builder |
accountId(String accountId)
The unique ID of the Amazon Web Services account.
|
CoverageResource.Builder |
coverageStatus(CoverageStatus coverageStatus)
Represents the status of the EKS cluster coverage.
|
CoverageResource.Builder |
coverageStatus(String coverageStatus)
Represents the status of the EKS cluster coverage.
|
CoverageResource.Builder |
detectorId(String detectorId)
The unique ID of the GuardDuty detector associated with the resource.
|
CoverageResource.Builder |
issue(String issue)
Represents the reason why a coverage status was
UNHEALTHY for the EKS cluster. |
default CoverageResource.Builder |
resourceDetails(Consumer<CoverageResourceDetails.Builder> resourceDetails)
Information about the resource for which the coverage statistics are retrieved.
|
CoverageResource.Builder |
resourceDetails(CoverageResourceDetails resourceDetails)
Information about the resource for which the coverage statistics are retrieved.
|
CoverageResource.Builder |
resourceId(String resourceId)
The unique ID of the resource.
|
CoverageResource.Builder |
updatedAt(Instant updatedAt)
The timestamp at which the coverage details for the resource were last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoverageResource.Builder resourceId(String resourceId)
The unique ID of the resource.
resourceId - The unique ID of the resource.CoverageResource.Builder detectorId(String detectorId)
The unique ID of the GuardDuty detector associated with the resource.
detectorId - The unique ID of the GuardDuty detector associated with the resource.CoverageResource.Builder accountId(String accountId)
The unique ID of the Amazon Web Services account.
accountId - The unique ID of the Amazon Web Services account.CoverageResource.Builder resourceDetails(CoverageResourceDetails resourceDetails)
Information about the resource for which the coverage statistics are retrieved.
resourceDetails - Information about the resource for which the coverage statistics are retrieved.default CoverageResource.Builder resourceDetails(Consumer<CoverageResourceDetails.Builder> resourceDetails)
Information about the resource for which the coverage statistics are retrieved.
This is a convenience method that creates an instance of theCoverageResourceDetails.Builder avoiding
the need to create one manually via CoverageResourceDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to resourceDetails(CoverageResourceDetails).
resourceDetails - a consumer that will call methods on CoverageResourceDetails.BuilderresourceDetails(CoverageResourceDetails)CoverageResource.Builder coverageStatus(String coverageStatus)
Represents the status of the EKS cluster coverage.
coverageStatus - Represents the status of the EKS cluster coverage.CoverageStatus,
CoverageStatusCoverageResource.Builder coverageStatus(CoverageStatus coverageStatus)
Represents the status of the EKS cluster coverage.
coverageStatus - Represents the status of the EKS cluster coverage.CoverageStatus,
CoverageStatusCoverageResource.Builder issue(String issue)
Represents the reason why a coverage status was UNHEALTHY for the EKS cluster.
issue - Represents the reason why a coverage status was UNHEALTHY for the EKS cluster.CoverageResource.Builder updatedAt(Instant updatedAt)
The timestamp at which the coverage details for the resource were last updated. This is in UTC format.
updatedAt - The timestamp at which the coverage details for the resource were last updated. This is in UTC format.Copyright © 2023. All rights reserved.