Interface AwsGuardDutyDetectorFeaturesDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsGuardDutyDetectorFeaturesDetails.Builder,AwsGuardDutyDetectorFeaturesDetails>,SdkBuilder<AwsGuardDutyDetectorFeaturesDetails.Builder,AwsGuardDutyDetectorFeaturesDetails>,SdkPojo
- Enclosing class:
- AwsGuardDutyDetectorFeaturesDetails
public static interface AwsGuardDutyDetectorFeaturesDetails.Builder extends SdkPojo, CopyableBuilder<AwsGuardDutyDetectorFeaturesDetails.Builder,AwsGuardDutyDetectorFeaturesDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsGuardDutyDetectorFeaturesDetails.Buildername(String name)Indicates the name of the feature that is activated for the detector.AwsGuardDutyDetectorFeaturesDetails.Builderstatus(String status)Indicates the status of the feature that is activated for the detector.-
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
-
name
AwsGuardDutyDetectorFeaturesDetails.Builder name(String name)
Indicates the name of the feature that is activated for the detector.
- Parameters:
name- Indicates the name of the feature that is activated for the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AwsGuardDutyDetectorFeaturesDetails.Builder status(String status)
Indicates the status of the feature that is activated for the detector.
- Parameters:
status- Indicates the status of the feature that is activated for the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-