public static interface ResourceCountsSummary.Builder extends SdkPojo, CopyableBuilder<ResourceCountsSummary.Builder,ResourceCountsSummary>
| Modifier and Type | Method and Description |
|---|---|
ResourceCountsSummary.Builder |
behindMajor(Integer behindMajor)
The number of resources of this type in the Amazon Web Services account that need a major template version
update.
|
ResourceCountsSummary.Builder |
behindMinor(Integer behindMinor)
The number of resources of this type in the Amazon Web Services account that need a minor template version
update.
|
ResourceCountsSummary.Builder |
failed(Integer failed)
The number of resources of this type in the Amazon Web Services account that failed to deploy.
|
ResourceCountsSummary.Builder |
total(Integer total)
The total number of resources of this type in the Amazon Web Services account.
|
ResourceCountsSummary.Builder |
upToDate(Integer upToDate)
The number of resources of this type in the Amazon Web Services account that are up-to-date with their
template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceCountsSummary.Builder behindMajor(Integer behindMajor)
The number of resources of this type in the Amazon Web Services account that need a major template version update.
behindMajor - The number of resources of this type in the Amazon Web Services account that need a major template
version update.ResourceCountsSummary.Builder behindMinor(Integer behindMinor)
The number of resources of this type in the Amazon Web Services account that need a minor template version update.
behindMinor - The number of resources of this type in the Amazon Web Services account that need a minor template
version update.ResourceCountsSummary.Builder failed(Integer failed)
The number of resources of this type in the Amazon Web Services account that failed to deploy.
failed - The number of resources of this type in the Amazon Web Services account that failed to deploy.ResourceCountsSummary.Builder total(Integer total)
The total number of resources of this type in the Amazon Web Services account.
total - The total number of resources of this type in the Amazon Web Services account.ResourceCountsSummary.Builder upToDate(Integer upToDate)
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
upToDate - The number of resources of this type in the Amazon Web Services account that are up-to-date with their
template.Copyright © 2023. All rights reserved.