Interface CountsSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CountsSummary.Builder,
,CountsSummary> SdkBuilder<CountsSummary.Builder,
,CountsSummary> SdkPojo
- Enclosing class:
CountsSummary
-
Method Summary
Modifier and TypeMethodDescriptiondefault CountsSummary.Builder
components
(Consumer<ResourceCountsSummary.Builder> components) The total number of components in the Amazon Web Services account.components
(ResourceCountsSummary components) The total number of components in the Amazon Web Services account.default CountsSummary.Builder
environments
(Consumer<ResourceCountsSummary.Builder> environments) The staleness counts for Proton environments in the Amazon Web Services account.environments
(ResourceCountsSummary environments) The staleness counts for Proton environments in the Amazon Web Services account.default CountsSummary.Builder
environmentTemplates
(Consumer<ResourceCountsSummary.Builder> environmentTemplates) The total number of environment templates in the Amazon Web Services account.environmentTemplates
(ResourceCountsSummary environmentTemplates) The total number of environment templates in the Amazon Web Services account.default CountsSummary.Builder
pipelines
(Consumer<ResourceCountsSummary.Builder> pipelines) The staleness counts for Proton pipelines in the Amazon Web Services account.pipelines
(ResourceCountsSummary pipelines) The staleness counts for Proton pipelines in the Amazon Web Services account.default CountsSummary.Builder
serviceInstances
(Consumer<ResourceCountsSummary.Builder> serviceInstances) The staleness counts for Proton service instances in the Amazon Web Services account.serviceInstances
(ResourceCountsSummary serviceInstances) The staleness counts for Proton service instances in the Amazon Web Services account.default CountsSummary.Builder
services
(Consumer<ResourceCountsSummary.Builder> services) The staleness counts for Proton services in the Amazon Web Services account.services
(ResourceCountsSummary services) The staleness counts for Proton services in the Amazon Web Services account.default CountsSummary.Builder
serviceTemplates
(Consumer<ResourceCountsSummary.Builder> serviceTemplates) The total number of service templates in the Amazon Web Services account.serviceTemplates
(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 Details
-
components
The total number of components in the Amazon Web Services account.
The semantics of the
components
field 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. Thecomponents
object will only containtotal
andfailed
members.- Parameters:
components
- The total number of components in the Amazon Web Services account.The semantics of the
components
field 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. Thecomponents
object will only containtotal
andfailed
members.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 thecomponents
field 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. Thecomponents
object will only containtotal
andfailed
members.ResourceCountsSummary.Builder
avoiding the need to create one manually viaResourceCountsSummary.builder()
.When the
Consumer
completes,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:
-
environmentTemplates
The total number of environment templates in the Amazon Web Services account. The
environmentTemplates
object will only containtotal
members.- Parameters:
environmentTemplates
- The total number of environment templates in the Amazon Web Services account. TheenvironmentTemplates
object will only containtotal
members.- 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 theenvironmentTemplates
object will only containtotal
members.ResourceCountsSummary.Builder
avoiding the need to create one manually viaResourceCountsSummary.builder()
.When the
Consumer
completes,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:
-
environments
The staleness counts for Proton environments in the Amazon Web Services account. The
environments
object will only containtotal
members.- Parameters:
environments
- The staleness counts for Proton environments in the Amazon Web Services account. Theenvironments
object will only containtotal
members.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environments
The staleness counts for Proton environments in the Amazon Web Services account. The
This is a convenience method that creates an instance of theenvironments
object will only containtotal
members.ResourceCountsSummary.Builder
avoiding the need to create one manually viaResourceCountsSummary.builder()
.When the
Consumer
completes,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:
-
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
The staleness counts for Proton pipelines in the Amazon Web Services account.
This is a convenience method that creates an instance of theResourceCountsSummary.Builder
avoiding the need to create one manually viaResourceCountsSummary.builder()
.When the
Consumer
completes,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:
-
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.Builder
avoiding the need to create one manually viaResourceCountsSummary.builder()
.When the
Consumer
completes,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:
-
serviceTemplates
The total number of service templates in the Amazon Web Services account. The
serviceTemplates
object will only containtotal
members.- Parameters:
serviceTemplates
- The total number of service templates in the Amazon Web Services account. TheserviceTemplates
object will only containtotal
members.- 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 theserviceTemplates
object will only containtotal
members.ResourceCountsSummary.Builder
avoiding the need to create one manually viaResourceCountsSummary.builder()
.When the
Consumer
completes,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:
-
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
The staleness counts for Proton services in the Amazon Web Services account.
This is a convenience method that creates an instance of theResourceCountsSummary.Builder
avoiding the need to create one manually viaResourceCountsSummary.builder()
.When the
Consumer
completes,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:
-