| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceGroup.Builder |
ResourceGroup.Builder.arn(String arn)
The ARN of the resource group.
|
static ResourceGroup.Builder |
ResourceGroup.builder() |
ResourceGroup.Builder |
ResourceGroup.Builder.createdAt(Instant createdAt)
The time at which resource group is created.
|
ResourceGroup.Builder |
ResourceGroup.Builder.tags(Collection<ResourceGroupTag> tags)
The tags (key and value pairs) of the resource group.
|
ResourceGroup.Builder |
ResourceGroup.Builder.tags(Consumer<ResourceGroupTag.Builder>... tags)
The tags (key and value pairs) of the resource group.
|
ResourceGroup.Builder |
ResourceGroup.Builder.tags(ResourceGroupTag... tags)
The tags (key and value pairs) of the resource group.
|
ResourceGroup.Builder |
ResourceGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResourceGroup.Builder> |
ResourceGroup.serializableBuilderClass() |
Copyright © 2023. All rights reserved.