Interface AwsGuardDutyDetectorFeaturesDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsGuardDutyDetectorFeaturesDetails.Builder,
,AwsGuardDutyDetectorFeaturesDetails> SdkBuilder<AwsGuardDutyDetectorFeaturesDetails.Builder,
,AwsGuardDutyDetectorFeaturesDetails> SdkPojo
- Enclosing class:
AwsGuardDutyDetectorFeaturesDetails
@Mutable
@NotThreadSafe
public static interface AwsGuardDutyDetectorFeaturesDetails.Builder
extends SdkPojo, CopyableBuilder<AwsGuardDutyDetectorFeaturesDetails.Builder,AwsGuardDutyDetectorFeaturesDetails>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates the name of the feature that is activated for the detector.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-