Class LogicalResourceId
- java.lang.Object
-
- software.amazon.awssdk.services.resiliencehub.model.LogicalResourceId
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LogicalResourceId.Builder,LogicalResourceId>
@Generated("software.amazon.awssdk:codegen") public final class LogicalResourceId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogicalResourceId.Builder,LogicalResourceId>
Defines a logical resource identifier.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLogicalResourceId.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogicalResourceId.Builderbuilder()StringeksSourceName()Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentifier()Identifier of the resource.StringlogicalStackName()The name of the CloudFormation stack this resource belongs to.StringresourceGroupName()The name of the resource group that this resource belongs to.List<SdkField<?>>sdkFields()static Class<? extends LogicalResourceId.Builder>serializableBuilderClass()StringterraformSourceName()The name of the Terraform S3 state file this resource belongs to.LogicalResourceId.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
eksSourceName
public final String eksSourceName()
Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.
This parameter accepts values in "eks-cluster/namespace" format.
- Returns:
- Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.
This parameter accepts values in "eks-cluster/namespace" format.
-
identifier
public final String identifier()
Identifier of the resource.
- Returns:
- Identifier of the resource.
-
logicalStackName
public final String logicalStackName()
The name of the CloudFormation stack this resource belongs to.
- Returns:
- The name of the CloudFormation stack this resource belongs to.
-
resourceGroupName
public final String resourceGroupName()
The name of the resource group that this resource belongs to.
- Returns:
- The name of the resource group that this resource belongs to.
-
terraformSourceName
public final String terraformSourceName()
The name of the Terraform S3 state file this resource belongs to.
- Returns:
- The name of the Terraform S3 state file this resource belongs to.
-
toBuilder
public LogicalResourceId.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LogicalResourceId.Builder,LogicalResourceId>
-
builder
public static LogicalResourceId.Builder builder()
-
serializableBuilderClass
public static Class<? extends LogicalResourceId.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-