Interface StartConfigurationPolicyAssociationResponse.Builder

    • Method Detail

      • configurationPolicyId

        StartConfigurationPolicyAssociationResponse.Builder configurationPolicyId​(String configurationPolicyId)

        The UUID of the configuration policy.

        Parameters:
        configurationPolicyId - The UUID of the configuration policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetId

        StartConfigurationPolicyAssociationResponse.Builder targetId​(String targetId)

        The identifier of the target account, organizational unit, or the organization root with which the configuration is associated.

        Parameters:
        targetId - The identifier of the target account, organizational unit, or the organization root with which the configuration is associated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetType

        StartConfigurationPolicyAssociationResponse.Builder targetType​(String targetType)

        Indicates whether the target is an Amazon Web Services account, organizational unit, or the organization root.

        Parameters:
        targetType - Indicates whether the target is an Amazon Web Services account, organizational unit, or the organization root.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetType, TargetType
      • targetType

        StartConfigurationPolicyAssociationResponse.Builder targetType​(TargetType targetType)

        Indicates whether the target is an Amazon Web Services account, organizational unit, or the organization root.

        Parameters:
        targetType - Indicates whether the target is an Amazon Web Services account, organizational unit, or the organization root.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetType, TargetType
      • associationType

        StartConfigurationPolicyAssociationResponse.Builder associationType​(String associationType)

        Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.

        Parameters:
        associationType - Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssociationType, AssociationType
      • associationType

        StartConfigurationPolicyAssociationResponse.Builder associationType​(AssociationType associationType)

        Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.

        Parameters:
        associationType - Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssociationType, AssociationType
      • updatedAt

        StartConfigurationPolicyAssociationResponse.Builder updatedAt​(Instant updatedAt)

        The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.

        Parameters:
        updatedAt - The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationStatusMessage

        StartConfigurationPolicyAssociationResponse.Builder associationStatusMessage​(String associationStatusMessage)

        An explanation for a FAILED value for AssociationStatus.

        Parameters:
        associationStatusMessage - An explanation for a FAILED value for AssociationStatus.
        Returns:
        Returns a reference to this object so that method calls can be chained together.