Interface ExportAutoScalingGroupRecommendationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ComputeOptimizerRequest.Builder,CopyableBuilder<ExportAutoScalingGroupRecommendationsRequest.Builder,ExportAutoScalingGroupRecommendationsRequest>,SdkBuilder<ExportAutoScalingGroupRecommendationsRequest.Builder,ExportAutoScalingGroupRecommendationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ExportAutoScalingGroupRecommendationsRequest
public static interface ExportAutoScalingGroupRecommendationsRequest.Builder extends ComputeOptimizerRequest.Builder, SdkPojo, CopyableBuilder<ExportAutoScalingGroupRecommendationsRequest.Builder,ExportAutoScalingGroupRecommendationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ExportAutoScalingGroupRecommendationsRequest.BuilderaccountIds(String... accountIds)The IDs of the Amazon Web Services accounts for which to export Auto Scaling group recommendations.ExportAutoScalingGroupRecommendationsRequest.BuilderaccountIds(Collection<String> accountIds)The IDs of the Amazon Web Services accounts for which to export Auto Scaling group recommendations.ExportAutoScalingGroupRecommendationsRequest.BuilderfieldsToExport(Collection<ExportableAutoScalingGroupField> fieldsToExport)The recommendations data to include in the export file.ExportAutoScalingGroupRecommendationsRequest.BuilderfieldsToExport(ExportableAutoScalingGroupField... fieldsToExport)The recommendations data to include in the export file.ExportAutoScalingGroupRecommendationsRequest.BuilderfieldsToExportWithStrings(String... fieldsToExport)The recommendations data to include in the export file.ExportAutoScalingGroupRecommendationsRequest.BuilderfieldsToExportWithStrings(Collection<String> fieldsToExport)The recommendations data to include in the export file.ExportAutoScalingGroupRecommendationsRequest.BuilderfileFormat(String fileFormat)The format of the export file.ExportAutoScalingGroupRecommendationsRequest.BuilderfileFormat(FileFormat fileFormat)The format of the export file.ExportAutoScalingGroupRecommendationsRequest.Builderfilters(Collection<Filter> filters)An array of objects to specify a filter that exports a more specific set of Auto Scaling group recommendations.ExportAutoScalingGroupRecommendationsRequest.Builderfilters(Consumer<Filter.Builder>... filters)An array of objects to specify a filter that exports a more specific set of Auto Scaling group recommendations.ExportAutoScalingGroupRecommendationsRequest.Builderfilters(Filter... filters)An array of objects to specify a filter that exports a more specific set of Auto Scaling group recommendations.ExportAutoScalingGroupRecommendationsRequest.BuilderincludeMemberAccounts(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.ExportAutoScalingGroupRecommendationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExportAutoScalingGroupRecommendationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ExportAutoScalingGroupRecommendationsRequest.BuilderrecommendationPreferences(Consumer<RecommendationPreferences.Builder> recommendationPreferences)An object to specify the preferences for the Auto Scaling group recommendations to export.ExportAutoScalingGroupRecommendationsRequest.BuilderrecommendationPreferences(RecommendationPreferences recommendationPreferences)An object to specify the preferences for the Auto Scaling group recommendations to export.default ExportAutoScalingGroupRecommendationsRequest.Builders3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig)An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the export job.ExportAutoScalingGroupRecommendationsRequest.Builders3DestinationConfig(S3DestinationConfig s3DestinationConfig)An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the export job.-
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 Detail
-
accountIds
ExportAutoScalingGroupRecommendationsRequest.Builder accountIds(Collection<String> accountIds)
The IDs of the Amazon Web Services accounts for which to export Auto Scaling group 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 Auto Scaling group 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
ExportAutoScalingGroupRecommendationsRequest.Builder accountIds(String... accountIds)
The IDs of the Amazon Web Services accounts for which to export Auto Scaling group 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 Auto Scaling group 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
ExportAutoScalingGroupRecommendationsRequest.Builder filters(Collection<Filter> filters)
An array of objects to specify a filter that exports a more specific set of Auto Scaling group recommendations.
- Parameters:
filters- An array of objects to specify a filter that exports a more specific set of Auto Scaling group recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ExportAutoScalingGroupRecommendationsRequest.Builder filters(Filter... filters)
An array of objects to specify a filter that exports a more specific set of Auto Scaling group recommendations.
- Parameters:
filters- An array of objects to specify a filter that exports a more specific set of Auto Scaling group recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ExportAutoScalingGroupRecommendationsRequest.Builder filters(Consumer<Filter.Builder>... filters)
An array of objects to specify a filter that exports a more specific set of Auto Scaling group recommendations.
This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
fieldsToExportWithStrings
ExportAutoScalingGroupRecommendationsRequest.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
ExportAutoScalingGroupRecommendationsRequest.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
ExportAutoScalingGroupRecommendationsRequest.Builder fieldsToExport(Collection<ExportableAutoScalingGroupField> 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
ExportAutoScalingGroupRecommendationsRequest.Builder fieldsToExport(ExportableAutoScalingGroupField... 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
ExportAutoScalingGroupRecommendationsRequest.Builder s3DestinationConfig(S3DestinationConfig s3DestinationConfig)
An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the export job.
You must create the destination Amazon S3 bucket for your recommendations export before you create the export job. Compute Optimizer does not create the S3 bucket for you. After you create the S3 bucket, ensure that it has the required permissions policy to allow Compute Optimizer to write the export file to it. If you plan to specify an object prefix when you create the export job, you must include the object prefix in the policy that you add to the S3 bucket. For more information, see Amazon S3 Bucket Policy for Compute Optimizer in the Compute Optimizer User Guide.
- Parameters:
s3DestinationConfig- An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the export job.You must create the destination Amazon S3 bucket for your recommendations export before you create the export job. Compute Optimizer does not create the S3 bucket for you. After you create the S3 bucket, ensure that it has the required permissions policy to allow Compute Optimizer to write the export file to it. If you plan to specify an object prefix when you create the export job, you must include the object prefix in the policy that you add to the S3 bucket. For more information, see Amazon S3 Bucket Policy for Compute Optimizer in the Compute Optimizer User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3DestinationConfig
default ExportAutoScalingGroupRecommendationsRequest.Builder s3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig)
An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the export job.
You must create the destination Amazon S3 bucket for your recommendations export before you create the export job. Compute Optimizer does not create the S3 bucket for you. After you create the S3 bucket, ensure that it has the required permissions policy to allow Compute Optimizer to write the export file to it. If you plan to specify an object prefix when you create the export job, you must include the object prefix in the policy that you add to the S3 bucket. For more information, see Amazon S3 Bucket Policy for Compute Optimizer in the Compute Optimizer User Guide.
This is a convenience method that creates an instance of theS3DestinationConfig.Builderavoiding the need to create one manually viaS3DestinationConfig.builder().When the
Consumercompletes,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:
s3DestinationConfig(S3DestinationConfig)
-
fileFormat
ExportAutoScalingGroupRecommendationsRequest.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
ExportAutoScalingGroupRecommendationsRequest.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
ExportAutoScalingGroupRecommendationsRequest.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.
-
recommendationPreferences
ExportAutoScalingGroupRecommendationsRequest.Builder recommendationPreferences(RecommendationPreferences recommendationPreferences)
An object to specify the preferences for the Auto Scaling group recommendations to export.
- Parameters:
recommendationPreferences- An object to specify the preferences for the Auto Scaling group recommendations to export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationPreferences
default ExportAutoScalingGroupRecommendationsRequest.Builder recommendationPreferences(Consumer<RecommendationPreferences.Builder> recommendationPreferences)
An object to specify the preferences for the Auto Scaling group recommendations to export.
This is a convenience method that creates an instance of theRecommendationPreferences.Builderavoiding the need to create one manually viaRecommendationPreferences.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torecommendationPreferences(RecommendationPreferences).- Parameters:
recommendationPreferences- a consumer that will call methods onRecommendationPreferences.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
recommendationPreferences(RecommendationPreferences)
-
overrideConfiguration
ExportAutoScalingGroupRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ExportAutoScalingGroupRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-