Interface ConfigurationRecorderSummary.Builder

    • Method Detail

      • arn

        ConfigurationRecorderSummary.Builder arn​(String arn)

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

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

        ConfigurationRecorderSummary.Builder name​(String name)

        The name of the configuration recorder.

        Parameters:
        name - The name of the configuration recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • servicePrincipal

        ConfigurationRecorderSummary.Builder servicePrincipal​(String servicePrincipal)

        For service-linked configuration recorders, indicates which Amazon Web Services service the configuration recorder is linked to.

        Parameters:
        servicePrincipal - For service-linked configuration recorders, indicates which Amazon Web Services service the configuration recorder is linked to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordingScope

        ConfigurationRecorderSummary.Builder recordingScope​(String recordingScope)

        Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free (INTERNAL) or if you are charged a service fee for recording (PAID).

        Parameters:
        recordingScope - Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free ( INTERNAL) or if you are charged a service fee for recording (PAID).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecordingScope, RecordingScope
      • recordingScope

        ConfigurationRecorderSummary.Builder recordingScope​(RecordingScope recordingScope)

        Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free (INTERNAL) or if you are charged a service fee for recording (PAID).

        Parameters:
        recordingScope - Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free ( INTERNAL) or if you are charged a service fee for recording (PAID).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecordingScope, RecordingScope