@Generated(value="software.amazon.awssdk:codegen") public final class LogicalResourceId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogicalResourceId.Builder,LogicalResourceId>
Defines a logical resource identifier.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogicalResourceId.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LogicalResourceId.Builder |
builder() |
String |
eksSourceName()
Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
Identifier of the resource.
|
String |
logicalStackName()
The name of the CloudFormation stack this resource belongs to.
|
String |
resourceGroupName()
The name of the resource group that this resource belongs to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogicalResourceId.Builder> |
serializableBuilderClass() |
String |
terraformSourceName()
The name of the Terraform S3 state file this resource belongs to.
|
LogicalResourceId.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
This parameter accepts values in "eks-cluster/namespace" format.
public final String identifier()
Identifier of the resource.
public final String logicalStackName()
The name of the CloudFormation stack this resource belongs to.
public final String resourceGroupName()
The name of the resource group that this resource belongs to.
public final String terraformSourceName()
The name of the Terraform S3 state file this resource belongs to.
public LogicalResourceId.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LogicalResourceId.Builder,LogicalResourceId>public static LogicalResourceId.Builder builder()
public static Class<? extends LogicalResourceId.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.