Uses of Interface
software.amazon.awssdk.services.inspector.model.ResourceGroup.Builder
-
Packages that use ResourceGroup.Builder Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of ResourceGroup.Builder in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return ResourceGroup.Builder Modifier and Type Method Description ResourceGroup.BuilderResourceGroup.Builder. arn(String arn)The ARN of the resource group.static ResourceGroup.BuilderResourceGroup. builder()ResourceGroup.BuilderResourceGroup.Builder. createdAt(Instant createdAt)The time at which resource group is created.ResourceGroup.BuilderResourceGroup.Builder. tags(Collection<ResourceGroupTag> tags)The tags (key and value pairs) of the resource group.ResourceGroup.BuilderResourceGroup.Builder. tags(Consumer<ResourceGroupTag.Builder>... tags)The tags (key and value pairs) of the resource group.ResourceGroup.BuilderResourceGroup.Builder. tags(ResourceGroupTag... tags)The tags (key and value pairs) of the resource group.ResourceGroup.BuilderResourceGroup. toBuilder()Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type ResourceGroup.Builder Modifier and Type Method Description static Class<? extends ResourceGroup.Builder>ResourceGroup. serializableBuilderClass()
-