Interface LambdaLayerAggregationResponse.Builder

  • Method Details

    • accountId

      The account ID of the Amazon Web Services Lambda function layer.

      Parameters:
      accountId - The account ID of the Amazon Web Services Lambda function layer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • functionName

      LambdaLayerAggregationResponse.Builder functionName(String functionName)

      The names of the Amazon Web Services Lambda functions associated with the layers.

      Parameters:
      functionName - The names of the Amazon Web Services Lambda functions associated with the layers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • layerArn

      The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.

      Parameters:
      layerArn - The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceId

      The Resource ID of the Amazon Web Services Lambda function layer.

      Parameters:
      resourceId - The Resource ID of the Amazon Web Services Lambda function layer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • severityCounts

      An object that contains the counts of aggregated finding per severity.

      Parameters:
      severityCounts - An object that contains the counts of aggregated finding per severity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • severityCounts

      An object that contains the counts of aggregated finding per severity.

      This is a convenience method that creates an instance of the SeverityCounts.Builder avoiding the need to create one manually via SeverityCounts.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to severityCounts(SeverityCounts).

      Parameters:
      severityCounts - a consumer that will call methods on SeverityCounts.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: