Interface LogicalResourceId.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LogicalResourceId.Builder,
,LogicalResourceId> SdkBuilder<LogicalResourceId.Builder,
,LogicalResourceId> SdkPojo
- Enclosing class:
LogicalResourceId
@Mutable
@NotThreadSafe
public static interface LogicalResourceId.Builder
extends SdkPojo, CopyableBuilder<LogicalResourceId.Builder,LogicalResourceId>
-
Method Summary
Modifier and TypeMethodDescriptioneksSourceName
(String eksSourceName) Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.identifier
(String identifier) Identifier of the resource.logicalStackName
(String logicalStackName) The name of the CloudFormation stack this resource belongs to.resourceGroupName
(String resourceGroupName) The name of the resource group that this resource belongs to.terraformSourceName
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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.
-