Interface ExportLicenseRecommendationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ComputeOptimizerRequest.Builder
,CopyableBuilder<ExportLicenseRecommendationsRequest.Builder,
,ExportLicenseRecommendationsRequest> SdkBuilder<ExportLicenseRecommendationsRequest.Builder,
,ExportLicenseRecommendationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ExportLicenseRecommendationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds
(String... accountIds) The IDs of the Amazon Web Services accounts for which to export license recommendations.accountIds
(Collection<String> accountIds) The IDs of the Amazon Web Services accounts for which to export license recommendations.fieldsToExport
(Collection<ExportableLicenseField> fieldsToExport) The recommendations data to include in the export file.fieldsToExport
(ExportableLicenseField... fieldsToExport) The recommendations data to include in the export file.fieldsToExportWithStrings
(String... fieldsToExport) The recommendations data to include in the export file.fieldsToExportWithStrings
(Collection<String> fieldsToExport) The recommendations data to include in the export file.fileFormat
(String fileFormat) The format of the export file.fileFormat
(FileFormat fileFormat) The format of the export file.filters
(Collection<LicenseRecommendationFilter> filters) An array of objects to specify a filter that exports a more specific set of license recommendations.filters
(Consumer<LicenseRecommendationFilter.Builder>... filters) An array of objects to specify a filter that exports a more specific set of license recommendations.filters
(LicenseRecommendationFilter... filters) An array of objects to specify a filter that exports a more specific set of license recommendations.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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.s3DestinationConfig
(Consumer<S3DestinationConfig.Builder> s3DestinationConfig) Sets the value of the S3DestinationConfig property for this object.s3DestinationConfig
(S3DestinationConfig s3DestinationConfig) Sets the value of the S3DestinationConfig property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.computeoptimizer.model.ComputeOptimizerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
accountIds
The IDs of the Amazon Web Services accounts for which to export license 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 can't be specified together with the include member accounts parameter. The parameters are mutually exclusive.
If this parameter is omitted, recommendations for member accounts aren't included in the export.
You can specify multiple account IDs per request.
- Parameters:
accountIds
- The IDs of the Amazon Web Services accounts for which to export license 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 can't be specified together with the include member accounts parameter. The parameters are mutually exclusive.
If this parameter is omitted, recommendations for member accounts aren't included in the export.
You can specify multiple account IDs per request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
The IDs of the Amazon Web Services accounts for which to export license 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 can't be specified together with the include member accounts parameter. The parameters are mutually exclusive.
If this parameter is omitted, recommendations for member accounts aren't included in the export.
You can specify multiple account IDs per request.
- Parameters:
accountIds
- The IDs of the Amazon Web Services accounts for which to export license 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 can't be specified together with the include member accounts parameter. The parameters are mutually exclusive.
If this parameter is omitted, recommendations for member accounts aren't included in the export.
You can specify multiple account IDs per request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ExportLicenseRecommendationsRequest.Builder filters(Collection<LicenseRecommendationFilter> filters) An array of objects to specify a filter that exports a more specific set of license recommendations.
- Parameters:
filters
- An array of objects to specify a filter that exports a more specific set of license recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
An array of objects to specify a filter that exports a more specific set of license recommendations.
- Parameters:
filters
- An array of objects to specify a filter that exports a more specific set of license recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ExportLicenseRecommendationsRequest.Builder filters(Consumer<LicenseRecommendationFilter.Builder>... filters) An array of objects to specify a filter that exports a more specific set of license recommendations.
This is a convenience method that creates an instance of theLicenseRecommendationFilter.Builder
avoiding the need to create one manually viaLicenseRecommendationFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<LicenseRecommendationFilter>)
.- Parameters:
filters
- a consumer that will call methods onLicenseRecommendationFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fieldsToExportWithStrings
ExportLicenseRecommendationsRequest.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
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
ExportLicenseRecommendationsRequest.Builder fieldsToExport(Collection<ExportableLicenseField> 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
ExportLicenseRecommendationsRequest.Builder fieldsToExport(ExportableLicenseField... 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
ExportLicenseRecommendationsRequest.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.
-
s3DestinationConfig
default ExportLicenseRecommendationsRequest.Builder s3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig) Sets the value of the S3DestinationConfig property for this object. This is a convenience method that creates an instance of theS3DestinationConfig.Builder
avoiding the need to create one manually viaS3DestinationConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3DestinationConfig(S3DestinationConfig)
.- Parameters:
s3DestinationConfig
- a consumer that will call methods onS3DestinationConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileFormat
The format of the export file.
A CSV file is the only export format currently supported.
- Parameters:
fileFormat
- The format of the export file.A CSV file is the only export format currently supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileFormat
The format of the export file.
A CSV file is the only export format currently supported.
- Parameters:
fileFormat
- The format of the export file.A CSV file is the only export format currently supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
If this parameter is omitted, recommendations for member accounts of the organization aren't included in the export file .
This parameter cannot be specified together with the account IDs parameter. The parameters are mutually exclusive.
- 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.
If this parameter is omitted, recommendations for member accounts of the organization aren't included in the export file .
This parameter cannot be specified together with the account IDs parameter. The parameters are mutually exclusive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ExportLicenseRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ExportLicenseRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-