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 CreateExtensionAssociationResult

    • Constructor Detail

      • CreateExtensionAssociationResult

        public CreateExtensionAssociationResult()
    • Method Detail

      • setId

        public void setId(String id)

        The system-generated ID for the association.

        Parameters:
        id - The system-generated ID for the association.
      • getId

        public String getId()

        The system-generated ID for the association.

        Returns:
        The system-generated ID for the association.
      • withId

        public CreateExtensionAssociationResult withId(String id)

        The system-generated ID for the association.

        Parameters:
        id - The system-generated ID for the association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExtensionArn

        public void setExtensionArn(String extensionArn)

        The ARN of the extension defined in the association.

        Parameters:
        extensionArn - The ARN of the extension defined in the association.
      • getExtensionArn

        public String getExtensionArn()

        The ARN of the extension defined in the association.

        Returns:
        The ARN of the extension defined in the association.
      • withExtensionArn

        public CreateExtensionAssociationResult withExtensionArn(String extensionArn)

        The ARN of the extension defined in the association.

        Parameters:
        extensionArn - The ARN of the extension defined in the association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceArn

        public void setResourceArn(String resourceArn)

        The ARNs of applications, configuration profiles, or environments defined in the association.

        Parameters:
        resourceArn - The ARNs of applications, configuration profiles, or environments defined in the association.
      • getResourceArn

        public String getResourceArn()

        The ARNs of applications, configuration profiles, or environments defined in the association.

        Returns:
        The ARNs of applications, configuration profiles, or environments defined in the association.
      • withResourceArn

        public CreateExtensionAssociationResult withResourceArn(String resourceArn)

        The ARNs of applications, configuration profiles, or environments defined in the association.

        Parameters:
        resourceArn - The ARNs of applications, configuration profiles, or environments defined in the association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setArn

        public void setArn(String arn)

        The system-generated Amazon Resource Name (ARN) for the extension.

        Parameters:
        arn - The system-generated Amazon Resource Name (ARN) for the extension.
      • getArn

        public String getArn()

        The system-generated Amazon Resource Name (ARN) for the extension.

        Returns:
        The system-generated Amazon Resource Name (ARN) for the extension.
      • withArn

        public CreateExtensionAssociationResult withArn(String arn)

        The system-generated Amazon Resource Name (ARN) for the extension.

        Parameters:
        arn - The system-generated Amazon Resource Name (ARN) for the extension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getParameters

        public Map<String,String> getParameters()

        The parameter names and values defined in the association.

        Returns:
        The parameter names and values defined in the association.
      • setParameters

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

        The parameter names and values defined in the association.

        Parameters:
        parameters - The parameter names and values defined in the association.
      • withParameters

        public CreateExtensionAssociationResult withParameters(Map<String,String> parameters)

        The parameter names and values defined in the association.

        Parameters:
        parameters - The parameter names and values defined in the association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearParametersEntries

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

        public void setExtensionVersionNumber(Integer extensionVersionNumber)

        The version number for the extension defined in the association.

        Parameters:
        extensionVersionNumber - The version number for the extension defined in the association.
      • getExtensionVersionNumber

        public Integer getExtensionVersionNumber()

        The version number for the extension defined in the association.

        Returns:
        The version number for the extension defined in the association.
      • withExtensionVersionNumber

        public CreateExtensionAssociationResult withExtensionVersionNumber(Integer extensionVersionNumber)

        The version number for the extension defined in the association.

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