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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceCountsSummary.BuilderbehindMajor(Integer behindMajor)The number of resources of this type in the Amazon Web Services account that need a major template version update.ResourceCountsSummary.BuilderbehindMinor(Integer behindMinor)The number of resources of this type in the Amazon Web Services account that need a minor template version update.ResourceCountsSummary.Builderfailed(Integer failed)The number of resources of this type in the Amazon Web Services account that failed to deploy.ResourceCountsSummary.Buildertotal(Integer total)The total number of resources of this type in the Amazon Web Services account.ResourceCountsSummary.BuilderupToDate(Integer upToDate)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 Detail
-
behindMajor
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.
- 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
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.
- 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
ResourceCountsSummary.Builder failed(Integer 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
ResourceCountsSummary.Builder total(Integer 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
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.
- 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.
-
-