Interface DisassociateResourceTypesRequest.Builder

    • Method Detail

      • configurationRecorderArn

        DisassociateResourceTypesRequest.Builder configurationRecorderArn​(String configurationRecorderArn)

        The Amazon Resource Name (ARN) of the specified configuration recorder.

        Parameters:
        configurationRecorderArn - The Amazon Resource Name (ARN) of the specified configuration recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypesWithStrings

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

        The list of resource types you want to remove from the recording group of the specified configuration recorder.

        Parameters:
        resourceTypes - The list of resource types you want to remove from the recording group of the specified configuration recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypesWithStrings

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

        The list of resource types you want to remove from the recording group of the specified configuration recorder.

        Parameters:
        resourceTypes - The list of resource types you want to remove from the recording group of the specified configuration recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        DisassociateResourceTypesRequest.Builder resourceTypes​(Collection<ResourceType> resourceTypes)

        The list of resource types you want to remove from the recording group of the specified configuration recorder.

        Parameters:
        resourceTypes - The list of resource types you want to remove from the recording group of the specified configuration recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        DisassociateResourceTypesRequest.Builder resourceTypes​(ResourceType... resourceTypes)

        The list of resource types you want to remove from the recording group of the specified configuration recorder.

        Parameters:
        resourceTypes - The list of resource types you want to remove from the recording group of the specified configuration recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.