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 UpdateEndpointResult

    • Constructor Detail

      • UpdateEndpointResult

        public UpdateEndpointResult()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the endpoint you updated in this request.

        Parameters:
        name - The name of the endpoint you updated in this request.
      • getName

        public String getName()

        The name of the endpoint you updated in this request.

        Returns:
        The name of the endpoint you updated in this request.
      • withName

        public UpdateEndpointResult withName(String name)

        The name of the endpoint you updated in this request.

        Parameters:
        name - The name of the endpoint you updated in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setArn

        public void setArn(String arn)

        The ARN of the endpoint you updated in this request.

        Parameters:
        arn - The ARN of the endpoint you updated in this request.
      • getArn

        public String getArn()

        The ARN of the endpoint you updated in this request.

        Returns:
        The ARN of the endpoint you updated in this request.
      • withArn

        public UpdateEndpointResult withArn(String arn)

        The ARN of the endpoint you updated in this request.

        Parameters:
        arn - The ARN of the endpoint you updated in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoutingConfig

        public void setRoutingConfig(RoutingConfig routingConfig)

        The routing configuration you updated in this request.

        Parameters:
        routingConfig - The routing configuration you updated in this request.
      • getRoutingConfig

        public RoutingConfig getRoutingConfig()

        The routing configuration you updated in this request.

        Returns:
        The routing configuration you updated in this request.
      • withRoutingConfig

        public UpdateEndpointResult withRoutingConfig(RoutingConfig routingConfig)

        The routing configuration you updated in this request.

        Parameters:
        routingConfig - The routing configuration you updated in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setReplicationConfig

        public void setReplicationConfig(ReplicationConfig replicationConfig)

        Whether event replication was enabled or disabled for the endpoint you updated in this request.

        Parameters:
        replicationConfig - Whether event replication was enabled or disabled for the endpoint you updated in this request.
      • getReplicationConfig

        public ReplicationConfig getReplicationConfig()

        Whether event replication was enabled or disabled for the endpoint you updated in this request.

        Returns:
        Whether event replication was enabled or disabled for the endpoint you updated in this request.
      • withReplicationConfig

        public UpdateEndpointResult withReplicationConfig(ReplicationConfig replicationConfig)

        Whether event replication was enabled or disabled for the endpoint you updated in this request.

        Parameters:
        replicationConfig - Whether event replication was enabled or disabled for the endpoint you updated in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getEventBuses

        public List<EndpointEventBus> getEventBuses()

        The event buses used for replication for the endpoint you updated in this request.

        Returns:
        The event buses used for replication for the endpoint you updated in this request.
      • setEventBuses

        public void setEventBuses(Collection<EndpointEventBus> eventBuses)

        The event buses used for replication for the endpoint you updated in this request.

        Parameters:
        eventBuses - The event buses used for replication for the endpoint you updated in this request.
      • withEventBuses

        public UpdateEndpointResult withEventBuses(EndpointEventBus... eventBuses)

        The event buses used for replication for the endpoint you updated in this request.

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

        Parameters:
        eventBuses - The event buses used for replication for the endpoint you updated in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withEventBuses

        public UpdateEndpointResult withEventBuses(Collection<EndpointEventBus> eventBuses)

        The event buses used for replication for the endpoint you updated in this request.

        Parameters:
        eventBuses - The event buses used for replication for the endpoint you updated in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The ARN of the role used by event replication for the endpoint you updated in this request.

        Parameters:
        roleArn - The ARN of the role used by event replication for the endpoint you updated in this request.
      • getRoleArn

        public String getRoleArn()

        The ARN of the role used by event replication for the endpoint you updated in this request.

        Returns:
        The ARN of the role used by event replication for the endpoint you updated in this request.
      • withRoleArn

        public UpdateEndpointResult withRoleArn(String roleArn)

        The ARN of the role used by event replication for the endpoint you updated in this request.

        Parameters:
        roleArn - The ARN of the role used by event replication for the endpoint you updated in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndpointId

        public void setEndpointId(String endpointId)

        The ID of the endpoint you updated in this request.

        Parameters:
        endpointId - The ID of the endpoint you updated in this request.
      • getEndpointId

        public String getEndpointId()

        The ID of the endpoint you updated in this request.

        Returns:
        The ID of the endpoint you updated in this request.
      • withEndpointId

        public UpdateEndpointResult withEndpointId(String endpointId)

        The ID of the endpoint you updated in this request.

        Parameters:
        endpointId - The ID of the endpoint you updated in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndpointUrl

        public void setEndpointUrl(String endpointUrl)

        The URL of the endpoint you updated in this request.

        Parameters:
        endpointUrl - The URL of the endpoint you updated in this request.
      • getEndpointUrl

        public String getEndpointUrl()

        The URL of the endpoint you updated in this request.

        Returns:
        The URL of the endpoint you updated in this request.
      • withEndpointUrl

        public UpdateEndpointResult withEndpointUrl(String endpointUrl)

        The URL of the endpoint you updated in this request.

        Parameters:
        endpointUrl - The URL of the endpoint you updated in this request.
        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 endpoint you updated in this request.

        Parameters:
        state - The state of the endpoint you updated in this request.
        See Also:
        EndpointState
      • getState

        public String getState()

        The state of the endpoint you updated in this request.

        Returns:
        The state of the endpoint you updated in this request.
        See Also:
        EndpointState
      • withState

        public UpdateEndpointResult withState(String state)

        The state of the endpoint you updated in this request.

        Parameters:
        state - The state of the endpoint you updated in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EndpointState
      • withState

        public UpdateEndpointResult withState(EndpointState state)

        The state of the endpoint you updated in this request.

        Parameters:
        state - The state of the endpoint you updated in this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EndpointState
      • 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 によって変換されたページ (->オリジナル) /