Interface FreeTrialInfo.Builder

    • Method Detail

      • end

        FreeTrialInfo.Builder end​(Instant end)

        The date and time that the Amazon Inspector free trail ends for a given account.

        Parameters:
        end - The date and time that the Amazon Inspector free trail ends for a given account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • start

        FreeTrialInfo.Builder start​(Instant start)

        The date and time that the Amazon Inspector free trail started for a given account.

        Parameters:
        start - The date and time that the Amazon Inspector free trail started for a given account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        FreeTrialInfo.Builder type​(String type)

        The type of scan covered by the Amazon Inspector free trail.

        Parameters:
        type - The type of scan covered by the Amazon Inspector free trail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FreeTrialType, FreeTrialType
      • type

        FreeTrialInfo.Builder type​(FreeTrialType type)

        The type of scan covered by the Amazon Inspector free trail.

        Parameters:
        type - The type of scan covered by the Amazon Inspector free trail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FreeTrialType, FreeTrialType