Interface Detector.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Detector.Builder,Detector>,SdkBuilder<Detector.Builder,Detector>,SdkPojo
- Enclosing class:
- Detector
public static interface Detector.Builder extends SdkPojo, CopyableBuilder<Detector.Builder,Detector>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Detector.Builderarn(String arn)The detector ARN.Detector.BuildercreatedTime(String createdTime)Timestamp of when the detector was created.Detector.Builderdescription(String description)The detector description.Detector.BuilderdetectorId(String detectorId)The detector ID.Detector.BuildereventTypeName(String eventTypeName)The name of the event type.Detector.BuilderlastUpdatedTime(String lastUpdatedTime)Timestamp of when the detector was last updated.-
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
-
detectorId
Detector.Builder detectorId(String detectorId)
The detector ID.
- Parameters:
detectorId- The detector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Detector.Builder description(String description)
The detector description.
- Parameters:
description- The detector description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTypeName
Detector.Builder eventTypeName(String eventTypeName)
The name of the event type.
- Parameters:
eventTypeName- The name of the event type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
Detector.Builder lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the detector was last updated.
- Parameters:
lastUpdatedTime- Timestamp of when the detector was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
Detector.Builder createdTime(String createdTime)
Timestamp of when the detector was created.
- Parameters:
createdTime- Timestamp of when the detector was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Detector.Builder arn(String arn)
The detector ARN.
- Parameters:
arn- The detector ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-