Interface GetIpamDiscoveredAccountsRequest.Builder

    • Method Detail

      • dryRun

        GetIpamDiscoveredAccountsRequest.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.
      • ipamResourceDiscoveryId

        GetIpamDiscoveredAccountsRequest.Builder ipamResourceDiscoveryId​(String ipamResourceDiscoveryId)

        A resource discovery ID.

        Parameters:
        ipamResourceDiscoveryId - A resource discovery ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • discoveryRegion

        GetIpamDiscoveredAccountsRequest.Builder discoveryRegion​(String discoveryRegion)

        The Amazon Web Services Region that the account information is returned from.

        Parameters:
        discoveryRegion - The Amazon Web Services Region that the account information is returned from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        GetIpamDiscoveredAccountsRequest.Builder filters​(Filter... filters)

        Discovered account filters.

        Parameters:
        filters - Discovered account filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetIpamDiscoveredAccountsRequest.Builder nextToken​(String nextToken)

        Specify the pagination token from a previous request to retrieve the next page of results.

        Parameters:
        nextToken - Specify the pagination token from a previous request to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetIpamDiscoveredAccountsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of discovered accounts to return in one page of results.

        Parameters:
        maxResults - The maximum number of discovered accounts to return in one page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.