Interface ConfigurationPolicySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfigurationPolicySummary.Builder,
,ConfigurationPolicySummary> SdkBuilder<ConfigurationPolicySummary.Builder,
,ConfigurationPolicySummary> SdkPojo
- Enclosing class:
ConfigurationPolicySummary
public static interface ConfigurationPolicySummary.Builder
extends SdkPojo, CopyableBuilder<ConfigurationPolicySummary.Builder,ConfigurationPolicySummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the configuration policy.description
(String description) The description of the configuration policy.The universally unique identifier (UUID) of the configuration policy.The name of the configuration policy.serviceEnabled
(Boolean serviceEnabled) Indicates whether the service that the configuration policy applies to is enabled in the policy.The date and time, in UTC and ISO 8601 format, that the configuration policy 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
-
arn
The Amazon Resource Name (ARN) of the configuration policy.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the configuration policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The universally unique identifier (UUID) of the configuration policy.
- Parameters:
id
- The universally unique identifier (UUID) of the configuration policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted:
-, ., !, *, /
.- Parameters:
name
- The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted:-, ., !, *, /
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the configuration policy.
- Parameters:
description
- The description of the configuration policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
- Parameters:
updatedAt
- The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceEnabled
Indicates whether the service that the configuration policy applies to is enabled in the policy.
- Parameters:
serviceEnabled
- Indicates whether the service that the configuration policy applies to is enabled in the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-