Interface ListLoggingConfigurationsResponse.Builder

    • Method Detail

      • loggingConfigurations

        ListLoggingConfigurationsResponse.Builder loggingConfigurations​(Collection<LoggingConfigurationSummary> loggingConfigurations)

        List of the matching logging configurations (summary information only). There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.

        Parameters:
        loggingConfigurations - List of the matching logging configurations (summary information only). There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • loggingConfigurations

        ListLoggingConfigurationsResponse.Builder loggingConfigurations​(LoggingConfigurationSummary... loggingConfigurations)

        List of the matching logging configurations (summary information only). There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.

        Parameters:
        loggingConfigurations - List of the matching logging configurations (summary information only). There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLoggingConfigurationsResponse.Builder nextToken​(String nextToken)

        If there are more logging configurations than maxResults, use nextToken in the request to get the next set.

        Parameters:
        nextToken - If there are more logging configurations than maxResults, use nextToken in the request to get the next set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.