Interface ResourceCountsSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceCountsSummary.Builder,
,ResourceCountsSummary> SdkBuilder<ResourceCountsSummary.Builder,
,ResourceCountsSummary> SdkPojo
- Enclosing class:
ResourceCountsSummary
public static interface ResourceCountsSummary.Builder
extends SdkPojo, CopyableBuilder<ResourceCountsSummary.Builder,ResourceCountsSummary>
-
Method Summary
Modifier and TypeMethodDescriptionbehindMajor
(Integer behindMajor) The number of resources of this type in the Amazon Web Services account that need a major template version update.behindMinor
(Integer behindMinor) The number of resources of this type in the Amazon Web Services account that need a minor template version update.The number of resources of this type in the Amazon Web Services account that failed to deploy.The total number of resources of this type in the Amazon Web Services account.The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.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 Details
-
behindMajor
The number of resources of this type in the Amazon Web Services account that need a major template version update.
- Parameters:
behindMajor
- The number of resources of this type in the Amazon Web Services account that need a major template version update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
behindMinor
The number of resources of this type in the Amazon Web Services account that need a minor template version update.
- Parameters:
behindMinor
- The number of resources of this type in the Amazon Web Services account that need a minor template version update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
The number of resources of this type in the Amazon Web Services account that failed to deploy.
- Parameters:
failed
- The number of resources of this type in the Amazon Web Services account that failed to deploy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
total
The total number of resources of this type in the Amazon Web Services account.
- Parameters:
total
- The total number of resources of this type in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upToDate
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
- Parameters:
upToDate
- The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-