Interface AssociateResourceTypesRequest.Builder

    • Method Detail

      • configurationRecorderArn

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

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

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

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

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

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

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

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

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

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

        AssociateResourceTypesRequest.Builder resourceTypes​(ResourceType... resourceTypes)

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

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