Class GetSolutionStackPlainArgs.Builder

  • Enclosing class:
    GetSolutionStackPlainArgs

    public static final class GetSolutionStackPlainArgs.Builder
    extends java.lang.Object
    • Method Detail

      • mostRecent

        public GetSolutionStackPlainArgs.Builder mostRecent​(@Nullable
                                                            java.lang.Boolean mostRecent)
        Parameters:
        mostRecent - If more than one result is returned, use the most recent solution stack.
        Returns:
        builder
      • nameRegex

        public GetSolutionStackPlainArgs.Builder nameRegex​(java.lang.String nameRegex)
        Parameters:
        nameRegex - Regex string to apply to the solution stack list returned by AWS. See [Elastic Beanstalk Supported Platforms][beanstalk-platforms] from AWS documentation for reference solution stack names. > **NOTE:** If more or less than a single match is returned by the search, this call will fail. Ensure that your search is specific enough to return a single solution stack, or use `most_recent` to choose the most recent one.
        Returns:
        builder