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 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

      ConfigurationPolicySummary.Builder description(String 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

      ConfigurationPolicySummary.Builder serviceEnabled(Boolean 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.