Interface ServiceResourcesDisassociatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceResourcesDisassociatedMetadata.Builder,,ServiceResourcesDisassociatedMetadata> SdkBuilder<ServiceResourcesDisassociatedMetadata.Builder,,ServiceResourcesDisassociatedMetadata> SdkPojo
- Enclosing class:
ServiceResourcesDisassociatedMetadata
@Mutable
@NotThreadSafe
public static interface ServiceResourcesDisassociatedMetadata.Builder
extends SdkPojo, CopyableBuilder<ServiceResourcesDisassociatedMetadata.Builder,ServiceResourcesDisassociatedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionresourceCount(Integer resourceCount) The number of resources disassociated.resourceTypes(String... resourceTypes) The types of resources disassociated.resourceTypes(Collection<String> resourceTypes) The types of resources disassociated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceCount
The number of resources disassociated.
- Parameters:
resourceCount- The number of resources disassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
The types of resources disassociated.
- Parameters:
resourceTypes- The types of resources disassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
The types of resources disassociated.
- Parameters:
resourceTypes- The types of resources disassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-