Class PhysicalResourceId

java.lang.Object
software.amazon.awssdk.services.resiliencehub.model.PhysicalResourceId
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<PhysicalResourceId.Builder,PhysicalResourceId>

@Generated("software.amazon.awssdk:codegen") public final class PhysicalResourceId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PhysicalResourceId.Builder,PhysicalResourceId>

Defines a physical resource identifier.

See Also:
  • Method Details

    • awsAccountId

      public final String awsAccountId()

      The Amazon Web Services account that owns the physical resource.

      Returns:
      The Amazon Web Services account that owns the physical resource.
    • awsRegion

      public final String awsRegion()

      The Amazon Web Services Region that the physical resource is located in.

      Returns:
      The Amazon Web Services Region that the physical resource is located in.
    • identifier

      public final String identifier()

      Identifier of the physical resource.

      Returns:
      Identifier of the physical resource.
    • type

      public final PhysicalIdentifierType type()

      Specifies the type of physical resource identifier.

      Arn

      The resource identifier is an Amazon Resource Name (ARN) and it can identify the following list of resources:

      • AWS::ECS::Service

      • AWS::EFS::FileSystem

      • AWS::ElasticLoadBalancingV2::LoadBalancer

      • AWS::Lambda::Function

      • AWS::SNS::Topic

      Native

      The resource identifier is an Resilience Hub-native identifier and it can identify the following list of resources:

      • AWS::ApiGateway::RestApi

      • AWS::ApiGatewayV2::Api

      • AWS::AutoScaling::AutoScalingGroup

      • AWS::DocDB::DBCluster

      • AWS::DocDB::DBGlobalCluster

      • AWS::DocDB::DBInstance

      • AWS::DynamoDB::GlobalTable

      • AWS::DynamoDB::Table

      • AWS::EC2::EC2Fleet

      • AWS::EC2::Instance

      • AWS::EC2::NatGateway

      • AWS::EC2::Volume

      • AWS::ElasticLoadBalancing::LoadBalancer

      • AWS::RDS::DBCluster

      • AWS::RDS::DBInstance

      • AWS::RDS::GlobalCluster

      • AWS::Route53::RecordSet

      • AWS::S3::Bucket

      • AWS::SQS::Queue

      If the service returns an enum value that is not available in the current SDK version, type will return PhysicalIdentifierType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

      Returns:
      Specifies the type of physical resource identifier.

      Arn

      The resource identifier is an Amazon Resource Name (ARN) and it can identify the following list of resources:

      • AWS::ECS::Service

      • AWS::EFS::FileSystem

      • AWS::ElasticLoadBalancingV2::LoadBalancer

      • AWS::Lambda::Function

      • AWS::SNS::Topic

      Native

      The resource identifier is an Resilience Hub-native identifier and it can identify the following list of resources:

      • AWS::ApiGateway::RestApi

      • AWS::ApiGatewayV2::Api

      • AWS::AutoScaling::AutoScalingGroup

      • AWS::DocDB::DBCluster

      • AWS::DocDB::DBGlobalCluster

      • AWS::DocDB::DBInstance

      • AWS::DynamoDB::GlobalTable

      • AWS::DynamoDB::Table

      • AWS::EC2::EC2Fleet

      • AWS::EC2::Instance

      • AWS::EC2::NatGateway

      • AWS::EC2::Volume

      • AWS::ElasticLoadBalancing::LoadBalancer

      • AWS::RDS::DBCluster

      • AWS::RDS::DBInstance

      • AWS::RDS::GlobalCluster

      • AWS::Route53::RecordSet

      • AWS::S3::Bucket

      • AWS::SQS::Queue

      See Also:
    • typeAsString

      public final String typeAsString()

      Specifies the type of physical resource identifier.

      Arn

      The resource identifier is an Amazon Resource Name (ARN) and it can identify the following list of resources:

      • AWS::ECS::Service

      • AWS::EFS::FileSystem

      • AWS::ElasticLoadBalancingV2::LoadBalancer

      • AWS::Lambda::Function

      • AWS::SNS::Topic

      Native

      The resource identifier is an Resilience Hub-native identifier and it can identify the following list of resources:

      • AWS::ApiGateway::RestApi

      • AWS::ApiGatewayV2::Api

      • AWS::AutoScaling::AutoScalingGroup

      • AWS::DocDB::DBCluster

      • AWS::DocDB::DBGlobalCluster

      • AWS::DocDB::DBInstance

      • AWS::DynamoDB::GlobalTable

      • AWS::DynamoDB::Table

      • AWS::EC2::EC2Fleet

      • AWS::EC2::Instance

      • AWS::EC2::NatGateway

      • AWS::EC2::Volume

      • AWS::ElasticLoadBalancing::LoadBalancer

      • AWS::RDS::DBCluster

      • AWS::RDS::DBInstance

      • AWS::RDS::GlobalCluster

      • AWS::Route53::RecordSet

      • AWS::S3::Bucket

      • AWS::SQS::Queue

      If the service returns an enum value that is not available in the current SDK version, type will return PhysicalIdentifierType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

      Returns:
      Specifies the type of physical resource identifier.

      Arn

      The resource identifier is an Amazon Resource Name (ARN) and it can identify the following list of resources:

      • AWS::ECS::Service

      • AWS::EFS::FileSystem

      • AWS::ElasticLoadBalancingV2::LoadBalancer

      • AWS::Lambda::Function

      • AWS::SNS::Topic

      Native

      The resource identifier is an Resilience Hub-native identifier and it can identify the following list of resources:

      • AWS::ApiGateway::RestApi

      • AWS::ApiGatewayV2::Api

      • AWS::AutoScaling::AutoScalingGroup

      • AWS::DocDB::DBCluster

      • AWS::DocDB::DBGlobalCluster

      • AWS::DocDB::DBInstance

      • AWS::DynamoDB::GlobalTable

      • AWS::DynamoDB::Table

      • AWS::EC2::EC2Fleet

      • AWS::EC2::Instance

      • AWS::EC2::NatGateway

      • AWS::EC2::Volume

      • AWS::ElasticLoadBalancing::LoadBalancer

      • AWS::RDS::DBCluster

      • AWS::RDS::DBInstance

      • AWS::RDS::GlobalCluster

      • AWS::Route53::RecordSet

      • AWS::S3::Bucket

      • AWS::SQS::Queue

      See Also:
    • toBuilder

      public PhysicalResourceId.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<PhysicalResourceId.Builder,PhysicalResourceId>
      Returns:
      a builder for type T
    • builder

      public static PhysicalResourceId.Builder builder()
    • serializableBuilderClass

      public static Class<? extends PhysicalResourceId.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.