Interface LambdaLayerAggregationResponse.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LambdaLayerAggregationResponse.Builder,LambdaLayerAggregationResponse>, SdkBuilder<LambdaLayerAggregationResponse.Builder,LambdaLayerAggregationResponse>, SdkPojo
Enclosing class:
LambdaLayerAggregationResponse

public static interface LambdaLayerAggregationResponse.Builder extends SdkPojo, CopyableBuilder<LambdaLayerAggregationResponse.Builder,LambdaLayerAggregationResponse>
  • 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

      Sets the value of the SeverityCounts property for this object.
      Parameters:
      severityCounts - The new value for the SeverityCounts property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • severityCounts

      Sets the value of the SeverityCounts property for this object. 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: