Interface ExportRdsDatabaseRecommendationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ComputeOptimizerRequest.Builder,CopyableBuilder<ExportRdsDatabaseRecommendationsRequest.Builder,ExportRdsDatabaseRecommendationsRequest>,SdkBuilder<ExportRdsDatabaseRecommendationsRequest.Builder,ExportRdsDatabaseRecommendationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ExportRdsDatabaseRecommendationsRequest
public static interface ExportRdsDatabaseRecommendationsRequest.Builder extends ComputeOptimizerRequest.Builder, SdkPojo, CopyableBuilder<ExportRdsDatabaseRecommendationsRequest.Builder,ExportRdsDatabaseRecommendationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ExportRdsDatabaseRecommendationsRequest.BuilderaccountIds(String... accountIds)The Amazon Web Services account IDs for the export Amazon RDS recommendations.ExportRdsDatabaseRecommendationsRequest.BuilderaccountIds(Collection<String> accountIds)The Amazon Web Services account IDs for the export Amazon RDS recommendations.ExportRdsDatabaseRecommendationsRequest.BuilderfieldsToExport(Collection<ExportableRDSDBField> fieldsToExport)The recommendations data to include in the export file.ExportRdsDatabaseRecommendationsRequest.BuilderfieldsToExport(ExportableRDSDBField... fieldsToExport)The recommendations data to include in the export file.ExportRdsDatabaseRecommendationsRequest.BuilderfieldsToExportWithStrings(String... fieldsToExport)The recommendations data to include in the export file.ExportRdsDatabaseRecommendationsRequest.BuilderfieldsToExportWithStrings(Collection<String> fieldsToExport)The recommendations data to include in the export file.ExportRdsDatabaseRecommendationsRequest.BuilderfileFormat(String fileFormat)The format of the export file.ExportRdsDatabaseRecommendationsRequest.BuilderfileFormat(FileFormat fileFormat)The format of the export file.ExportRdsDatabaseRecommendationsRequest.Builderfilters(Collection<RDSDBRecommendationFilter> filters)An array of objects to specify a filter that exports a more specific set of Amazon RDS recommendations.ExportRdsDatabaseRecommendationsRequest.Builderfilters(Consumer<RDSDBRecommendationFilter.Builder>... filters)An array of objects to specify a filter that exports a more specific set of Amazon RDS recommendations.ExportRdsDatabaseRecommendationsRequest.Builderfilters(RDSDBRecommendationFilter... filters)An array of objects to specify a filter that exports a more specific set of Amazon RDS recommendations.ExportRdsDatabaseRecommendationsRequest.BuilderincludeMemberAccounts(Boolean includeMemberAccounts)If your account is the management account or the delegated administrator of an organization, this parameter indicates whether to include recommendations for resources in all member accounts of the organization.ExportRdsDatabaseRecommendationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExportRdsDatabaseRecommendationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ExportRdsDatabaseRecommendationsRequest.BuilderrecommendationPreferences(Consumer<RecommendationPreferences.Builder> recommendationPreferences)Sets the value of the RecommendationPreferences property for this object.ExportRdsDatabaseRecommendationsRequest.BuilderrecommendationPreferences(RecommendationPreferences recommendationPreferences)Sets the value of the RecommendationPreferences property for this object.default ExportRdsDatabaseRecommendationsRequest.Builders3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig)Sets the value of the S3DestinationConfig property for this object.ExportRdsDatabaseRecommendationsRequest.Builders3DestinationConfig(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accountIds
ExportRdsDatabaseRecommendationsRequest.Builder accountIds(Collection<String> accountIds)
The Amazon Web Services account IDs for the export Amazon RDS recommendations.
If your account is the management account or the delegated administrator of an organization, use this parameter to specify the member account you want to export recommendations to.
This parameter can't be specified together with the include member accounts parameter. The parameters are mutually exclusive.
If this parameter or the include member accounts parameter is omitted, the recommendations for member accounts aren't included in the export.
You can specify multiple account IDs per request.
- Parameters:
accountIds- The Amazon Web Services account IDs for the export Amazon RDS recommendations.If your account is the management account or the delegated administrator of an organization, use this parameter to specify the member account you want to export recommendations to.
This parameter can't be specified together with the include member accounts parameter. The parameters are mutually exclusive.
If this parameter or the include member accounts parameter is omitted, the 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
ExportRdsDatabaseRecommendationsRequest.Builder accountIds(String... accountIds)
The Amazon Web Services account IDs for the export Amazon RDS recommendations.
If your account is the management account or the delegated administrator of an organization, use this parameter to specify the member account you want to export recommendations to.
This parameter can't be specified together with the include member accounts parameter. The parameters are mutually exclusive.
If this parameter or the include member accounts parameter is omitted, the recommendations for member accounts aren't included in the export.
You can specify multiple account IDs per request.
- Parameters:
accountIds- The Amazon Web Services account IDs for the export Amazon RDS recommendations.If your account is the management account or the delegated administrator of an organization, use this parameter to specify the member account you want to export recommendations to.
This parameter can't be specified together with the include member accounts parameter. The parameters are mutually exclusive.
If this parameter or the include member accounts parameter is omitted, the 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
ExportRdsDatabaseRecommendationsRequest.Builder filters(Collection<RDSDBRecommendationFilter> filters)
An array of objects to specify a filter that exports a more specific set of Amazon RDS recommendations.
- Parameters:
filters- An array of objects to specify a filter that exports a more specific set of Amazon RDS recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ExportRdsDatabaseRecommendationsRequest.Builder filters(RDSDBRecommendationFilter... filters)
An array of objects to specify a filter that exports a more specific set of Amazon RDS recommendations.
- Parameters:
filters- An array of objects to specify a filter that exports a more specific set of Amazon RDS recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ExportRdsDatabaseRecommendationsRequest.Builder filters(Consumer<RDSDBRecommendationFilter.Builder>... filters)
An array of objects to specify a filter that exports a more specific set of Amazon RDS recommendations.
This is a convenience method that creates an instance of theRDSDBRecommendationFilter.Builderavoiding the need to create one manually viaRDSDBRecommendationFilter.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 onRDSDBRecommendationFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
fieldsToExportWithStrings
ExportRdsDatabaseRecommendationsRequest.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
ExportRdsDatabaseRecommendationsRequest.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
ExportRdsDatabaseRecommendationsRequest.Builder fieldsToExport(Collection<ExportableRDSDBField> 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
ExportRdsDatabaseRecommendationsRequest.Builder fieldsToExport(ExportableRDSDBField... 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
ExportRdsDatabaseRecommendationsRequest.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 ExportRdsDatabaseRecommendationsRequest.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.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
ExportRdsDatabaseRecommendationsRequest.Builder fileFormat(String fileFormat)
The format of the export file.
The CSV file is the only export file format currently supported.
- Parameters:
fileFormat- The format of the export file.The CSV file is the only export file format currently supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FileFormat,FileFormat
-
fileFormat
ExportRdsDatabaseRecommendationsRequest.Builder fileFormat(FileFormat fileFormat)
The format of the export file.
The CSV file is the only export file format currently supported.
- Parameters:
fileFormat- The format of the export file.The CSV file is the only export file format currently supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FileFormat,FileFormat
-
includeMemberAccounts
ExportRdsDatabaseRecommendationsRequest.Builder includeMemberAccounts(Boolean includeMemberAccounts)
If your account is the management account or the delegated administrator of an organization, this parameter indicates whether to include recommendations for resources in all member accounts of the 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.
If this parameter or the account ID parameter is omitted, recommendations for member accounts aren't included in the export.
- Parameters:
includeMemberAccounts- If your account is the management account or the delegated administrator of an organization, this parameter indicates whether to include recommendations for resources in all member accounts of the 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.
If this parameter or the account ID parameter is omitted, recommendations for member accounts aren't included in the export.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationPreferences
ExportRdsDatabaseRecommendationsRequest.Builder recommendationPreferences(RecommendationPreferences recommendationPreferences)
Sets the value of the RecommendationPreferences property for this object.- Parameters:
recommendationPreferences- The new value for the RecommendationPreferences property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationPreferences
default ExportRdsDatabaseRecommendationsRequest.Builder recommendationPreferences(Consumer<RecommendationPreferences.Builder> recommendationPreferences)
Sets the value of the RecommendationPreferences property for this object. 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
ExportRdsDatabaseRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ExportRdsDatabaseRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-