Interface DescribeRouteServersRequest.Builder

    • Method Detail

      • routeServerIds

        DescribeRouteServersRequest.Builder routeServerIds​(Collection<String> routeServerIds)

        The IDs of the route servers to describe.

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

        DescribeRouteServersRequest.Builder routeServerIds​(String... routeServerIds)

        The IDs of the route servers to describe.

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

        DescribeRouteServersRequest.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

        DescribeRouteServersRequest.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

        DescribeRouteServersRequest.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

        DescribeRouteServersRequest.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

        DescribeRouteServersRequest.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.