Interface DescribeTopicPermissionsResponse.Builder

    • Method Detail

      • topicId

        DescribeTopicPermissionsResponse.Builder topicId​(String topicId)

        The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

        Parameters:
        topicId - The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • topicArn

        DescribeTopicPermissionsResponse.Builder topicArn​(String topicArn)

        The Amazon Resource Name (ARN) of the topic.

        Parameters:
        topicArn - The Amazon Resource Name (ARN) of the topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        DescribeTopicPermissionsResponse.Builder permissions​(Collection<ResourcePermission> permissions)

        A list of resource permissions that are configured to the topic.

        Parameters:
        permissions - A list of resource permissions that are configured to the topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        DescribeTopicPermissionsResponse.Builder permissions​(ResourcePermission... permissions)

        A list of resource permissions that are configured to the topic.

        Parameters:
        permissions - A list of resource permissions that are configured to the topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DescribeTopicPermissionsResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        DescribeTopicPermissionsResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.