Interface CountsSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CountsSummary.Builder,CountsSummary>,SdkBuilder<CountsSummary.Builder,CountsSummary>,SdkPojo
- Enclosing class:
- CountsSummary
public static interface CountsSummary.Builder extends SdkPojo, CopyableBuilder<CountsSummary.Builder,CountsSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CountsSummary.Buildercomponents(Consumer<ResourceCountsSummary.Builder> components)The total number of components in the Amazon Web Services account.CountsSummary.Buildercomponents(ResourceCountsSummary components)The total number of components in the Amazon Web Services account.default CountsSummary.Builderenvironments(Consumer<ResourceCountsSummary.Builder> environments)The staleness counts for Proton environments in the Amazon Web Services account.CountsSummary.Builderenvironments(ResourceCountsSummary environments)The staleness counts for Proton environments in the Amazon Web Services account.default CountsSummary.BuilderenvironmentTemplates(Consumer<ResourceCountsSummary.Builder> environmentTemplates)The total number of environment templates in the Amazon Web Services account.CountsSummary.BuilderenvironmentTemplates(ResourceCountsSummary environmentTemplates)The total number of environment templates in the Amazon Web Services account.default CountsSummary.Builderpipelines(Consumer<ResourceCountsSummary.Builder> pipelines)The staleness counts for Proton pipelines in the Amazon Web Services account.CountsSummary.Builderpipelines(ResourceCountsSummary pipelines)The staleness counts for Proton pipelines in the Amazon Web Services account.default CountsSummary.BuilderserviceInstances(Consumer<ResourceCountsSummary.Builder> serviceInstances)The staleness counts for Proton service instances in the Amazon Web Services account.CountsSummary.BuilderserviceInstances(ResourceCountsSummary serviceInstances)The staleness counts for Proton service instances in the Amazon Web Services account.default CountsSummary.Builderservices(Consumer<ResourceCountsSummary.Builder> services)The staleness counts for Proton services in the Amazon Web Services account.CountsSummary.Builderservices(ResourceCountsSummary services)The staleness counts for Proton services in the Amazon Web Services account.default CountsSummary.BuilderserviceTemplates(Consumer<ResourceCountsSummary.Builder> serviceTemplates)The total number of service templates in the Amazon Web Services account.CountsSummary.BuilderserviceTemplates(ResourceCountsSummary serviceTemplates)The total number of service templates in the Amazon Web Services account.-
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
-
components
CountsSummary.Builder components(ResourceCountsSummary components)
The total number of components in the Amazon Web Services account.
The semantics of the
componentsfield are different from the semantics of results for other infrastructure-provisioning resources. That's because at this time components don't have associated templates, therefore they don't have the concept of staleness. Thecomponentsobject will only containtotalandfailedmembers.- Parameters:
components- The total number of components in the Amazon Web Services account.The semantics of the
componentsfield are different from the semantics of results for other infrastructure-provisioning resources. That's because at this time components don't have associated templates, therefore they don't have the concept of staleness. Thecomponentsobject will only containtotalandfailedmembers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
components
default CountsSummary.Builder components(Consumer<ResourceCountsSummary.Builder> components)
The total number of components in the Amazon Web Services account.
The semantics of the
This is a convenience method that creates an instance of thecomponentsfield are different from the semantics of results for other infrastructure-provisioning resources. That's because at this time components don't have associated templates, therefore they don't have the concept of staleness. Thecomponentsobject will only containtotalandfailedmembers.ResourceCountsSummary.Builderavoiding the need to create one manually viaResourceCountsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomponents(ResourceCountsSummary).- Parameters:
components- a consumer that will call methods onResourceCountsSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
components(ResourceCountsSummary)
-
environmentTemplates
CountsSummary.Builder environmentTemplates(ResourceCountsSummary environmentTemplates)
The total number of environment templates in the Amazon Web Services account. The
environmentTemplatesobject will only containtotalmembers.- Parameters:
environmentTemplates- The total number of environment templates in the Amazon Web Services account. TheenvironmentTemplatesobject will only containtotalmembers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentTemplates
default CountsSummary.Builder environmentTemplates(Consumer<ResourceCountsSummary.Builder> environmentTemplates)
The total number of environment templates in the Amazon Web Services account. The
This is a convenience method that creates an instance of theenvironmentTemplatesobject will only containtotalmembers.ResourceCountsSummary.Builderavoiding the need to create one manually viaResourceCountsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironmentTemplates(ResourceCountsSummary).- Parameters:
environmentTemplates- a consumer that will call methods onResourceCountsSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
environmentTemplates(ResourceCountsSummary)
-
environments
CountsSummary.Builder environments(ResourceCountsSummary environments)
The staleness counts for Proton environments in the Amazon Web Services account. The
environmentsobject will only containtotalmembers.- Parameters:
environments- The staleness counts for Proton environments in the Amazon Web Services account. Theenvironmentsobject will only containtotalmembers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environments
default CountsSummary.Builder environments(Consumer<ResourceCountsSummary.Builder> environments)
The staleness counts for Proton environments in the Amazon Web Services account. The
This is a convenience method that creates an instance of theenvironmentsobject will only containtotalmembers.ResourceCountsSummary.Builderavoiding the need to create one manually viaResourceCountsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironments(ResourceCountsSummary).- Parameters:
environments- a consumer that will call methods onResourceCountsSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
environments(ResourceCountsSummary)
-
pipelines
CountsSummary.Builder pipelines(ResourceCountsSummary pipelines)
The staleness counts for Proton pipelines in the Amazon Web Services account.
- Parameters:
pipelines- The staleness counts for Proton pipelines in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelines
default CountsSummary.Builder pipelines(Consumer<ResourceCountsSummary.Builder> pipelines)
The staleness counts for Proton pipelines in the Amazon Web Services account.
This is a convenience method that creates an instance of theResourceCountsSummary.Builderavoiding the need to create one manually viaResourceCountsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipelines(ResourceCountsSummary).- Parameters:
pipelines- a consumer that will call methods onResourceCountsSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
pipelines(ResourceCountsSummary)
-
serviceInstances
CountsSummary.Builder serviceInstances(ResourceCountsSummary serviceInstances)
The staleness counts for Proton service instances in the Amazon Web Services account.
- Parameters:
serviceInstances- The staleness counts for Proton service instances in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceInstances
default CountsSummary.Builder serviceInstances(Consumer<ResourceCountsSummary.Builder> serviceInstances)
The staleness counts for Proton service instances in the Amazon Web Services account.
This is a convenience method that creates an instance of theResourceCountsSummary.Builderavoiding the need to create one manually viaResourceCountsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceInstances(ResourceCountsSummary).- Parameters:
serviceInstances- a consumer that will call methods onResourceCountsSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
serviceInstances(ResourceCountsSummary)
-
serviceTemplates
CountsSummary.Builder serviceTemplates(ResourceCountsSummary serviceTemplates)
The total number of service templates in the Amazon Web Services account. The
serviceTemplatesobject will only containtotalmembers.- Parameters:
serviceTemplates- The total number of service templates in the Amazon Web Services account. TheserviceTemplatesobject will only containtotalmembers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceTemplates
default CountsSummary.Builder serviceTemplates(Consumer<ResourceCountsSummary.Builder> serviceTemplates)
The total number of service templates in the Amazon Web Services account. The
This is a convenience method that creates an instance of theserviceTemplatesobject will only containtotalmembers.ResourceCountsSummary.Builderavoiding the need to create one manually viaResourceCountsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceTemplates(ResourceCountsSummary).- Parameters:
serviceTemplates- a consumer that will call methods onResourceCountsSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
serviceTemplates(ResourceCountsSummary)
-
services
CountsSummary.Builder services(ResourceCountsSummary services)
The staleness counts for Proton services in the Amazon Web Services account.
- Parameters:
services- The staleness counts for Proton services in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
services
default CountsSummary.Builder services(Consumer<ResourceCountsSummary.Builder> services)
The staleness counts for Proton services in the Amazon Web Services account.
This is a convenience method that creates an instance of theResourceCountsSummary.Builderavoiding the need to create one manually viaResourceCountsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toservices(ResourceCountsSummary).- Parameters:
services- a consumer that will call methods onResourceCountsSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
services(ResourceCountsSummary)
-
-