| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
PhysicalResourceId.Builder |
PhysicalResourceId.Builder.awsAccountId(String awsAccountId)
The Amazon Web Services account that owns the physical resource.
|
PhysicalResourceId.Builder |
PhysicalResourceId.Builder.awsRegion(String awsRegion)
The Amazon Web Services Region that the physical resource is located in.
|
static PhysicalResourceId.Builder |
PhysicalResourceId.builder() |
PhysicalResourceId.Builder |
PhysicalResourceId.Builder.identifier(String identifier)
Identifier of the physical resource.
|
PhysicalResourceId.Builder |
PhysicalResourceId.toBuilder() |
PhysicalResourceId.Builder |
PhysicalResourceId.Builder.type(PhysicalIdentifierType type)
Specifies the type of physical resource identifier.
|
PhysicalResourceId.Builder |
PhysicalResourceId.Builder.type(String type)
Specifies the type of physical resource identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PhysicalResourceId.Builder> |
PhysicalResourceId.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UnsupportedResource.Builder |
UnsupportedResource.Builder.physicalResourceId(Consumer<PhysicalResourceId.Builder> physicalResourceId)
Physical resource identifier for the unsupported resource.
|
default ResourceMapping.Builder |
ResourceMapping.Builder.physicalResourceId(Consumer<PhysicalResourceId.Builder> physicalResourceId)
Identifier of the physical resource.
|
default PhysicalResource.Builder |
PhysicalResource.Builder.physicalResourceId(Consumer<PhysicalResourceId.Builder> physicalResourceId)
Identifier of the physical resource.
|
Copyright © 2023. All rights reserved.