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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkResourceCount.Buildercount(Integer count)The resource count.NetworkResourceCount.BuilderresourceType(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 Detail
-
resourceType
NetworkResourceCount.Builder resourceType(String 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
NetworkResourceCount.Builder count(Integer count)
The resource count.
- Parameters:
count- The resource count.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-