Interface GetSerialConsoleAccessStatusResponse.Builder

    • Method Detail

      • serialConsoleAccessEnabled

        GetSerialConsoleAccessStatusResponse.Builder serialConsoleAccessEnabled​(Boolean serialConsoleAccessEnabled)

        If true, access to the EC2 serial console of all instances is enabled for your account. If false, access to the EC2 serial console of all instances is disabled for your account.

        Parameters:
        serialConsoleAccessEnabled - If true, access to the EC2 serial console of all instances is enabled for your account. If false, access to the EC2 serial console of all instances is disabled for your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • managedBy

        GetSerialConsoleAccessStatusResponse.Builder managedBy​(String managedBy)

        The entity that manages access to the serial console. Possible values include:

        • account - Access is managed by the account.

        • declarative-policy - Access is managed by a declarative policy and can't be modified by the account.

        Parameters:
        managedBy - The entity that manages access to the serial console. Possible values include:

        • account - Access is managed by the account.

        • declarative-policy - Access is managed by a declarative policy and can't be modified by the account.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ManagedBy, ManagedBy
      • managedBy

        GetSerialConsoleAccessStatusResponse.Builder managedBy​(ManagedBy managedBy)

        The entity that manages access to the serial console. Possible values include:

        • account - Access is managed by the account.

        • declarative-policy - Access is managed by a declarative policy and can't be modified by the account.

        Parameters:
        managedBy - The entity that manages access to the serial console. Possible values include:

        • account - Access is managed by the account.

        • declarative-policy - Access is managed by a declarative policy and can't be modified by the account.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ManagedBy, ManagedBy