Interface DisableRequest.Builder

    • Method Detail

      • accountIds

        DisableRequest.Builder accountIds​(Collection<String> accountIds)

        An array of account IDs you want to disable Amazon Inspector scans for.

        Parameters:
        accountIds - An array of account IDs you want to disable Amazon Inspector scans for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        DisableRequest.Builder accountIds​(String... accountIds)

        An array of account IDs you want to disable Amazon Inspector scans for.

        Parameters:
        accountIds - An array of account IDs you want to disable Amazon Inspector scans for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypesWithStrings

        DisableRequest.Builder resourceTypesWithStrings​(Collection<String> resourceTypes)

        The resource scan types you want to disable.

        Parameters:
        resourceTypes - The resource scan types you want to disable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypesWithStrings

        DisableRequest.Builder resourceTypesWithStrings​(String... resourceTypes)

        The resource scan types you want to disable.

        Parameters:
        resourceTypes - The resource scan types you want to disable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        DisableRequest.Builder resourceTypes​(Collection<ResourceScanType> resourceTypes)

        The resource scan types you want to disable.

        Parameters:
        resourceTypes - The resource scan types you want to disable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        DisableRequest.Builder resourceTypes​(ResourceScanType... resourceTypes)

        The resource scan types you want to disable.

        Parameters:
        resourceTypes - The resource scan types you want to disable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.