Interface FargateDetails.Builder

    • Method Detail

      • issues

        FargateDetails.Builder issues​(Collection<String> issues)

        Runtime coverage issues identified for the resource running on AWS Fargate.

        Parameters:
        issues - Runtime coverage issues identified for the resource running on AWS Fargate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • issues

        FargateDetails.Builder issues​(String... issues)

        Runtime coverage issues identified for the resource running on AWS Fargate.

        Parameters:
        issues - Runtime coverage issues identified for the resource running on AWS Fargate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • managementType

        FargateDetails.Builder managementType​(String managementType)

        Indicates how the GuardDuty security agent is managed for this resource.

        • AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.

        • MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent updates for this resource.

        • DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this resource.

        Parameters:
        managementType - Indicates how the GuardDuty security agent is managed for this resource.

        • AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.

        • MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent updates for this resource.

        • DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this resource.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ManagementType, ManagementType
      • managementType

        FargateDetails.Builder managementType​(ManagementType managementType)

        Indicates how the GuardDuty security agent is managed for this resource.

        • AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.

        • MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent updates for this resource.

        • DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this resource.

        Parameters:
        managementType - Indicates how the GuardDuty security agent is managed for this resource.

        • AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.

        • MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent updates for this resource.

        • DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this resource.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ManagementType, ManagementType