public static interface ExportEbsVolumeRecommendationsRequest.Builder extends ComputeOptimizerRequest.Builder, SdkPojo, CopyableBuilder<ExportEbsVolumeRecommendationsRequest.Builder,ExportEbsVolumeRecommendationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ExportEbsVolumeRecommendationsRequest.Builder |
accountIds(Collection<String> accountIds)
The IDs of the Amazon Web Services accounts for which to export Amazon EBS volume recommendations.
|
ExportEbsVolumeRecommendationsRequest.Builder |
accountIds(String... accountIds)
The IDs of the Amazon Web Services accounts for which to export Amazon EBS volume recommendations.
|
ExportEbsVolumeRecommendationsRequest.Builder |
fieldsToExport(Collection<ExportableVolumeField> fieldsToExport)
The recommendations data to include in the export file.
|
ExportEbsVolumeRecommendationsRequest.Builder |
fieldsToExport(ExportableVolumeField... fieldsToExport)
The recommendations data to include in the export file.
|
ExportEbsVolumeRecommendationsRequest.Builder |
fieldsToExportWithStrings(Collection<String> fieldsToExport)
The recommendations data to include in the export file.
|
ExportEbsVolumeRecommendationsRequest.Builder |
fieldsToExportWithStrings(String... fieldsToExport)
The recommendations data to include in the export file.
|
ExportEbsVolumeRecommendationsRequest.Builder |
fileFormat(FileFormat fileFormat)
The format of the export file.
|
ExportEbsVolumeRecommendationsRequest.Builder |
fileFormat(String fileFormat)
The format of the export file.
|
ExportEbsVolumeRecommendationsRequest.Builder |
filters(Collection<EBSFilter> filters)
An array of objects to specify a filter that exports a more specific set of Amazon EBS volume
recommendations.
|
ExportEbsVolumeRecommendationsRequest.Builder |
filters(Consumer<EBSFilter.Builder>... filters)
An array of objects to specify a filter that exports a more specific set of Amazon EBS volume
recommendations.
|
ExportEbsVolumeRecommendationsRequest.Builder |
filters(EBSFilter... filters)
An array of objects to specify a filter that exports a more specific set of Amazon EBS volume
recommendations.
|
ExportEbsVolumeRecommendationsRequest.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.
|
ExportEbsVolumeRecommendationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExportEbsVolumeRecommendationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ExportEbsVolumeRecommendationsRequest.Builder |
s3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig)
Sets the value of the S3DestinationConfig property for this object.
|
ExportEbsVolumeRecommendationsRequest.Builder |
s3DestinationConfig(S3DestinationConfig s3DestinationConfig)
Sets the value of the S3DestinationConfig property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportEbsVolumeRecommendationsRequest.Builder accountIds(Collection<String> accountIds)
The IDs of the Amazon Web Services accounts for which to export Amazon EBS volume 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.
accountIds - The IDs of the Amazon Web Services accounts for which to export Amazon EBS volume 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.
ExportEbsVolumeRecommendationsRequest.Builder accountIds(String... accountIds)
The IDs of the Amazon Web Services accounts for which to export Amazon EBS volume 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.
accountIds - The IDs of the Amazon Web Services accounts for which to export Amazon EBS volume 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.
ExportEbsVolumeRecommendationsRequest.Builder filters(Collection<EBSFilter> filters)
An array of objects to specify a filter that exports a more specific set of Amazon EBS volume recommendations.
filters - An array of objects to specify a filter that exports a more specific set of Amazon EBS volume
recommendations.ExportEbsVolumeRecommendationsRequest.Builder filters(EBSFilter... filters)
An array of objects to specify a filter that exports a more specific set of Amazon EBS volume recommendations.
filters - An array of objects to specify a filter that exports a more specific set of Amazon EBS volume
recommendations.ExportEbsVolumeRecommendationsRequest.Builder filters(Consumer<EBSFilter.Builder>... filters)
An array of objects to specify a filter that exports a more specific set of Amazon EBS volume recommendations.
This is a convenience method that creates an instance of theEBSFilter.Builder avoiding the need to create
one manually via EBSFilter.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
EBSFilter.Builder#filters(java.util.Collection) ExportEbsVolumeRecommendationsRequest.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.ExportEbsVolumeRecommendationsRequest.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.ExportEbsVolumeRecommendationsRequest.Builder fieldsToExport(Collection<ExportableVolumeField> 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.ExportEbsVolumeRecommendationsRequest.Builder fieldsToExport(ExportableVolumeField... 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.ExportEbsVolumeRecommendationsRequest.Builder s3DestinationConfig(S3DestinationConfig s3DestinationConfig)
s3DestinationConfig - The new value for the S3DestinationConfig property for this object.default ExportEbsVolumeRecommendationsRequest.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)ExportEbsVolumeRecommendationsRequest.Builder fileFormat(String fileFormat)
The format of the export file.
The only export file format currently supported is Csv.
fileFormat - The format of the export file.
The only export file format currently supported is Csv.
FileFormat,
FileFormatExportEbsVolumeRecommendationsRequest.Builder fileFormat(FileFormat fileFormat)
The format of the export file.
The only export file format currently supported is Csv.
fileFormat - The format of the export file.
The only export file format currently supported is Csv.
FileFormat,
FileFormatExportEbsVolumeRecommendationsRequest.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.
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.
ExportEbsVolumeRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExportEbsVolumeRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.