Interface ResourceCount.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceCount.Builder,
,ResourceCount> SdkBuilder<ResourceCount.Builder,
,ResourceCount> SdkPojo
- Enclosing class:
ResourceCount
@Mutable
@NotThreadSafe
public static interface ResourceCount.Builder
extends SdkPojo, CopyableBuilder<ResourceCount.Builder,ResourceCount>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of resources.resourceType
(String resourceType) The resource type (for example,"AWS::EC2::Instance"
).resourceType
(ResourceType resourceType) The resource type (for example,"AWS::EC2::Instance"
).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, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceType
The resource type (for example,
"AWS::EC2::Instance"
).- Parameters:
resourceType
- The resource type (for example,"AWS::EC2::Instance"
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The resource type (for example,
"AWS::EC2::Instance"
).- Parameters:
resourceType
- The resource type (for example,"AWS::EC2::Instance"
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
count
The number of resources.
- Parameters:
count
- The number of resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-