public static interface CoverageEksClusterDetails.Builder extends SdkPojo, CopyableBuilder<CoverageEksClusterDetails.Builder,CoverageEksClusterDetails>
| Modifier and Type | Method and Description |
|---|---|
CoverageEksClusterDetails.Builder |
addonDetails(AddonDetails addonDetails)
Information about the installed EKS add-on.
|
default CoverageEksClusterDetails.Builder |
addonDetails(Consumer<AddonDetails.Builder> addonDetails)
Information about the installed EKS add-on.
|
CoverageEksClusterDetails.Builder |
clusterName(String clusterName)
Name of the EKS cluster.
|
CoverageEksClusterDetails.Builder |
compatibleNodes(Long compatibleNodes)
Represents all the nodes within the EKS cluster in your account.
|
CoverageEksClusterDetails.Builder |
coveredNodes(Long coveredNodes)
Represents the nodes within the EKS cluster that have a
HEALTHY coverage status. |
CoverageEksClusterDetails.Builder |
managementType(ManagementType managementType)
Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.
|
CoverageEksClusterDetails.Builder |
managementType(String managementType)
Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoverageEksClusterDetails.Builder clusterName(String clusterName)
Name of the EKS cluster.
clusterName - Name of the EKS cluster.CoverageEksClusterDetails.Builder coveredNodes(Long coveredNodes)
Represents the nodes within the EKS cluster that have a HEALTHY coverage status.
coveredNodes - Represents the nodes within the EKS cluster that have a HEALTHY coverage status.CoverageEksClusterDetails.Builder compatibleNodes(Long compatibleNodes)
Represents all the nodes within the EKS cluster in your account.
compatibleNodes - Represents all the nodes within the EKS cluster in your account.CoverageEksClusterDetails.Builder addonDetails(AddonDetails addonDetails)
Information about the installed EKS add-on.
addonDetails - Information about the installed EKS add-on.default CoverageEksClusterDetails.Builder addonDetails(Consumer<AddonDetails.Builder> addonDetails)
Information about the installed EKS add-on.
This is a convenience method that creates an instance of theAddonDetails.Builder avoiding the need
to create one manually via AddonDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to addonDetails(AddonDetails).
addonDetails - a consumer that will call methods on AddonDetails.BuilderaddonDetails(AddonDetails)CoverageEksClusterDetails.Builder managementType(String managementType)
Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.
AUTO_MANAGED indicates GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the Amazon EKS add-on
GuardDuty agent for this resource.
managementType - Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.
AUTO_MANAGED indicates GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the Amazon EKS
add-on GuardDuty agent for this resource.
ManagementType,
ManagementTypeCoverageEksClusterDetails.Builder managementType(ManagementType managementType)
Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.
AUTO_MANAGED indicates GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the Amazon EKS add-on
GuardDuty agent for this resource.
managementType - Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.
AUTO_MANAGED indicates GuardDuty deploys and manages updates for this resource.
MANUAL indicates that you are responsible to deploy, update, and manage the Amazon EKS
add-on GuardDuty agent for this resource.
ManagementType,
ManagementTypeCopyright © 2023. All rights reserved.