public static interface PhysicalResourceId.Builder extends SdkPojo, CopyableBuilder<PhysicalResourceId.Builder,PhysicalResourceId>
| Modifier and Type | Method and Description |
|---|---|
PhysicalResourceId.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account that owns the physical resource.
|
PhysicalResourceId.Builder |
awsRegion(String awsRegion)
The Amazon Web Services Region that the physical resource is located in.
|
PhysicalResourceId.Builder |
identifier(String identifier)
The identifier of the physical resource.
|
PhysicalResourceId.Builder |
type(PhysicalIdentifierType type)
Specifies the type of physical resource identifier.
|
PhysicalResourceId.Builder |
type(String type)
Specifies the type of physical resource identifier.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPhysicalResourceId.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account that owns the physical resource.
awsAccountId - The Amazon Web Services account that owns the physical resource.PhysicalResourceId.Builder awsRegion(String awsRegion)
The Amazon Web Services Region that the physical resource is located in.
awsRegion - The Amazon Web Services Region that the physical resource is located in.PhysicalResourceId.Builder identifier(String identifier)
The identifier of the physical resource.
identifier - The identifier of the physical resource.PhysicalResourceId.Builder type(String type)
Specifies the type of physical resource identifier.
The resource identifier is an Amazon Resource Name (ARN) .
The resource identifier is an Resilience Hub-native identifier.
type - Specifies the type of physical resource identifier.
The resource identifier is an Amazon Resource Name (ARN) .
The resource identifier is an Resilience Hub-native identifier.
PhysicalIdentifierType,
PhysicalIdentifierTypePhysicalResourceId.Builder type(PhysicalIdentifierType type)
Specifies the type of physical resource identifier.
The resource identifier is an Amazon Resource Name (ARN) .
The resource identifier is an Resilience Hub-native identifier.
type - Specifies the type of physical resource identifier.
The resource identifier is an Amazon Resource Name (ARN) .
The resource identifier is an Resilience Hub-native identifier.
PhysicalIdentifierType,
PhysicalIdentifierTypeCopyright © 2023. All rights reserved.