Interface LambdaLayerAggregationResponse.Builder

    • Method Detail

      • accountId

        LambdaLayerAggregationResponse.Builder accountId​(String 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

        LambdaLayerAggregationResponse.Builder layerArn​(String 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

        LambdaLayerAggregationResponse.Builder resourceId​(String 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

        LambdaLayerAggregationResponse.Builder severityCounts​(SeverityCounts 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.