Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ResourceToImport.Builder
-
Packages that use ResourceToImport.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ResourceToImport.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceToImport.Builder Modifier and Type Method Description static ResourceToImport.BuilderResourceToImport. builder()ResourceToImport.BuilderResourceToImport.Builder. logicalResourceId(String logicalResourceId)The logical ID of the target resource as specified in the template.ResourceToImport.BuilderResourceToImport.Builder. resourceIdentifier(Map<String,String> resourceIdentifier)A key-value pair that identifies the target resource.ResourceToImport.BuilderResourceToImport.Builder. resourceType(String resourceType)The type of resource to import into your stack, such asAWS::S3::Bucket.ResourceToImport.BuilderResourceToImport. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceToImport.Builder Modifier and Type Method Description static Class<? extends ResourceToImport.Builder>ResourceToImport. serializableBuilderClass()
-