ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.accountIds(String... accountIds) |
The IDs of the Amazon Web Services accounts for which to export license recommendations.
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.accountIds(Collection<String> accountIds) |
The IDs of the Amazon Web Services accounts for which to export license recommendations.
|
static ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.builder() |
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.fieldsToExport(Collection<ExportableLicenseField> fieldsToExport) |
The recommendations data to include in the export file.
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.fieldsToExport(ExportableLicenseField... fieldsToExport) |
The recommendations data to include in the export file.
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.fieldsToExportWithStrings(String... fieldsToExport) |
The recommendations data to include in the export file.
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.fieldsToExportWithStrings(Collection<String> fieldsToExport) |
The recommendations data to include in the export file.
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.fileFormat(String fileFormat) |
The format of the export file.
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.fileFormat(FileFormat fileFormat) |
The format of the export file.
|
ExportLicenseRecommendationsRequest.Builder |
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 |
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 |
ExportLicenseRecommendationsRequest.Builder.filters(LicenseRecommendationFilter... filters) |
An array of objects to specify a filter that exports a more specific set of license recommendations.
|
ExportLicenseRecommendationsRequest.Builder |
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 |
ExportLicenseRecommendationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.s3DestinationConfig(Consumer<S3DestinationConfig.Builder> s3DestinationConfig) |
Sets the value of the S3DestinationConfig property for this object.
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.s3DestinationConfig(S3DestinationConfig s3DestinationConfig) |
Sets the value of the S3DestinationConfig property for this object.
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.toBuilder() |
|