Interface ManagedResourceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedResourceSummary.Builder,
,ManagedResourceSummary> SdkBuilder<ManagedResourceSummary.Builder,
,ManagedResourceSummary> SdkPojo
- Enclosing class:
ManagedResourceSummary
@Mutable
@NotThreadSafe
public static interface ManagedResourceSummary.Builder
extends SdkPojo, CopyableBuilder<ManagedResourceSummary.Builder,ManagedResourceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionassociationCount
(Long associationCount) Number of resources associated with licenses.resourceType
(String resourceType) Type of resource associated with a license.resourceType
(ResourceType resourceType) Type of resource associated with a license.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
Type of resource associated with a license.
- Parameters:
resourceType
- Type of resource associated with a license.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
Type of resource associated with a license.
- Parameters:
resourceType
- Type of resource associated with a license.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
associationCount
Number of resources associated with licenses.
- Parameters:
associationCount
- Number of resources associated with licenses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-