Interface DescribeEndpointResponse.Builder

    • Method Detail

      • name

        DescribeEndpointResponse.Builder name​(String name)

        The name of the endpoint you asked for information about.

        Parameters:
        name - The name of the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DescribeEndpointResponse.Builder description​(String description)

        The description of the endpoint you asked for information about.

        Parameters:
        description - The description of the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        DescribeEndpointResponse.Builder arn​(String arn)

        The ARN of the endpoint you asked for information about.

        Parameters:
        arn - The ARN of the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routingConfig

        DescribeEndpointResponse.Builder routingConfig​(RoutingConfig routingConfig)

        The routing configuration of the endpoint you asked for information about.

        Parameters:
        routingConfig - The routing configuration of the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationConfig

        DescribeEndpointResponse.Builder replicationConfig​(ReplicationConfig replicationConfig)

        Whether replication is enabled or disabled for the endpoint you asked for information about.

        Parameters:
        replicationConfig - Whether replication is enabled or disabled for the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventBuses

        DescribeEndpointResponse.Builder eventBuses​(Collection<EndpointEventBus> eventBuses)

        The event buses being used by the endpoint you asked for information about.

        Parameters:
        eventBuses - The event buses being used by the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventBuses

        DescribeEndpointResponse.Builder eventBuses​(EndpointEventBus... eventBuses)

        The event buses being used by the endpoint you asked for information about.

        Parameters:
        eventBuses - The event buses being used by the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        DescribeEndpointResponse.Builder roleArn​(String roleArn)

        The ARN of the role used by the endpoint you asked for information about.

        Parameters:
        roleArn - The ARN of the role used by the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointId

        DescribeEndpointResponse.Builder endpointId​(String endpointId)

        The ID of the endpoint you asked for information about.

        Parameters:
        endpointId - The ID of the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointUrl

        DescribeEndpointResponse.Builder endpointUrl​(String endpointUrl)

        The URL of the endpoint you asked for information about.

        Parameters:
        endpointUrl - The URL of the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        DescribeEndpointResponse.Builder state​(String state)

        The current state of the endpoint you asked for information about.

        Parameters:
        state - The current state of the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EndpointState, EndpointState
      • state

        DescribeEndpointResponse.Builder state​(EndpointState state)

        The current state of the endpoint you asked for information about.

        Parameters:
        state - The current state of the endpoint you asked for information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EndpointState, EndpointState
      • stateReason

        DescribeEndpointResponse.Builder stateReason​(String stateReason)

        The reason the endpoint you asked for information about is in its current state.

        Parameters:
        stateReason - The reason the endpoint you asked for information about is in its current state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeEndpointResponse.Builder creationTime​(Instant creationTime)

        The time the endpoint you asked for information about was created.

        Parameters:
        creationTime - The time the endpoint you asked for information about was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        DescribeEndpointResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The last time the endpoint you asked for information about was modified.

        Parameters:
        lastModifiedTime - The last time the endpoint you asked for information about was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.