Class UpdateAliasRequest

    • Constructor Detail

      • UpdateAliasRequest

        public UpdateAliasRequest()
    • Method Detail

      • setFunctionName

        public void setFunctionName​(String functionName)

        The function name for which the alias is created.

        Parameters:
        functionName - The function name for which the alias is created.
      • getFunctionName

        public String getFunctionName()

        The function name for which the alias is created.

        Returns:
        The function name for which the alias is created.
      • withFunctionName

        public UpdateAliasRequest withFunctionName​(String functionName)

        The function name for which the alias is created.

        Parameters:
        functionName - The function name for which the alias is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName​(String name)

        The alias name.

        Parameters:
        name - The alias name.
      • getName

        public String getName()

        The alias name.

        Returns:
        The alias name.
      • withName

        public UpdateAliasRequest withName​(String name)

        The alias name.

        Parameters:
        name - The alias name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFunctionVersion

        public void setFunctionVersion​(String functionVersion)

        Using this parameter you can change the Lambda function version to which the alias points.

        Parameters:
        functionVersion - Using this parameter you can change the Lambda function version to which the alias points.
      • getFunctionVersion

        public String getFunctionVersion()

        Using this parameter you can change the Lambda function version to which the alias points.

        Returns:
        Using this parameter you can change the Lambda function version to which the alias points.
      • withFunctionVersion

        public UpdateAliasRequest withFunctionVersion​(String functionVersion)

        Using this parameter you can change the Lambda function version to which the alias points.

        Parameters:
        functionVersion - Using this parameter you can change the Lambda function version to which the alias points.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription​(String description)

        You can change the description of the alias using this parameter.

        Parameters:
        description - You can change the description of the alias using this parameter.
      • getDescription

        public String getDescription()

        You can change the description of the alias using this parameter.

        Returns:
        You can change the description of the alias using this parameter.
      • withDescription

        public UpdateAliasRequest withDescription​(String description)

        You can change the description of the alias using this parameter.

        Parameters:
        description - You can change the description of the alias using this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object