Interface GetEnrollmentConfigurationResponse.Builder

  • Method Details

    • status

      The current enrollment status.

      Parameters:
      status - The current enrollment status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current enrollment status.

      Parameters:
      status - The current enrollment status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      The reason for the current enrollment status.

      Parameters:
      statusReason - The reason for the current enrollment status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationRuleMode

      GetEnrollmentConfigurationResponse.Builder organizationRuleMode(String organizationRuleMode)

      Specifies whether the management account can create Automation rules that implement optimization actions for this account.

      Parameters:
      organizationRuleMode - Specifies whether the management account can create Automation rules that implement optimization actions for this account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • organizationRuleMode

      GetEnrollmentConfigurationResponse.Builder organizationRuleMode(OrganizationRuleMode organizationRuleMode)

      Specifies whether the management account can create Automation rules that implement optimization actions for this account.

      Parameters:
      organizationRuleMode - Specifies whether the management account can create Automation rules that implement optimization actions for this account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastUpdatedTimestamp

      GetEnrollmentConfigurationResponse.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)

      The timestamp of the last update to the enrollment configuration.

      Parameters:
      lastUpdatedTimestamp - The timestamp of the last update to the enrollment configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.