Interface DescribeRouteServerPeersRequest.Builder

    • Method Detail

      • routeServerPeerIds

        DescribeRouteServerPeersRequest.Builder routeServerPeerIds​(Collection<String> routeServerPeerIds)

        The IDs of the route server peers to describe.

        Parameters:
        routeServerPeerIds - The IDs of the route server peers to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeServerPeerIds

        DescribeRouteServerPeersRequest.Builder routeServerPeerIds​(String... routeServerPeerIds)

        The IDs of the route server peers to describe.

        Parameters:
        routeServerPeerIds - The IDs of the route server peers to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeRouteServerPeersRequest.Builder nextToken​(String nextToken)

        The token for the next page of results.

        Parameters:
        nextToken - The token for the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeRouteServerPeersRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return with a single call.

        Parameters:
        maxResults - The maximum number of results to return with a single call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeRouteServerPeersRequest.Builder filters​(Collection<Filter> filters)

        One or more filters to apply to the describe request.

        Parameters:
        filters - One or more filters to apply to the describe request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeRouteServerPeersRequest.Builder filters​(Filter... filters)

        One or more filters to apply to the describe request.

        Parameters:
        filters - One or more filters to apply to the describe request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        DescribeRouteServerPeersRequest.Builder dryRun​(Boolean dryRun)

        A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.