public static interface ExportLicenseRecommendationsRequest.Builder extends ComputeOptimizerRequest.Builder, SdkPojo, CopyableBuilder<ExportLicenseRecommendationsRequest.Builder,ExportLicenseRecommendationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ExportLicenseRecommendationsRequest.Builder |
accountIds(Collection<String> accountIds)
The IDs of the Amazon Web Services accounts for which to export license recommendations.
|
ExportLicenseRecommendationsRequest.Builder |
accountIds(String... accountIds)
The IDs of the Amazon Web Services accounts for which to export license recommendations.
|
ExportLicenseRecommendationsRequest.Builder |
fieldsToExport(Collection<ExportableLicenseField> fieldsToExport)
The recommendations data to include in the export file.
|
ExportLicenseRecommendationsRequest.Builder |
fieldsToExport(ExportableLicenseField... fieldsToExport)
The recommendations data to include in the export file.
|
ExportLicenseRecommendationsRequest.Builder |
fieldsToExportWithStrings(Collection<String> fieldsToExport)
The recommendations data to include in the export file.
|
ExportLicenseRecommendationsRequest.Builder |
fieldsToExportWithStrings(String... fieldsToExport)
The recommendations data to include in the export file.
|
ExportLicenseRecommendationsRequest.Builder |
fileFormat(FileFormat fileFormat)
The format of the export file.
|
ExportLicenseRecommendationsRequest.Builder |
fileFormat(String fileFormat)
The format of the export file.
|
ExportLicenseRecommendationsRequest.Builder |
filters(Collection<LicenseRecommendationFilter> filters)
An array of objects to specify a filter that exports a more specific set of license recommendations.
|
ExportLicenseRecommendationsRequest.Builder |
filters(Consumer<LicenseRecommendationFilter.Builder>... filters)
An array of objects to specify a filter that exports a more specific set of license recommendations.
|
ExportLicenseRecommendationsRequest.Builder |
filters(LicenseRecommendationFilter... filters)
An array of objects to specify a filter that exports a more specific set of license recommendations.
|
ExportLicenseRecommendationsRequest.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.
|
ExportLicenseRecommendationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExportLicenseRecommendationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ExportLicenseRecommendationsRequest.Builder |
s3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig)
Sets the value of the S3DestinationConfig property for this object.
|
ExportLicenseRecommendationsRequest.Builder |
s3DestinationConfig(S3DestinationConfig s3DestinationConfig)
Sets the value of the S3DestinationConfig property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportLicenseRecommendationsRequest.Builder accountIds(Collection<String> 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.
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.
ExportLicenseRecommendationsRequest.Builder accountIds(String... 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.
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.
ExportLicenseRecommendationsRequest.Builder filters(Collection<LicenseRecommendationFilter> filters)
An array of objects to specify a filter that exports a more specific set of license recommendations.
filters - An array of objects to specify a filter that exports a more specific set of license recommendations.ExportLicenseRecommendationsRequest.Builder filters(LicenseRecommendationFilter... filters)
An array of objects to specify a filter that exports a more specific set of license recommendations.
filters - An array of objects to specify a filter that exports a more specific set of license recommendations.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 via
LicenseRecommendationFilter.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
LicenseRecommendationFilter.Builder#filters(java.util.Collection) 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.
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.ExportLicenseRecommendationsRequest.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.
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.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.
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.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.
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.ExportLicenseRecommendationsRequest.Builder s3DestinationConfig(S3DestinationConfig s3DestinationConfig)
s3DestinationConfig - The new value for the S3DestinationConfig property for this object.default ExportLicenseRecommendationsRequest.Builder s3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig)
S3DestinationConfig.Builder avoiding the
need to create one manually via S3DestinationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3DestinationConfig(S3DestinationConfig).
s3DestinationConfig - a consumer that will call methods on S3DestinationConfig.Builders3DestinationConfig(S3DestinationConfig)ExportLicenseRecommendationsRequest.Builder fileFormat(String fileFormat)
The format of the export file.
A CSV file is the only export format currently supported.
fileFormat - The format of the export file.
A CSV file is the only export format currently supported.
FileFormat,
FileFormatExportLicenseRecommendationsRequest.Builder fileFormat(FileFormat fileFormat)
The format of the export file.
A CSV file is the only export format currently supported.
fileFormat - The format of the export file.
A CSV file is the only export format currently supported.
FileFormat,
FileFormatExportLicenseRecommendationsRequest.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.
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.
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.
ExportLicenseRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExportLicenseRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.