Interface ExportLambdaFunctionRecommendationsRequest.Builder

    • Method Detail

      • accountIds

        ExportLambdaFunctionRecommendationsRequest.Builder accountIds​(Collection<String> accountIds)

        The IDs of the Amazon Web Services accounts for which to export Lambda function recommendations.

        If your account is the management account of an organization, use this parameter to specify the member account for which you want to export recommendations.

        This parameter cannot be specified together with the include member accounts parameter. The parameters are mutually exclusive.

        Recommendations for member accounts are not included in the export if this parameter, or the include member accounts parameter, is omitted.

        You can specify multiple account IDs per request.

        Parameters:
        accountIds - The IDs of the Amazon Web Services accounts for which to export Lambda function recommendations.

        If your account is the management account of an organization, use this parameter to specify the member account for which you want to export recommendations.

        This parameter cannot be specified together with the include member accounts parameter. The parameters are mutually exclusive.

        Recommendations for member accounts are not included in the export if this parameter, or the include member accounts parameter, is omitted.

        You can specify multiple account IDs per request.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        ExportLambdaFunctionRecommendationsRequest.Builder accountIds​(String... accountIds)

        The IDs of the Amazon Web Services accounts for which to export Lambda function recommendations.

        If your account is the management account of an organization, use this parameter to specify the member account for which you want to export recommendations.

        This parameter cannot be specified together with the include member accounts parameter. The parameters are mutually exclusive.

        Recommendations for member accounts are not included in the export if this parameter, or the include member accounts parameter, is omitted.

        You can specify multiple account IDs per request.

        Parameters:
        accountIds - The IDs of the Amazon Web Services accounts for which to export Lambda function recommendations.

        If your account is the management account of an organization, use this parameter to specify the member account for which you want to export recommendations.

        This parameter cannot be specified together with the include member accounts parameter. The parameters are mutually exclusive.

        Recommendations for member accounts are not included in the export if this parameter, or the include member accounts parameter, is omitted.

        You can specify multiple account IDs per request.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ExportLambdaFunctionRecommendationsRequest.Builder filters​(LambdaFunctionRecommendationFilter... filters)

        An array of objects to specify a filter that exports a more specific set of Lambda function recommendations.

        Parameters:
        filters - An array of objects to specify a filter that exports a more specific set of Lambda function recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldsToExportWithStrings

        ExportLambdaFunctionRecommendationsRequest.Builder fieldsToExportWithStrings​(Collection<String> fieldsToExport)

        The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide.

        Parameters:
        fieldsToExport - The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldsToExportWithStrings

        ExportLambdaFunctionRecommendationsRequest.Builder fieldsToExportWithStrings​(String... fieldsToExport)

        The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide.

        Parameters:
        fieldsToExport - The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldsToExport

        ExportLambdaFunctionRecommendationsRequest.Builder fieldsToExport​(Collection<ExportableLambdaFunctionField> fieldsToExport)

        The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide.

        Parameters:
        fieldsToExport - The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldsToExport

        ExportLambdaFunctionRecommendationsRequest.Builder fieldsToExport​(ExportableLambdaFunctionField... fieldsToExport)

        The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide.

        Parameters:
        fieldsToExport - The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3DestinationConfig

        ExportLambdaFunctionRecommendationsRequest.Builder s3DestinationConfig​(S3DestinationConfig s3DestinationConfig)
        Sets the value of the S3DestinationConfig property for this object.
        Parameters:
        s3DestinationConfig - The new value for the S3DestinationConfig property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileFormat

        ExportLambdaFunctionRecommendationsRequest.Builder fileFormat​(String fileFormat)

        The format of the export file.

        The only export file format currently supported is Csv.

        Parameters:
        fileFormat - The format of the export file.

        The only export file format currently supported is Csv.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileFormat, FileFormat
      • fileFormat

        ExportLambdaFunctionRecommendationsRequest.Builder fileFormat​(FileFormat fileFormat)

        The format of the export file.

        The only export file format currently supported is Csv.

        Parameters:
        fileFormat - The format of the export file.

        The only export file format currently supported is Csv.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileFormat, FileFormat
      • includeMemberAccounts

        ExportLambdaFunctionRecommendationsRequest.Builder includeMemberAccounts​(Boolean includeMemberAccounts)

        Indicates whether to include recommendations for resources in all member accounts of the organization if your account is the management account of an organization.

        The member accounts must also be opted in to Compute Optimizer, and trusted access for Compute Optimizer must be enabled in the organization account. For more information, see Compute Optimizer and Amazon Web Services Organizations trusted access in the Compute Optimizer User Guide.

        Recommendations for member accounts of the organization are not included in the export file if this parameter is omitted.

        This parameter cannot be specified together with the account IDs parameter. The parameters are mutually exclusive.

        Recommendations for member accounts are not included in the export if this parameter, or the account IDs parameter, is omitted.

        Parameters:
        includeMemberAccounts - Indicates whether to include recommendations for resources in all member accounts of the organization if your account is the management account of an organization.

        The member accounts must also be opted in to Compute Optimizer, and trusted access for Compute Optimizer must be enabled in the organization account. For more information, see Compute Optimizer and Amazon Web Services Organizations trusted access in the Compute Optimizer User Guide.

        Recommendations for member accounts of the organization are not included in the export file if this parameter is omitted.

        This parameter cannot be specified together with the account IDs parameter. The parameters are mutually exclusive.

        Recommendations for member accounts are not included in the export if this parameter, or the account IDs parameter, is omitted.

        Returns:
        Returns a reference to this object so that method calls can be chained together.