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 DescribeEventSourceResult

    • Constructor Detail

      • DescribeEventSourceResult

        public DescribeEventSourceResult()
    • Method Detail

      • setArn

        public void setArn(String arn)

        The ARN of the partner event source.

        Parameters:
        arn - The ARN of the partner event source.
      • getArn

        public String getArn()

        The ARN of the partner event source.

        Returns:
        The ARN of the partner event source.
      • withArn

        public DescribeEventSourceResult withArn(String arn)

        The ARN of the partner event source.

        Parameters:
        arn - The ARN of the partner event source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedBy

        public void setCreatedBy(String createdBy)

        The name of the SaaS partner that created the event source.

        Parameters:
        createdBy - The name of the SaaS partner that created the event source.
      • getCreatedBy

        public String getCreatedBy()

        The name of the SaaS partner that created the event source.

        Returns:
        The name of the SaaS partner that created the event source.
      • withCreatedBy

        public DescribeEventSourceResult withCreatedBy(String createdBy)

        The name of the SaaS partner that created the event source.

        Parameters:
        createdBy - The name of the SaaS partner that created the event source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The date and time that the event source was created.

        Parameters:
        creationTime - The date and time that the event source was created.
      • getCreationTime

        public Date getCreationTime()

        The date and time that the event source was created.

        Returns:
        The date and time that the event source was created.
      • withCreationTime

        public DescribeEventSourceResult withCreationTime(Date creationTime)

        The date and time that the event source was created.

        Parameters:
        creationTime - The date and time that the event source was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExpirationTime

        public void setExpirationTime(Date expirationTime)

        The date and time that the event source will expire if you do not create a matching event bus.

        Parameters:
        expirationTime - The date and time that the event source will expire if you do not create a matching event bus.
      • getExpirationTime

        public Date getExpirationTime()

        The date and time that the event source will expire if you do not create a matching event bus.

        Returns:
        The date and time that the event source will expire if you do not create a matching event bus.
      • withExpirationTime

        public DescribeEventSourceResult withExpirationTime(Date expirationTime)

        The date and time that the event source will expire if you do not create a matching event bus.

        Parameters:
        expirationTime - The date and time that the event source will expire if you do not create a matching event bus.
        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 partner event source.

        Parameters:
        name - The name of the partner event source.
      • getName

        public String getName()

        The name of the partner event source.

        Returns:
        The name of the partner event source.
      • withName

        public DescribeEventSourceResult withName(String name)

        The name of the partner event source.

        Parameters:
        name - The name of the partner event source.
        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 event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.

        Parameters:
        state - The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
        See Also:
        EventSourceState
      • getState

        public String getState()

        The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.

        Returns:
        The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
        See Also:
        EventSourceState
      • withState

        public DescribeEventSourceResult withState(String state)

        The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.

        Parameters:
        state - The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventSourceState
      • withState

        public DescribeEventSourceResult withState(EventSourceState state)

        The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.

        Parameters:
        state - The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventSourceState
      • 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 によって変換されたページ (->オリジナル) /