Interface LogicalResourceId.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LogicalResourceId.Builder,LogicalResourceId>,SdkBuilder<LogicalResourceId.Builder,LogicalResourceId>,SdkPojo
- Enclosing class:
- LogicalResourceId
public static interface LogicalResourceId.Builder extends SdkPojo, CopyableBuilder<LogicalResourceId.Builder,LogicalResourceId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogicalResourceId.BuildereksSourceName(String eksSourceName)Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.LogicalResourceId.Builderidentifier(String identifier)Identifier of the resource.LogicalResourceId.BuilderlogicalStackName(String logicalStackName)The name of the CloudFormation stack this resource belongs to.LogicalResourceId.BuilderresourceGroupName(String resourceGroupName)The name of the resource group that this resource belongs to.LogicalResourceId.BuilderterraformSourceName(String terraformSourceName)The name of the Terraform S3 state file this resource belongs to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eksSourceName
LogicalResourceId.Builder eksSourceName(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
LogicalResourceId.Builder identifier(String identifier)
Identifier of the resource.
- Parameters:
identifier- Identifier of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logicalStackName
LogicalResourceId.Builder logicalStackName(String logicalStackName)
The name of the CloudFormation stack this resource belongs to.
- Parameters:
logicalStackName- The name of the CloudFormation stack this resource belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceGroupName
LogicalResourceId.Builder resourceGroupName(String resourceGroupName)
The name of the resource group that this resource belongs to.
- Parameters:
resourceGroupName- The name of the resource group that this resource belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terraformSourceName
LogicalResourceId.Builder terraformSourceName(String terraformSourceName)
The name of the Terraform S3 state file this resource belongs to.
- Parameters:
terraformSourceName- The name of the Terraform S3 state file this resource belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-