JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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

Class UpdateArchiveResult

    • Constructor Detail

      • UpdateArchiveResult

        public UpdateArchiveResult()
    • Method Detail

      • setArchiveArn

        public void setArchiveArn(String archiveArn)

        The ARN of the archive.

        Parameters:
        archiveArn - The ARN of the archive.
      • getArchiveArn

        public String getArchiveArn()

        The ARN of the archive.

        Returns:
        The ARN of the archive.
      • withArchiveArn

        public UpdateArchiveResult withArchiveArn(String archiveArn)

        The ARN of the archive.

        Parameters:
        archiveArn - The ARN of the archive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setState

        public void setState(String state)

        The state of the archive.

        Parameters:
        state - The state of the archive.
        See Also:
        ArchiveState
      • getState

        public String getState()

        The state of the archive.

        Returns:
        The state of the archive.
        See Also:
        ArchiveState
      • withState

        public UpdateArchiveResult withState(String state)

        The state of the archive.

        Parameters:
        state - The state of the archive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ArchiveState
      • withState

        public UpdateArchiveResult withState(ArchiveState state)

        The state of the archive.

        Parameters:
        state - The state of the archive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ArchiveState
      • setStateReason

        public void setStateReason(String stateReason)

        The reason that the archive is in the current state.

        Parameters:
        stateReason - The reason that the archive is in the current state.
      • getStateReason

        public String getStateReason()

        The reason that the archive is in the current state.

        Returns:
        The reason that the archive is in the current state.
      • withStateReason

        public UpdateArchiveResult withStateReason(String stateReason)

        The reason that the archive is in the current state.

        Parameters:
        stateReason - The reason that the archive is in the current state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time at which the archive was updated.

        Parameters:
        creationTime - The time at which the archive was updated.
      • getCreationTime

        public Date getCreationTime()

        The time at which the archive was updated.

        Returns:
        The time at which the archive was updated.
      • withCreationTime

        public UpdateArchiveResult withCreationTime(Date creationTime)

        The time at which the archive was updated.

        Parameters:
        creationTime - The time at which the archive was updated.
        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 によって変換されたページ (->オリジナル) /