Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.PhysicalResourceId.Builder
-
Packages that use PhysicalResourceId.Builder Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of PhysicalResourceId.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return PhysicalResourceId.Builder Modifier and Type Method Description PhysicalResourceId.BuilderPhysicalResourceId.Builder. awsAccountId(String awsAccountId)The Amazon Web Services account that owns the physical resource.PhysicalResourceId.BuilderPhysicalResourceId.Builder. awsRegion(String awsRegion)The Amazon Web Services Region that the physical resource is located in.static PhysicalResourceId.BuilderPhysicalResourceId. builder()PhysicalResourceId.BuilderPhysicalResourceId.Builder. identifier(String identifier)Identifier of the physical resource.PhysicalResourceId.BuilderPhysicalResourceId. toBuilder()PhysicalResourceId.BuilderPhysicalResourceId.Builder. type(String type)Specifies the type of physical resource identifier.PhysicalResourceId.BuilderPhysicalResourceId.Builder. type(PhysicalIdentifierType type)Specifies the type of physical resource identifier.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type PhysicalResourceId.Builder Modifier and Type Method Description static Class<? extends PhysicalResourceId.Builder>PhysicalResourceId. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type PhysicalResourceId.Builder Modifier and Type Method Description default GroupingResource.BuilderGroupingResource.Builder. physicalResourceId(Consumer<PhysicalResourceId.Builder> physicalResourceId)Indicates the physical identifier of the resource.default PhysicalResource.BuilderPhysicalResource.Builder. physicalResourceId(Consumer<PhysicalResourceId.Builder> physicalResourceId)Identifier of the physical resource.default ResourceMapping.BuilderResourceMapping.Builder. physicalResourceId(Consumer<PhysicalResourceId.Builder> physicalResourceId)Identifier of the physical resource.default UnsupportedResource.BuilderUnsupportedResource.Builder. physicalResourceId(Consumer<PhysicalResourceId.Builder> physicalResourceId)Physical resource identifier for the unsupported resource.
-