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

Class UpdateApplicationRequest

    • Constructor Detail

      • UpdateApplicationRequest

        public UpdateApplicationRequest()
    • Method Detail

      • setArn

        public void setArn(String arn)

        The Amazon Resource Name (ARN) of the Application.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the Application.
      • getArn

        public String getArn()

        The Amazon Resource Name (ARN) of the Application.

        Returns:
        The Amazon Resource Name (ARN) of the Application.
      • withArn

        public UpdateApplicationRequest withArn(String arn)

        The Amazon Resource Name (ARN) of the Application.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the Application.
        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 application.

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

        public String getName()

        The name of the application.

        Returns:
        The name of the application.
      • withName

        public UpdateApplicationRequest withName(String name)

        The name of the application.

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

        public void setDescription(String description)

        The description of the application.

        Parameters:
        description - The description of the application.
      • getDescription

        public String getDescription()

        The description of the application.

        Returns:
        The description of the application.
      • withDescription

        public UpdateApplicationRequest withDescription(String description)

        The description of the application.

        Parameters:
        description - The description of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setApplicationSourceConfig

        public void setApplicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)

        The configuration for where the application should be loaded from.

        Parameters:
        applicationSourceConfig - The configuration for where the application should be loaded from.
      • getApplicationSourceConfig

        public ApplicationSourceConfig getApplicationSourceConfig()

        The configuration for where the application should be loaded from.

        Returns:
        The configuration for where the application should be loaded from.
      • withApplicationSourceConfig

        public UpdateApplicationRequest withApplicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)

        The configuration for where the application should be loaded from.

        Parameters:
        applicationSourceConfig - The configuration for where the application should be loaded from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSubscriptions

        @Deprecated
        public List<Subscription> getSubscriptions()
        Deprecated.

        The events that the application subscribes.

        Returns:
        The events that the application subscribes.
      • setSubscriptions

        @Deprecated
        public void setSubscriptions(Collection<Subscription> subscriptions)
        Deprecated.

        The events that the application subscribes.

        Parameters:
        subscriptions - The events that the application subscribes.
      • withSubscriptions

        @Deprecated
        public UpdateApplicationRequest withSubscriptions(Collection<Subscription> subscriptions)
        Deprecated.

        The events that the application subscribes.

        Parameters:
        subscriptions - The events that the application subscribes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPublications

        @Deprecated
        public List<Publication> getPublications()
        Deprecated.

        The events that the application publishes.

        Returns:
        The events that the application publishes.
      • setPublications

        @Deprecated
        public void setPublications(Collection<Publication> publications)
        Deprecated.

        The events that the application publishes.

        Parameters:
        publications - The events that the application publishes.
      • withPublications

        @Deprecated
        public UpdateApplicationRequest withPublications(Collection<Publication> publications)
        Deprecated.

        The events that the application publishes.

        Parameters:
        publications - The events that the application publishes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPermissions

        public List<String> getPermissions()

        The configuration of events or requests that the application has access to.

        Returns:
        The configuration of events or requests that the application has access to.
      • setPermissions

        public void setPermissions(Collection<String> permissions)

        The configuration of events or requests that the application has access to.

        Parameters:
        permissions - The configuration of events or requests that the application has access to.
      • withPermissions

        public UpdateApplicationRequest withPermissions(String... permissions)

        The configuration of events or requests that the application has access to.

        NOTE: This method appends the values to the existing list (if any). Use setPermissions(java.util.Collection) or withPermissions(java.util.Collection) if you want to override the existing values.

        Parameters:
        permissions - The configuration of events or requests that the application has access to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withPermissions

        public UpdateApplicationRequest withPermissions(Collection<String> permissions)

        The configuration of events or requests that the application has access to.

        Parameters:
        permissions - The configuration of events or requests that the application has access to.
        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 によって変換されたページ (->オリジナル) /