public static interface DiscoveredResource.Builder extends SdkPojo, CopyableBuilder<DiscoveredResource.Builder,DiscoveredResource>
| Modifier and Type | Method and Description |
|---|---|
DiscoveredResource.Builder |
accountId(String accountId)
The Amazon Web Services account ID associated with the discovered resource.
|
DiscoveredResource.Builder |
name(String name)
The name of the discovered resource.
|
DiscoveredResource.Builder |
type(String type)
The type of the discovered resource.
|
DiscoveredResource.Builder |
uri(String uri)
The universal resource identifier (URI) of the discovered resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDiscoveredResource.Builder uri(String uri)
The universal resource identifier (URI) of the discovered resource.
uri - The universal resource identifier (URI) of the discovered resource.DiscoveredResource.Builder accountId(String accountId)
The Amazon Web Services account ID associated with the discovered resource.
accountId - The Amazon Web Services account ID associated with the discovered resource.DiscoveredResource.Builder type(String type)
The type of the discovered resource.
type - The type of the discovered resource.DiscoveredResource.Builder name(String name)
The name of the discovered resource.
name - The name of the discovered resource.Copyright © 2023. All rights reserved.