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.codedeploy.model

Class LambdaFunctionInfo

    • Constructor Detail

      • LambdaFunctionInfo

        public LambdaFunctionInfo()
    • Method Detail

      • setFunctionName

        public void setFunctionName(String functionName)

        The name of a Lambda function.

        Parameters:
        functionName - The name of a Lambda function.
      • getFunctionName

        public String getFunctionName()

        The name of a Lambda function.

        Returns:
        The name of a Lambda function.
      • withFunctionName

        public LambdaFunctionInfo withFunctionName(String functionName)

        The name of a Lambda function.

        Parameters:
        functionName - The name of a Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFunctionAlias

        public void setFunctionAlias(String functionAlias)

        The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.

        Parameters:
        functionAlias - The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.
      • getFunctionAlias

        public String getFunctionAlias()

        The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.

        Returns:
        The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.
      • withFunctionAlias

        public LambdaFunctionInfo withFunctionAlias(String functionAlias)

        The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.

        Parameters:
        functionAlias - The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCurrentVersion

        public void setCurrentVersion(String currentVersion)

        The version of a Lambda function that production traffic points to.

        Parameters:
        currentVersion - The version of a Lambda function that production traffic points to.
      • getCurrentVersion

        public String getCurrentVersion()

        The version of a Lambda function that production traffic points to.

        Returns:
        The version of a Lambda function that production traffic points to.
      • withCurrentVersion

        public LambdaFunctionInfo withCurrentVersion(String currentVersion)

        The version of a Lambda function that production traffic points to.

        Parameters:
        currentVersion - The version of a Lambda function that production traffic points to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTargetVersion

        public void setTargetVersion(String targetVersion)

        The version of a Lambda function that production traffic points to after the Lambda function is deployed.

        Parameters:
        targetVersion - The version of a Lambda function that production traffic points to after the Lambda function is deployed.
      • getTargetVersion

        public String getTargetVersion()

        The version of a Lambda function that production traffic points to after the Lambda function is deployed.

        Returns:
        The version of a Lambda function that production traffic points to after the Lambda function is deployed.
      • withTargetVersion

        public LambdaFunctionInfo withTargetVersion(String targetVersion)

        The version of a Lambda function that production traffic points to after the Lambda function is deployed.

        Parameters:
        targetVersion - The version of a Lambda function that production traffic points to after the Lambda function is deployed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTargetVersionWeight

        public void setTargetVersionWeight(Double targetVersionWeight)

        The percentage of production traffic that the target version of a Lambda function receives.

        Parameters:
        targetVersionWeight - The percentage of production traffic that the target version of a Lambda function receives.
      • getTargetVersionWeight

        public Double getTargetVersionWeight()

        The percentage of production traffic that the target version of a Lambda function receives.

        Returns:
        The percentage of production traffic that the target version of a Lambda function receives.
      • withTargetVersionWeight

        public LambdaFunctionInfo withTargetVersionWeight(Double targetVersionWeight)

        The percentage of production traffic that the target version of a Lambda function receives.

        Parameters:
        targetVersionWeight - The percentage of production traffic that the target version of a Lambda function receives.
        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 によって変換されたページ (->オリジナル) /