Interface ServiceResourcesAssociatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceResourcesAssociatedMetadata.Builder,,ServiceResourcesAssociatedMetadata> SdkBuilder<ServiceResourcesAssociatedMetadata.Builder,,ServiceResourcesAssociatedMetadata> SdkPojo
- Enclosing class:
ServiceResourcesAssociatedMetadata
@Mutable
@NotThreadSafe
public static interface ServiceResourcesAssociatedMetadata.Builder
extends SdkPojo, CopyableBuilder<ServiceResourcesAssociatedMetadata.Builder,ServiceResourcesAssociatedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionresourceCount(Integer resourceCount) The number of resources associated.resourceTypes(String... resourceTypes) The types of resources associated.resourceTypes(Collection<String> resourceTypes) The types of resources associated.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 associated.
- Parameters:
resourceCount- The number of resources associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
The types of resources associated.
- Parameters:
resourceTypes- The types of resources associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
The types of resources associated.
- Parameters:
resourceTypes- The types of resources associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-