Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ResourceIdentifierSummary.Builder
Packages that use ResourceIdentifierSummary.Builder
-
Uses of ResourceIdentifierSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceIdentifierSummary.BuilderModifier and TypeMethodDescriptionResourceIdentifierSummary.builder()ResourceIdentifierSummary.Builder.logicalResourceIds(String... logicalResourceIds) The logical IDs of the target resources of the specifiedResourceType, as defined in the import template.ResourceIdentifierSummary.Builder.logicalResourceIds(Collection<String> logicalResourceIds) The logical IDs of the target resources of the specifiedResourceType, as defined in the import template.ResourceIdentifierSummary.Builder.resourceIdentifiers(String... resourceIdentifiers) The resource properties you can provide during the import to identify your target resources.ResourceIdentifierSummary.Builder.resourceIdentifiers(Collection<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 asAWS::S3::Bucket.ResourceIdentifierSummary.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceIdentifierSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceIdentifierSummary.Builder>ResourceIdentifierSummary.serializableBuilderClass()