public static interface ResourceIdentifierSummary.Builder extends SdkPojo, CopyableBuilder<ResourceIdentifierSummary.Builder,ResourceIdentifierSummary>
| Modifier and Type | Method and Description |
|---|---|
ResourceIdentifierSummary.Builder |
logicalResourceIds(Collection<String> logicalResourceIds)
The logical IDs of the target resources of the specified
ResourceType, as defined in the import
template. |
ResourceIdentifierSummary.Builder |
logicalResourceIds(String... logicalResourceIds)
The logical IDs of the target resources of the specified
ResourceType, as defined in the import
template. |
ResourceIdentifierSummary.Builder |
resourceIdentifiers(Collection<String> resourceIdentifiers)
The resource properties you can provide during the import to identify your target resources.
|
ResourceIdentifierSummary.Builder |
resourceIdentifiers(String... resourceIdentifiers)
The resource properties you can provide during the import to identify your target resources.
|
ResourceIdentifierSummary.Builder |
resourceType(String resourceType)
The template resource type of the target resources, such as
AWS::S3::Bucket. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceIdentifierSummary.Builder resourceType(String resourceType)
The template resource type of the target resources, such as AWS::S3::Bucket.
resourceType - The template resource type of the target resources, such as AWS::S3::Bucket.ResourceIdentifierSummary.Builder logicalResourceIds(Collection<String> logicalResourceIds)
The logical IDs of the target resources of the specified ResourceType, as defined in the import
template.
logicalResourceIds - The logical IDs of the target resources of the specified ResourceType, as defined in the
import template.ResourceIdentifierSummary.Builder logicalResourceIds(String... logicalResourceIds)
The logical IDs of the target resources of the specified ResourceType, as defined in the import
template.
logicalResourceIds - The logical IDs of the target resources of the specified ResourceType, as defined in the
import template.ResourceIdentifierSummary.Builder resourceIdentifiers(Collection<String> resourceIdentifiers)
The resource properties you can provide during the import to identify your target resources. For example,
BucketName is a possible identifier property for AWS::S3::Bucket resources.
resourceIdentifiers - The resource properties you can provide during the import to identify your target resources. For
example, BucketName is a possible identifier property for AWS::S3::Bucket
resources.ResourceIdentifierSummary.Builder resourceIdentifiers(String... resourceIdentifiers)
The resource properties you can provide during the import to identify your target resources. For example,
BucketName is a possible identifier property for AWS::S3::Bucket resources.
resourceIdentifiers - The resource properties you can provide during the import to identify your target resources. For
example, BucketName is a possible identifier property for AWS::S3::Bucket
resources.Copyright © 2019. All rights reserved.