Interface FargateDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FargateDetails.Builder,FargateDetails>,SdkBuilder<FargateDetails.Builder,FargateDetails>,SdkPojo
- Enclosing class:
- FargateDetails
public static interface FargateDetails.Builder extends SdkPojo, CopyableBuilder<FargateDetails.Builder,FargateDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FargateDetails.Builderissues(String... issues)Runtime coverage issues identified for the resource running on Amazon Web Services Fargate.FargateDetails.Builderissues(Collection<String> issues)Runtime coverage issues identified for the resource running on Amazon Web Services Fargate.FargateDetails.BuildermanagementType(String managementType)Indicates how the GuardDuty security agent is managed for this resource.FargateDetails.BuildermanagementType(ManagementType managementType)Indicates how the GuardDuty security agent is managed for this resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
issues
FargateDetails.Builder issues(Collection<String> issues)
Runtime coverage issues identified for the resource running on Amazon Web Services Fargate.
- Parameters:
issues- Runtime coverage issues identified for the resource running on Amazon Web Services 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 Amazon Web Services Fargate.
- Parameters:
issues- Runtime coverage issues identified for the resource running on Amazon Web Services 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_MANAGEDindicates that GuardDuty deploys and manages updates for this resource. -
DISABLEDindicates that the deployment of the GuardDuty security agent is disabled for this resource.
The
MANUALstatus doesn't apply to the Amazon Web Services Fargate (Amazon ECS only) woprkloads.- Parameters:
managementType- Indicates how the GuardDuty security agent is managed for this resource.-
AUTO_MANAGEDindicates that GuardDuty deploys and manages updates for this resource. -
DISABLEDindicates that the deployment of the GuardDuty security agent is disabled for this resource.
The
MANUALstatus doesn't apply to the Amazon Web Services Fargate (Amazon ECS only) woprkloads.-
- 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_MANAGEDindicates that GuardDuty deploys and manages updates for this resource. -
DISABLEDindicates that the deployment of the GuardDuty security agent is disabled for this resource.
The
MANUALstatus doesn't apply to the Amazon Web Services Fargate (Amazon ECS only) woprkloads.- Parameters:
managementType- Indicates how the GuardDuty security agent is managed for this resource.-
AUTO_MANAGEDindicates that GuardDuty deploys and manages updates for this resource. -
DISABLEDindicates that the deployment of the GuardDuty security agent is disabled for this resource.
The
MANUALstatus doesn't apply to the Amazon Web Services Fargate (Amazon ECS only) woprkloads.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManagementType,ManagementType
-
-
-