Interface NetworkResourceCount.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkResourceCount.Builder,
,NetworkResourceCount> SdkBuilder<NetworkResourceCount.Builder,
,NetworkResourceCount> SdkPojo
- Enclosing class:
NetworkResourceCount
public static interface NetworkResourceCount.Builder
extends SdkPojo, CopyableBuilder<NetworkResourceCount.Builder,NetworkResourceCount>
-
Method Summary
Modifier and TypeMethodDescriptionThe resource count.resourceType
(String resourceType) The resource type.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
-
resourceType
The resource type.
- Parameters:
resourceType
- The resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The resource count.
- Parameters:
count
- The resource count.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-