Interface DetectorAdditionalConfigurationResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectorAdditionalConfigurationResult.Builder,
,DetectorAdditionalConfigurationResult> SdkBuilder<DetectorAdditionalConfigurationResult.Builder,
,DetectorAdditionalConfigurationResult> SdkPojo
- Enclosing class:
DetectorAdditionalConfigurationResult
public static interface DetectorAdditionalConfigurationResult.Builder
extends SdkPojo, CopyableBuilder<DetectorAdditionalConfigurationResult.Builder,DetectorAdditionalConfigurationResult>
-
Method Summary
Modifier and TypeMethodDescriptionName of the additional configuration.Name of the additional configuration.Status of the additional configuration.status
(FeatureStatus status) Status of the additional configuration.The timestamp at which the additional configuration 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 Details
-
name
Name of the additional configuration.
- Parameters:
name
- Name of the additional configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Name of the additional configuration.
- Parameters:
name
- Name of the additional configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of the additional configuration.
- Parameters:
status
- Status of the additional configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of the additional configuration.
- Parameters:
status
- Status of the additional configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The timestamp at which the additional configuration was last updated. This is in UTC format.
- Parameters:
updatedAt
- The timestamp at which the additional configuration was last updated. This is in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-