Interface UpdateEndpointResponse.Builder

    • Method Detail

      • name

        UpdateEndpointResponse.Builder name​(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.
      • arn

        UpdateEndpointResponse.Builder arn​(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.
      • routingConfig

        UpdateEndpointResponse.Builder routingConfig​(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.
      • replicationConfig

        UpdateEndpointResponse.Builder replicationConfig​(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.
      • eventBuses

        UpdateEndpointResponse.Builder eventBuses​(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.
      • eventBuses

        UpdateEndpointResponse.Builder eventBuses​(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.
      • roleArn

        UpdateEndpointResponse.Builder roleArn​(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.
      • endpointId

        UpdateEndpointResponse.Builder endpointId​(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.
      • endpointUrl

        UpdateEndpointResponse.Builder endpointUrl​(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.
      • state

        UpdateEndpointResponse.Builder state​(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, EndpointState