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

Class UpdateExtensionRequest

    • Constructor Detail

      • UpdateExtensionRequest

        public UpdateExtensionRequest()
    • Method Detail

      • setExtensionIdentifier

        public void setExtensionIdentifier(String extensionIdentifier)

        The name, the ID, or the Amazon Resource Name (ARN) of the extension.

        Parameters:
        extensionIdentifier - The name, the ID, or the Amazon Resource Name (ARN) of the extension.
      • getExtensionIdentifier

        public String getExtensionIdentifier()

        The name, the ID, or the Amazon Resource Name (ARN) of the extension.

        Returns:
        The name, the ID, or the Amazon Resource Name (ARN) of the extension.
      • withExtensionIdentifier

        public UpdateExtensionRequest withExtensionIdentifier(String extensionIdentifier)

        The name, the ID, or the Amazon Resource Name (ARN) of the extension.

        Parameters:
        extensionIdentifier - The name, the ID, or the Amazon Resource Name (ARN) of the extension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        Information about the extension.

        Parameters:
        description - Information about the extension.
      • getDescription

        public String getDescription()

        Information about the extension.

        Returns:
        Information about the extension.
      • withDescription

        public UpdateExtensionRequest withDescription(String description)

        Information about the extension.

        Parameters:
        description - Information about the extension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getActions

        public Map<String,List<Action>> getActions()

        The actions defined in the extension.

        Returns:
        The actions defined in the extension.
      • setActions

        public void setActions(Map<String,List<Action>> actions)

        The actions defined in the extension.

        Parameters:
        actions - The actions defined in the extension.
      • withActions

        public UpdateExtensionRequest withActions(Map<String,List<Action>> actions)

        The actions defined in the extension.

        Parameters:
        actions - The actions defined in the extension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearActionsEntries

        public UpdateExtensionRequest clearActionsEntries()
        Removes all the entries added into Actions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getParameters

        public Map<String,Parameter> getParameters()

        One or more parameters for the actions called by the extension.

        Returns:
        One or more parameters for the actions called by the extension.
      • setParameters

        public void setParameters(Map<String,Parameter> parameters)

        One or more parameters for the actions called by the extension.

        Parameters:
        parameters - One or more parameters for the actions called by the extension.
      • withParameters

        public UpdateExtensionRequest withParameters(Map<String,Parameter> parameters)

        One or more parameters for the actions called by the extension.

        Parameters:
        parameters - One or more parameters for the actions called by the extension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearParametersEntries

        public UpdateExtensionRequest clearParametersEntries()
        Removes all the entries added into Parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVersionNumber

        public void setVersionNumber(Integer versionNumber)

        The extension version number.

        Parameters:
        versionNumber - The extension version number.
      • getVersionNumber

        public Integer getVersionNumber()

        The extension version number.

        Returns:
        The extension version number.
      • withVersionNumber

        public UpdateExtensionRequest withVersionNumber(Integer versionNumber)

        The extension version number.

        Parameters:
        versionNumber - The extension version number.
        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 によって変換されたページ (->オリジナル) /