Interface ResourceIdentifierSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceIdentifierSummary.Builder,,ResourceIdentifierSummary> SdkBuilder<ResourceIdentifierSummary.Builder,,ResourceIdentifierSummary> SdkPojo
- Enclosing class:
ResourceIdentifierSummary
public static interface ResourceIdentifierSummary.Builder
extends SdkPojo, CopyableBuilder<ResourceIdentifierSummary.Builder,ResourceIdentifierSummary>
-
Method Summary
Modifier and TypeMethodDescriptionlogicalResourceIds(String... logicalResourceIds) The logical IDs of the target resources of the specifiedResourceType, as defined in the import template.logicalResourceIds(Collection<String> logicalResourceIds) The logical IDs of the target resources of the specifiedResourceType, as defined in the import template.resourceIdentifiers(String... resourceIdentifiers) The resource properties you can provide during the import to identify your target resources.resourceIdentifiers(Collection<String> resourceIdentifiers) The resource properties you can provide during the import to identify your target resources.resourceType(String resourceType) The template resource type of the target resources, such asAWS::S3::Bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceType
The template resource type of the target resources, such as
AWS::S3::Bucket.- Parameters:
resourceType- The template resource type of the target resources, such asAWS::S3::Bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logicalResourceIds
The logical IDs of the target resources of the specified
ResourceType, as defined in the import template.- Parameters:
logicalResourceIds- The logical IDs of the target resources of the specifiedResourceType, as defined in the import template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logicalResourceIds
The logical IDs of the target resources of the specified
ResourceType, as defined in the import template.- Parameters:
logicalResourceIds- The logical IDs of the target resources of the specifiedResourceType, as defined in the import template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifiers
The resource properties you can provide during the import to identify your target resources. For example,
BucketNameis a possible identifier property forAWS::S3::Bucketresources.- Parameters:
resourceIdentifiers- The resource properties you can provide during the import to identify your target resources. For example,BucketNameis a possible identifier property forAWS::S3::Bucketresources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifiers
The resource properties you can provide during the import to identify your target resources. For example,
BucketNameis a possible identifier property forAWS::S3::Bucketresources.- Parameters:
resourceIdentifiers- The resource properties you can provide during the import to identify your target resources. For example,BucketNameis a possible identifier property forAWS::S3::Bucketresources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-