Interface ConfigurationPolicySummary.Builder

    • Method Detail

      • arn

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

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

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

        ConfigurationPolicySummary.Builder updatedAt​(Instant 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.