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 GetProvisionedConcurrencyConfigResult

    • Constructor Detail

      • GetProvisionedConcurrencyConfigResult

        public GetProvisionedConcurrencyConfigResult()
    • Method Detail

      • setRequestedProvisionedConcurrentExecutions

        public void setRequestedProvisionedConcurrentExecutions(Integer requestedProvisionedConcurrentExecutions)

        The amount of provisioned concurrency requested.

        Parameters:
        requestedProvisionedConcurrentExecutions - The amount of provisioned concurrency requested.
      • getRequestedProvisionedConcurrentExecutions

        public Integer getRequestedProvisionedConcurrentExecutions()

        The amount of provisioned concurrency requested.

        Returns:
        The amount of provisioned concurrency requested.
      • withRequestedProvisionedConcurrentExecutions

        public GetProvisionedConcurrencyConfigResult withRequestedProvisionedConcurrentExecutions(Integer requestedProvisionedConcurrentExecutions)

        The amount of provisioned concurrency requested.

        Parameters:
        requestedProvisionedConcurrentExecutions - The amount of provisioned concurrency requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAvailableProvisionedConcurrentExecutions

        public void setAvailableProvisionedConcurrentExecutions(Integer availableProvisionedConcurrentExecutions)

        The amount of provisioned concurrency available.

        Parameters:
        availableProvisionedConcurrentExecutions - The amount of provisioned concurrency available.
      • getAvailableProvisionedConcurrentExecutions

        public Integer getAvailableProvisionedConcurrentExecutions()

        The amount of provisioned concurrency available.

        Returns:
        The amount of provisioned concurrency available.
      • withAvailableProvisionedConcurrentExecutions

        public GetProvisionedConcurrencyConfigResult withAvailableProvisionedConcurrentExecutions(Integer availableProvisionedConcurrentExecutions)

        The amount of provisioned concurrency available.

        Parameters:
        availableProvisionedConcurrentExecutions - The amount of provisioned concurrency available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAllocatedProvisionedConcurrentExecutions

        public void setAllocatedProvisionedConcurrentExecutions(Integer allocatedProvisionedConcurrentExecutions)

        The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.

        Parameters:
        allocatedProvisionedConcurrentExecutions - The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
      • getAllocatedProvisionedConcurrentExecutions

        public Integer getAllocatedProvisionedConcurrentExecutions()

        The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.

        Returns:
        The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
      • withAllocatedProvisionedConcurrentExecutions

        public GetProvisionedConcurrencyConfigResult withAllocatedProvisionedConcurrentExecutions(Integer allocatedProvisionedConcurrentExecutions)

        The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.

        Parameters:
        allocatedProvisionedConcurrentExecutions - The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatusReason

        public void setStatusReason(String statusReason)

        For failed allocations, the reason that provisioned concurrency could not be allocated.

        Parameters:
        statusReason - For failed allocations, the reason that provisioned concurrency could not be allocated.
      • getStatusReason

        public String getStatusReason()

        For failed allocations, the reason that provisioned concurrency could not be allocated.

        Returns:
        For failed allocations, the reason that provisioned concurrency could not be allocated.
      • withStatusReason

        public GetProvisionedConcurrencyConfigResult withStatusReason(String statusReason)

        For failed allocations, the reason that provisioned concurrency could not be allocated.

        Parameters:
        statusReason - For failed allocations, the reason that provisioned concurrency could not be allocated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModified

        public void setLastModified(String lastModified)

        The date and time that a user last updated the configuration, in ISO 8601 format.

        Parameters:
        lastModified - The date and time that a user last updated the configuration, in ISO 8601 format.
      • getLastModified

        public String getLastModified()

        The date and time that a user last updated the configuration, in ISO 8601 format.

        Returns:
        The date and time that a user last updated the configuration, in ISO 8601 format.
      • withLastModified

        public GetProvisionedConcurrencyConfigResult withLastModified(String lastModified)

        The date and time that a user last updated the configuration, in ISO 8601 format.

        Parameters:
        lastModified - The date and time that a user last updated the configuration, in ISO 8601 format.
        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 によって変換されたページ (->オリジナル) /