JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lambda.model

Class CreateAliasResult

    • Constructor Detail

      • CreateAliasResult

        public CreateAliasResult()
    • Method Detail

      • setAliasArn

        public void setAliasArn(String aliasArn)

        The Amazon Resource Name (ARN) of the alias.

        Parameters:
        aliasArn - The Amazon Resource Name (ARN) of the alias.
      • getAliasArn

        public String getAliasArn()

        The Amazon Resource Name (ARN) of the alias.

        Returns:
        The Amazon Resource Name (ARN) of the alias.
      • withAliasArn

        public CreateAliasResult withAliasArn(String aliasArn)

        The Amazon Resource Name (ARN) of the alias.

        Parameters:
        aliasArn - The Amazon Resource Name (ARN) of the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the alias.

        Parameters:
        name - The name of the alias.
      • getName

        public String getName()

        The name of the alias.

        Returns:
        The name of the alias.
      • withName

        public CreateAliasResult withName(String name)

        The name of the alias.

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

        public void setFunctionVersion(String functionVersion)

        The function version that the alias invokes.

        Parameters:
        functionVersion - The function version that the alias invokes.
      • getFunctionVersion

        public String getFunctionVersion()

        The function version that the alias invokes.

        Returns:
        The function version that the alias invokes.
      • withFunctionVersion

        public CreateAliasResult withFunctionVersion(String functionVersion)

        The function version that the alias invokes.

        Parameters:
        functionVersion - The function version that the alias invokes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A description of the alias.

        Parameters:
        description - A description of the alias.
      • getDescription

        public String getDescription()

        A description of the alias.

        Returns:
        A description of the alias.
      • withDescription

        public CreateAliasResult withDescription(String description)

        A description of the alias.

        Parameters:
        description - A description of the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRevisionId

        public void setRevisionId(String revisionId)

        A unique identifier that changes when you update the alias.

        Parameters:
        revisionId - A unique identifier that changes when you update the alias.
      • getRevisionId

        public String getRevisionId()

        A unique identifier that changes when you update the alias.

        Returns:
        A unique identifier that changes when you update the alias.
      • withRevisionId

        public CreateAliasResult withRevisionId(String revisionId)

        A unique identifier that changes when you update the alias.

        Parameters:
        revisionId - A unique identifier that changes when you update the alias.
        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. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /